Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

PropertyValue
Table Nameink_sepolia.decoded.contracts
Table StatusBeta 🌱
Unique Keyaddress
Clustering Key(s)standard, _updated_at
Search Optimizationaddress, name

Table Columns

Column NameData TypeDescription
addressVARCHAR(16777216)The contract address on the blockchain.
nameVARCHAR(16777216)The name of the contract.
abiVARCHAR(16777216)The Application Binary Interface (ABI) of the contract in JSON format.
abi_sourceVARCHAR(6)The source of the ABI information (e.g., public, verified).
codeVARCHAR(2)The bytecode of the contract.
source_codeVARCHAR(2)The source code of the contract, if available.
metadata_jsonVARCHAR(16777216)Additional metadata about the contract in JSON format.
_updated_at__implementation_addressVARCHAR(16777216)Timestamp when the implementation address was last updated (for proxy contracts).
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
implementation_addressVARCHAR(16777216)The address of the implementation contract (for proxy contracts).
standardVARCHAR(16777216)The token standard implemented by the contract (e.g., ERC-20, ERC-721, ERC-1155).