logo

FAQ

It is a token standard on Tezos that supports a wide range of token types. FA2 serves as single- and multi-token smart contracts for a variety of tokens, it can contain both fungible or non-fungible assets.

Admin can update the admin, pause transfers and token approves, create, mint and burn tokens.

In the Basic version admin can only pause transfers and approves of all tokens; in case of Granular version any asset can be paused/unpaused separately.

You can make the admin functions unreachable by setting zero address(ex. tz1ZZZZZZZZZZZZZZZZZZZZZZZZZZZZNkiRg) as an admin.

That is the unit used for display to users. In simple terms, it is the max number of places after the dot in the token's amount representation. For example, $ has 2 decimals because the smallest ammount that can be represented is a cent - $0.01. Bitcoin has decimals 8, i.e. the smalles unit of the BTC is 0.00000001 BTC or 1 satoshi.

Sure, the source code of smart contracts can be found here: https://github.com/oxheadalpha/smart-contracts. The frontend is located here: https://github.com/KStasi/fa2-deployer.

Sad enough. Try to upload it to some storage services or IPFS. In case of IPFS, remember that if your image isn't requested regularly or the nodes decide not to store it, the image might be lost and you will have to upload it again.

No. That's it.