Concave
Verified contract
Active on
Ethereum with 8,570 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,885.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNV | ERC-20 | 290 | $6.50 |
$1,885 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158493 | 11 hours ago | | | 0 | 0.0012944242 | |
| 21131804 | 4 days ago | | | 0 | 0.00098550314 | |
| 21128446 | 5 days ago | | | 0 | 0.00074969653 | |
| 21128403 | 5 days ago | | | 0 | 0.00065779645 | |
| 21124645 | 5 days ago | | | 0 | 0.00031914171 | |
| 21123197 | 5 days ago | | | 0 | 0.00049597685 | |
| 21103673 | 8 days ago | | | 0 | 0.000073025920 | |
| 21103666 | 8 days ago | | | 0 | 0.000078679469 | |
| 21087233 | 10 days ago | | | 0 | 0.00033644950 | |
| 21087230 | 10 days ago | | | 0 | 0.00032220914 |
ABI
ABI objects
Getter at block 21161833
DOMAIN_SEPARATOR() view returns (bytes32)
0xb3871005bf5dd12374191ec6483d5de5ac1162465efc8c4fc529a83dc2739bbd
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
mintersLength() view returns (uint256)
20
name() view returns (string)
Concave
owner() view returns (address)
0x226e7af139a0f34c6771deb252f9988876ac1ced
symbol() view returns (string)
CNV
totalSupply() view returns (uint256)
1205233519453502161664827
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isMinter(address) view returns (bool)
minters(uint256) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMinter(address who, bool canMint)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
MinterSet(address indexed caller, address indexed who, bool indexed canMint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.