/cell

CellToken contract with supported marketing tax. (Original ETH 0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099)

Primary LanguageSolidity

CELL Contracts

Compile

$ npx hardhat compile

Deploy

If your contract requires extra constructor arguments, you'll have to specify them in deploy options.

$ CONTRACT_NAME=CellToken npx hardhat run --network rinkeby scripts/deploy.js

Verify

$ npx hardhat verify CONTRACT_ADDRESS --network rinkeby