Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.83 KB

Token.md

File metadata and controls

24 lines (21 loc) · 1.83 KB

# Token

Properties

Name Type Description Notes
id int Internal TzKT id (not the same as `tokenId`). [sortable] [optional]
contract \Bzzhh\Tzkt\Model\TokenContract [optional]
token_id string Token id, unique within the contract. [sortable] [optional]
standard string Token standard (`fa1.2` or `fa2`). [optional]
first_minter \Bzzhh\Tzkt\Model\TokenFirstMinter [optional]
first_level int Level of the block where the token was first seen. [sortable] [optional]
first_time \DateTime Timestamp of the block where the token was first seen. [optional]
last_level int Level of the block where the token was last seen. [sortable] [optional]
last_time \DateTime Timestamp of the block where the token was last seen. [optional]
transfers_count int Total number of transfers. [sortable] [optional]
balances_count int Total number of holders ever seen. [sortable] [optional]
holders_count int Total number of current holders. [sortable] [optional]
total_minted string Total number of minted tokens (raw value, not divided by `decimals`). [optional]
total_burned string Total number of burned tokens (raw value, not divided by `decimals`). [optional]
total_supply string Total number of existing tokens (raw value, not divided by `decimals`). [optional]
metadata mixed Token metadata. [sortable] [optional]

[Back to Model list] [Back to API list] [Back to README]