- Smart contract of the ERC-20 standard token;
- The maximum number of tokens is 1.000.000.000;
- Long name of the token: Cogito Governance Token;
- Short name of the token: CGV;
- Decimal - 6;
- Mint token function;
- Functions of pause is to pause/unpause the transfers on the contract;
The functions of the mint token are necessary for the correct operation of the bridge between the Ethereum network and Cardano. As a result, the total number of tokens in both networks will not exceed 1,000,000,000 units. When installing a smart contract, a gradual release of tokens is assumed, and not a one-time one, which also determines the need for the token mint function.
Includes token contracts, migrations, tests
- ERC-20 implementation for Cogito Governance Token CGV
- Ethereum Mainnet: 0xaeF420fd77477d9Dc8B46D704D44dD09d6c27866
- Binance Smart Chain: 0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC
npm install -g truffle
npm install
truffle test
npm run package-npm
ERC-20 implementation for Cogito Governance Token CGV