ether.actor
ether.actor copied to clipboard
wishlist: allow calling unverified contracts
If I know a contract conforms to a standard (e.g. ERC-20, ERC-721) but is not verified, it'd be great if I could still call those functions on the contract.
Hey @holic This is currently possible – the contract checks ERC165 signatures and passes in a standard ERC721 or ERC20 ABI in this case. Can you send me an example?
Another thing I could do is decode the solidity bytecode for arguments itself but haven't had the time or found a library that can do that so far.