Token
Token interface with all information required to uniquely identify an NFT.
Attributes:
Name | Type | Description |
---|---|---|
chain_identifier |
str
|
identifier for network and chain of token, formatted as NETWORK_NAME-CHAIN_NAME (e.g. "ETHEREUM-MAINNET"). |
collection_address |
str
|
collection address of token. |
token_id |
int
|
unique identifier of token. |
uri |
str
|
the uri where the metadata is stored. |