Views
all_tokens
No description
on-chain
count_tokens
No description
on-chain
does_token_exist
No description
on-chain
get_balance
No description
on-chain
infusions
No description
on-chain
is_operator
No description
on-chain
minter
No description
on-chain
next_token_id
No description
on-chain
query_extra_db
No description
on-chain
royalty
No description
on-chain
splits
No description
on-chain
total_supply
No description
on-chain
get_balance
This is the `get_balance` view defined in TZIP-12.
off-chain
does_token_exist
Ask whether a token ID is exists.
off-chain
is_operator
No description
off-chain
splits
Get token royalty splits.
off-chain
all_tokens
This view is specified (but optional) in the standard.
This contract is built with assume_consecutive_token_ids =
False, so we convert the set of tokens from the storage to a list
to fit the expected type of TZIP-16.
off-chain
count_tokens
Get how many tokens are in this FA2 contract.
off-chain
total_supply
No description
off-chain
infusions
Get token infusions.
off-chain
token_metadata
Get Token Metadata
off-chain
minter
Get token minter.
off-chain
royalty
Get token minter.
off-chain
next_token_id
Get token infusions.
off-chain