gnosisguild / zodiac-modifier-roles

Smart account toolkit for role-based access control
https://roles.gnosisguild.org
GNU Lesser General Public License v3.0
80 stars 39 forks source link

When adding an EOA as a target a list of functions is displayed on the target #113

Closed asgeir-s closed 2 years ago

asgeir-s commented 2 years ago

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

asgeir-s commented 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

asgeir-s commented 2 years ago

I will close this as this does not seem to be a problem for other chains. Just an Etherscan bug for Rinkeby