Closed asgeir-s closed 2 years ago
It seems that this is an Etherscan bug.
This request: https://api-rinkeby.etherscan.io/api?apikey=xxx&module=contract&action=getabi&address=0x6cc5b30cd0a93c1f85c7868f5f2620ab8c458190
returns an ABI when it should not. Because the address refers to a EOA: https://rinkeby.etherscan.io/address/0x6cc5b30cd0a93c1f85c7868f5f2620ab8c458190
I will close this as this does not seem to be a problem for other chains. Just an Etherscan bug for Rinkeby
When adding an EOA as a target a list of functions is displayed on the target.
The EOA is not a contract account and can not have functions.
Related to #76