Documentation

Everything you need to know about Tokenota (TNOTA) — the ERC-20 token for the educational platform.

Quick Reference

Token Name:Tokenota (TNOTA)
Standard:ERC-20
Network:Base
Decimals:18
Contract Address:
0xB04576c8c614e1C693c5dc64BB587Ee41b74dcd1

What is Tokenota?

Tokenota (TNOTA) is an ERC-20 utility token deployed on the Base L2 network. It is designed as a digital currency for an educational platform where students earn tokens as rewards, pay for lessons, and participate in a knowledge-based economy.

All 100,000,000 TNOTA have been fully minted. Ownership of the contract has been renounced — the token is now fully decentralized with no admin control. Built on top of OpenZeppelin's battle-tested smart contract library.

Token Technical Details

TNOTA follows the ERC-20 standard with extensions: ERC20Burnable (any holder can burn their tokens) and ERC20Pausable. The contract was built with Ownable (OpenZeppelin), but ownership has been permanently renounced — no one can mint new tokens, admin-burn, or pause the contract.

The contract is verified on BaseScan, meaning anyone can read and audit the source code. There are no hidden functions, proxy patterns, or upgrade mechanisms — the contract is fully immutable and decentralized.

Key Functions (ABI)

mint(address,uint256) | burn(uint256) | transfer(address,uint256) | approve(address,uint256) | pause() | unpause()

How to Get TNOTA

All 100,000,000 TNOTA tokens have been minted. No new tokens can ever be created since ownership was renounced. You can receive tokens from other holders via peer-to-peer transfers through the Dashboard, or trade on decentralized exchanges.

To receive tokens you need an Ethereum-compatible wallet (MetaMask, Coinbase Wallet, etc.) connected to the Base network.

How to Use the Platform

Connect your wallet using the 'Connect Wallet' button in the header. The Dashboard shows your balance, total supply statistics, and provides forms to transfer, approve, or burn tokens.

The Analytics page provides public on-chain data: supply distribution charts, token allocation breakdown, balance lookups, and useful explorer links — accessible to everyone.

Security

The smart contract is built using OpenZeppelin v5 — the most widely used and audited library for Solidity development. The contract source code is fully verified on BaseScan for public audit. Ownership has been renounced, making the contract fully decentralized — no single entity has control.

On the frontend side, we never store your private keys or seed phrases. Wallet connections are handled by WalletConnect and RainbowKit — industry-standard libraries. All transaction signing happens in your wallet, not on our servers.

Governance & Roadmap

The contract ownership has been permanently renounced — the token is fully decentralized with a fixed supply of 100M TNOTA. No single address has admin privileges. Future plans include: integration with the full educational platform, DAO governance for community-driven decisions, staking mechanisms for long-term holders, and multi-chain deployment to Arbitrum and other L2 networks.