CLever CVX
Verified contract
Active on
Ethereum with 1,919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CLever CVX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286837 | an hour ago | | | 0 | 0.00068661629 | |
| 21286791 | an hour ago | | | 0 | 0.00072549360 | |
| 21283278 | 13 hours ago | | | 0 | 0.00036800515 | |
| 21282999 | 14 hours ago | | | 0 | 0.00026544085 | |
| 21282993 | 14 hours ago | | | 0 | 0.00059295320 | |
| 21282967 | 14 hours ago | | | 0 | 0.00025917540 | |
| 21282945 | 14 hours ago | | | 0 | 0.00047259754 | |
| 21277862 | a day ago | | | 0 | 0.00025701562 | |
| 21277845 | a day ago | | | 0 | 0.00051911176 | |
| 21277694 | a day ago | | | 0 | 0.00024222000 |
ABI
ABI objects
Getter at block 21287149
decimals() view returns (uint8)
18
name() view returns (string)
CLever CVX
owner() view returns (address)
0xfc08757c505ea28709df66e54870fb6de09f0c5e
symbol() view returns (string)
clevCVX
totalSupply() view returns (uint256)
2138412719605111277823765
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address) view returns (bool)
minterInfo(address) view returns (uint128 ceiling, uint128 minted)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _recipient, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateCeiling(address _minter, uint128 _ceiling)
updateMinters(address[] _minters, bool _status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateCeiling(address indexed _minter, uint128 _ceiling)
UpdateMinter(address indexed _minter, bool _status)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.