CNCToken
Verified contract
Active on
Ethereum with 14,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262237 | 4 hours ago | | | 0 | 0.00033257655 | |
| 21260597 | 10 hours ago | | | 0 | 0.00061741325 | |
| 21258672 | 16 hours ago | | | 0 | 0.00059538950 | |
| 21256763 | a day ago | | | 0 | 0.00046222834 | |
| 21256312 | a day ago | | | 0 | 0.00040263344 | |
| 21255945 | a day ago | | | 0 | 0.00057067090 | |
| 21255295 | a day ago | | | 0 | 0.00051502737 | |
| 21255263 | a day ago | | | 0 | 0.00055363424 | |
| 21255256 | a day ago | | | 0 | 0.00046514606 | |
| 21255158 | a day ago | | | 0 | 0.00044056619 |
ABI
ABI objects
Getter at block 21263545
AIRDROP_MINT_RATIO() view returns (uint256)
100000000000000000
AMM_REWARDS_RATIO() view returns (uint256)
100000000000000000
INFLATION_RATIO() view returns (uint256)
440000000000000000
MAX_TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000000
PRE_MINT_RATIO() view returns (uint256)
300000000000000000
TREASURY_REWARDS_RATIO() view returns (uint256)
50000000000000000
TREASURY_SEED_RATIO() view returns (uint256)
10000000000000000
airdropMintDone() view returns (bool)
true
ammGaugeMintDone() view returns (bool)
true
decimals() view returns (uint8)
18
inflationMintedRatio() view returns (uint256)
461535326251984378
initialDistributionMintDone() view returns (bool)
true
listMinters() view returns (address[])
[0xeC037423A61B634BFc490dcc215236349999ca3d, 0xAb92BBE0151e1A1884A9E69f544b73334F1A5A25, 0xB27DC5f8286f063F11491c8f349053cB37718bea, 0xA5241560306298efb9ed80b87427e664FFff0CF9, 0x53a2f0333F7320e862616211b0E44E4354077f9D]
name() view returns (string)
Conic Finance Token
seedShareMintDone() view returns (bool)
true
symbol() view returns (string)
CNC
totalSupply() view returns (uint256)
7630755435508731267585278
treasuryMintDone() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addMinter(address newMinter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (uint256)
mintAMMRewards(address ammGauge)
mintAirdrop(address airdropHandler)
mintInitialDistribution(address distribution)
mintSeedShare(address treasury)
mintTreasuryShare(address treasuryEscrow)
renounceMinterRights()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AMMRewardsMinted(uint256 amount)
AirdropMinted(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
InitialDistributionMinted(uint256 amount)
MinterAdded(address minter)
MinterRemoved(address minter)
SeedShareMinted(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryRewardsMinted(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.