You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fetch the storage layout of a contract via cast storage. Any individual storage is fetched without any issues but for the full layout via an etherscan api key i get this error:
➜ cast storage --etherscan-api-key $ETHERSCAN_API_KEY --rpc-url $MAINNET_RPC_URL 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
Error:
Received error response: status=0,message=Something went wrong., result=None
➜ cast etherscan-source 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 --etherscan-api-key $ETHERSCAN_API_KEY
Error:
Received error response: status=0,message=Something went wrong., result=None
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to fetch the storage layout of a contract via cast storage. Any individual storage is fetched without any issues but for the full layout via an etherscan api key i get this error:
Installed versions:
I checked my Etherscan api key and it's valid. Not sure if this is a cast / etherscan issue or If I'm missing something else.
Beta Was this translation helpful? Give feedback.
All reactions