Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to get Uniswapv3 on alchemy mainnet. ERROR: (ChainError) Failed to get contract type for address '0x3416cF6C708Da44DB2624D63ea0AAef7113527C6' [APE-813] #51

Closed
LinuxIsCool opened this issue Apr 7, 2023 · 1 comment

Comments

@LinuxIsCool
Copy link

Environment information

$ ape --version  
0.6.7

$ ape plugins list  
alchemy     0.6.1

  • Python 3.10.6
  • Linux

What went wrong?

I'm trying to replicate banteg's work here: https://gist.github.com/banteg/dcf6082ff7fc6ad51ce220146f29d9ff

ape console --network 'ethereum:mainnet:alchemy
uniswap = Contract('0x3416cF6C708Da44DB2624D63ea0AAef7113527C6')

Results

ERROR: (ChainError) Failed to get contract type for address '0x3416cF6C708Da44DB2624D63ea0AAef7113527C6'
@NotPeopling2day NotPeopling2day changed the title Fail to get Uniswapv3 on alchemy mainnet. ERROR: (ChainError) Failed to get contract type for address '0x3416cF6C708Da44DB2624D63ea0AAef7113527C6' Fail to get Uniswapv3 on alchemy mainnet. ERROR: (ChainError) Failed to get contract type for address '0x3416cF6C708Da44DB2624D63ea0AAef7113527C6' [APE-813] Apr 7, 2023
@LinuxIsCool
Copy link
Author

Got it. Fetching contract types requires the etherscan plugin. Perhaps this should be indicated in error messaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant