Open holic opened 2 years ago
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.
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.