iainnash / ether.actor

ether.actor site backend
54 stars 7 forks source link

wishlist: allow calling unverified contracts #22

Open holic opened 2 years ago

holic commented 2 years ago

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.

iainnash commented 1 year 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?

iainnash commented 1 year ago

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.