Tokens
Tokens FAQs
Tokens offers an improved experience to deploying tokens over previously deploying tokens through Explore.
Tokens has:
- A more intuitive token creation UI
- Ability to airdrop tokens directly through the token creation flow
- Ability to create liquidity pools for your token (coming soon)
- An included listing page to share your token to users for purchasing
Yes, please see the security section for a link to the audit reports.
ERC-721 tokens represent unique, one-of-a-kind assets where each token has its own ID and metadata (like an NFT artwork). ERC-1155 tokens are more flexible, allowing both unique (non-fungible) and identical (fungible) assets to exist under one smart contract. This is ideal for gaming items or collections with multiple editions.
You can call the renounceOwnership function on your asset contract (e.g., via a block explorer).
- Native token value to enter:
0 - Note: Renouncing ownership is irreversible and means you will no longer be able to update the contract or its metadata.
After renouncing ownership, you lose all admin privileges, including the ability to update token metadata or manage contract settings.