Concave A Token (aCNV)
Verified contract
Active on
Ethereum with 3,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNV | ERC-20 | 7.510549M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20369976 | 4 months ago | | | 0 | 0.00026371970 | |
| 20369904 | 4 months ago | | | 0 | 0.00026606845 | |
| 19654387 | 7 months ago | | | 0 | 0.00065791227 | |
| 19260363 | 9 months ago | | | 0 | 0.0011893420 | |
| 19145167 | 9 months ago | | | 0 | 0.0010484990 | |
| 19032016 | 10 months ago | | | 0 | 0.0011748079 | |
| 19032014 | 10 months ago | | | 0 | 0.0016035449 | |
| 18927961 | 10 months ago | | | 0 | 0.0027815344 | |
| 18792469 | a year ago | | | 0 | 0.0064130806 | |
| 18192064 | a year ago | | | 0 | 0.00065761678 |
ABI
ABI objects
Getter at block 21203467
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
DOMAIN_SEPARATOR() view returns (bytes32)
0x2555e92d6bf1d6a3c838720495aa66e7b5c46f5aabaf84b6a4948c027de75573
FRAX() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
333000000000000000000000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Concave A Token (aCNV)
rate() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
aCNV
totalMinted() view returns (uint256)
171859040958138682675701
totalSupply() view returns (uint256)
171859040958138682675701
transfersPaused() view returns (bool)
true
treasury() view returns (address)
0x226e7af139a0f34c6771deb252f9988876ac1ced
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
participants(address) view returns (uint256 purchased, uint256 redeemed)
roots(uint256) view returns (bytes32)
spentAmounts(bytes32, address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
manage(address target, uint256 amount)
manageSupply(uint256 _maxSupply)
mint(address to, address tokenIn, uint256 maxAmount, uint256 amountIn, bytes32[] proof) returns (uint256 amountOut)
mintWithPermit(address to, address tokenIn, uint256 maxAmount, uint256 amountIn, bytes32[] proof, uint256 permitDeadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 amountOut)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rescue(address token)
setRound(bytes32 _merkleRoot, uint256 _rate)
setTransfersPaused(bool paused)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Managed(address target, uint256 amount, uint256 totalMinted)
Minted(address indexed depositedFrom, address indexed mintedTo, uint256 amount, uint256 deposited, uint256 totalMinted)
NewRound(bytes32 merkleRoot, uint256 rate)
SupplyChanged(uint256 oldMax, uint256 newMax)
Transfer(address indexed from, address indexed to, uint256 amount)
TreasurySet(address treasury)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.