-
I'm trying to get the contract data of the BSC address Here's the code I'm using:
Am I doing something wrong here? |
Beta Was this translation helpful? Give feedback.
Answered by
kirpop
Aug 22, 2021
Replies: 1 comment 3 replies
-
I believe I figured it out, sorry for the bother 😅 For those who might come from Google: This contract (and other cases like this one) were self-destructed, which removed the contract code from the blockchain. The reason EtherScan/BscScan have the full contract is because they scanned it before it self-destructed. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kirpop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe I figured it out, sorry for the bother 😅
For those who might come from Google:
This contract (and other cases like this one) were self-destructed, which removed the contract code from the blockchain. The reason EtherScan/BscScan have the full contract is because they scanned it before it self-destructed.