Views
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
total_supply
No description
off-chain
count_tokens
Get how many tokens are in this FA2 contract.
off-chain
is_operator
No description
off-chain
all_tokens
This view is specified (but optional) in the standard.
This contract is built with assume_consecutive_token_ids =
True, so we return a list constructed from the number of tokens.
off-chain