ONINO Docs
  • Introduction to ONINO
    • Welcome to ONINO
    • The Tokenization Opportunity
    • ONINO Blockchain
  • ONINO Tokenization Platform
  • ONINO Developer Platform
  • Tokenomics
    • Incentive and Mechanism Design
    • Token Distribution & Emission Schedules
  • For Developers
    • Building on ONINO
    • Mainnet Configuration
    • Testnet Configuration
    • Solidity Compiler Versions
    • Nodes & Validators
      • For Validators & Node Operators
      • Validator Ramp-Up Phases
    • Developer Platform Overview
      • Quickstart Guide
      • Overview
      • Templates
      • Brainstorming AI
      • Code Generator AI
      • Contract Import
      • Development Studio
      • Deployment Suite
      • Smart Contract API
      • Integration AI
      • Contract Manager
      • How-To: Using AWS KMS wallets with the ONINO Smart Contract API
      • Smart Contract Templates
        • Template Overview
        • Creating Tokens
          • Token with Fixed Supply
          • Token with Mintable Supply
        • Creating NFTs
          • Standard NFT
          • NFT with fixed Supply
        • Create your Custom Project
  • For Users
    • Welcome to ONINO
    • Staking Guide
    • Token Upgrade Process
    • Getting Started with ONINO
      • How to add the ONINO Network to your Wallet
      • How to create a Wallet
    • The ONINO Tokenization Platform
      • Walkthrough & Guide
  • FAQs
    • General Blockchain FAQs
    • What is tokenization?
    • ONINO General FAQs
    • Learn more about blockchain
      • How to use different blockchain networks?
      • What is the Ethereum Virtual Machine (EVM)?
      • What is a Smart Contract?
    • What are Crypto Tokens & Coins
Powered by GitBook
On this page

Was this helpful?

  1. For Developers
  2. Developer Platform Overview
  3. Smart Contract Templates

Creating Tokens

Token standards like ERC20, BEP20 or others are smart contract standards made to create fungible tokens

PreviousTemplate OverviewNextToken with Fixed Supply

Last updated 9 months ago

Was this helpful?


Smart Contract
Description
Supported Networks

A simple token standard with a fixed, pre-minted maximum supply

ONINO, Ethereum, BSC, Avalanche, Polygon, Fantom,

A simple token with the possibility to mint new tokens

ONINO, Ethereum, BSC, Avalanche, Polygon, Fantom,

ERC20 with burn functionality

A simple token with the possibility to automatically burn tokens

ONINO, Ethereum, BSC, Avalanche, Polygon, Fantom,

ERC20 with fixed supply
ERC20 with mintable supply