Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($105.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 10.06391 | $10.35 |
$104.16 | |
CLV | ERC-20 | 10.121427 | $0.091545 |
$0.93 | |
NRCT | ERC-20 | 13.901266B | -- | -- | |
GRUMPY | ERC-20 | 2.950384M | -- | -- | |
VRC | ERC-20 | 264.623425K | -- | -- | |
VRC2D | ERC-20 | 2.771542K | -- | -- | |
UPP | ERC-20 | 1K | -- | -- | |
CLV | ERC-20 | 852.414409 | -- | -- | |
LCC | ERC-20 | 222 | -- | -- | |
PJEET | ERC-20 | 83.239379 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233144 | 2 days ago | | | 0 | 0.00063361696 | |
| 21201546 | 6 days ago | | | 0 | 0.00073194601 | |
| 21200764 | 7 days ago | | | 0 | 0.00059042618 | |
| 21200539 | 7 days ago | | | 0 | 0.00052134241 | |
| 21163609 | 12 days ago | | | 0 | 0.00035199806 | |
| 21138523 | 15 days ago | | | 0 | 0.00080458125 | |
| 21111667 | 19 days ago | | | 0 | 0.00017860061 | |
| 21098246 | 21 days ago | | | 0 | 0.00016153685 | |
| 21024399 | a month ago | | | 0 | 0.00011189500 | |
| 21001166 | a month ago | | | 0 | 0.00029433250 |
ABI
ABI objects
Getter at block 21247488
decimals() view returns (uint8)
6
governance() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Clover
symbol() view returns (string)
CLV
totalSupply() view returns (uint256)
22222000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnOwner()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setAllow()
setExceptions(address someAddress)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.