Decoded Contracts
Decoded contracts table contains additional information including contract standard, implementation address, ABI, code, and their respective source.
This table will be updated continuously as new contracts get deployed and/or when the ABI of existing projects is available on Polygonscan.
select * from ethereum.decoded.contracts limit 1
Column Name | Description | Example |
---|---|---|
address | Address of the contract. | 0xf9da2de9e04561f69ab770a846ee7ddcfc2c53f6 |
name | Name of the contract. | PPRoxy |
implementation_address | Implementation address of the contract. | 0x6222ae12ae9cf8d8f1cc0c8ece9609fb22138c1a |
abi | Contract ABI (Application Binary Interface). | <too long to display> |
abi_source | Source of contract ABI. | etherscan |
code | Code of smart contract. | <too long to display> |
code_source | Source of contract code. | etherscan |
metadata_json | Metadata of the source code, | |
_updated_at__implementation_address | _CREATED_AT | 2023-03-26 09:11:00 |
_created_at | Timestamp of entry creation. | 2023-03-26 09:11:00 |
_updated_at | Timestamp of entry update. | 2023-03-26 09:11:00 |
standard | Standard contract, if applicable. | TRANSPARENT_UPGRADEABLE_PROXY |
Last modified 3mo ago