Metadata and IPFS
Inspect the token’s description, image and source.
On-chain metadata#
New launches store a data URI containing the token metadata in the factory market record. Token metadataURI, tokenURI and contractURI accessors expose this record. The on-chain creator is the address that launches the token.
IPFS content#
The image and metadata JSON are pinned to the platform’s IPFS node. The token page links to the metadata CID through our gateway. Content-addressed URLs identify the stored bytes; gateway and pin availability still depend on hosting.
Source verification#
A background worker submits supported deployed contracts to Sourcify. Verification is asynchronous and may require retries. Use Contract source on a token page to inspect the available verification record. Older tokens may have fewer metadata fields.