Tokenarium
  • ๐ŸŽฎTokenarium - The Play to Earn game
  • ๐Ÿ”ญGame versions
  • In-game flow
    • ๐Ÿ‘ผFirst steps
    • ๐Ÿ‘ฉโ€๐Ÿ’ปHiring phase
    • ๐Ÿ—๏ธDevelopment phase
    • ๐Ÿ”ŠMarketing phase and launchpad
    • ๐Ÿค‘Setting presale parameters phase
    • โฑ๏ธPresale phase & one-time income
    • ๐ŸงจMarketing after presale & passive income (UI TBD)
  • PAYOUT SYSTEM
    • ๐Ÿ’ธPayout
  • In-game mathematics
    • ๐Ÿ‘จโ€๐Ÿ’ผEmployees
    • ๐Ÿค‘Presale
    • ๐Ÿ“ˆListing
  • NFTs and IN-GAME ITEMS
    • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘งEmployees
    • ๐Ÿ“ขInfluencers
    • ๐Ÿ‘ฉโ€๐Ÿš€Launchpads
    • ๐Ÿš€Boosters
  • LIST OF NFTS AND IN-GAME ITEMS
    • ๐Ÿ–ผ๏ธEmployees (NFTs)
    • ๐Ÿ“ขInfluencers
    • ๐Ÿ‘ฉโ€๐Ÿš€Launchpads
    • ๐Ÿš€Boosters
  • Press about us
    • ๐Ÿ—ฃ๏ธSocials
    • โ“‚๏ธMedium: Tokenarium. P2E Crypto Tycoon Game.
  • Roadmap
    • ๐Ÿ›ฃ๏ธProject roadmap
  • TOKENOMICS
    • ๐Ÿ“€Tokenomics
  • Contracts
    • ๐Ÿ’ŽTokenarium contract
    • ๐Ÿง‘โ€๐Ÿ’ผNFT contract
    • ๐Ÿ•น๏ธGame contract
Powered by GitBook
On this page
  1. TOKENOMICS

Tokenomics

PreviousProject roadmapNextTokenarium contract

Last updated 2 years ago

Token Name: Tokenarium

Token Symbol: TKNRM

Token Address:

Total Supply: 100.000.000.000 TKNRM

Tokens For Presale: 18.000.000.000 TKNRM

Tokens For Liquidity: 10.400.000.000 TKNRM

Tokens For Private Sale: โ‰ˆ<21.600.000.000 TKNRM

Burn: The total amount of tokens to split between private investors will depend on the Rate during the Fairlaunch. After getting the final token rate, the private investors will be able to claim $TKNRM. The remaining part of 21.600.000.000 will be burned.

Team tokens: NO TEAM TOKENS

Game-Fi Tokens

Supply: 50.000.000.000 TKNRM

Game-Fi tokens were initially deployed to the contract.

Game-Fi tokens distribution is limited by 2% per day. Game-Fi tokens cannot be sent or withdrawn by contract owner.

Proof: https://bscscan.com/address/0xd6F97d97EdfA1A4ea8bE15714386455B19A67524#code#F1#L74

Game-Fi tokens distribution is limited by 2% per day.

Game-Fi tokens cannot be sent or withdrawn by contract owner.

 constructor() ERC20("Tokenarium", "TKNRM")
    {
        exclude(msg.sender);
        exclude(address(this));
        // 50% owner/presale
        _mint(msg.sender, initialSupply / 2 );
        // 50% game
        gameTokens = initialSupply / 2;
        _mint(address(this), gameTokens );
        // restrict max budget to 2% of initial value
        maxPayOutBudget = gameTokens / 50;
    }

๐Ÿ“€
https://bscscan.com/address/0xd6F97d97EdfA1A4ea8bE15714386455B19A67524#code#F1#L74
https://bscscan.com/address/0xd6F97d97EdfA1A4ea8bE15714386455B19A67524
Tokenarium Holders