Identifying crypto

LADA

Junior Member
Joined
May 28, 2024
Messages
154
Reaction score
48
If the address has contract address does it guarantee that this address is smart contract based?

How to identify if the address smart contract?
 
Having a contract address does not necessarily guarantee that an address is smart contract-based. To identify a smart contract address, you can check if it contains bytecode using blockchain explorers like Etherscan or by querying the code size of the address directly on the blockchain.
 
If the address has contract address does it guarantee that this address is smart contract based?

How to identify if the address smart contract?
You can search up the contract/wallet address on the chains block explorer (for example etherscan for ETH) if it’s a smart contract address it’ll show a paper icon next to the address and you’ll be able to look at the functions in the “write” tab under “contract” - this is only the case if the person that deployed it has also verified the source code.
 
Should be written next to it what kind of crypto it is :D
 
Back
Top