Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($136,467.92)
Native
Value
$136,467.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 43.632874 | $3,127.64 |
$136,467.92 | |
IBET | ERC-20 | 1B | -- | -- | |
EBK | ERC-20 | 45.313518 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20781070 | 2 months ago | | | 0 | 0.00037745182 | |
| 20691112 | 2 months ago | | | 0 | 0.00036774517 | |
| 20501056 | 3 months ago | | | 0 | 0.000046244000 | |
| 20445915 | 3 months ago | | | 0 | 0.000069366000 | |
| 20439139 | 3 months ago | | | 0 | 0.00013873200 | |
| 20410217 | 3 months ago | | | 0 | 0.000035809899 | |
| 20410216 | 3 months ago | | | 0 | 0.000061168604 | |
| 17820351 | a year ago | | | 0 | 0.0011752273 | |
| 16707680 | 2 years ago | | | 0 | 0.00092551033 | |
| 15858011 | 2 years ago | | | 0 | 0.00022323968 |
ABI
ABI objects
Getter at block 21162631
cloversController() view returns (address)
0x3c037014486aaa5d509c5171d413c8b3022f1072
clubTokenController() view returns (address)
0x1754a612ca578f72d678196bcc16710f01db7655
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
CloverCoin
owner() view returns (address)
0xe7d134c26292e4eeb6fc7f95bc4188a04658d0e3
symbol() view returns (string)
CLC
totalSupply() view returns (uint256)
35778285067208991440582
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveToken(address _to, uint256 _amount, address _token) returns (bool)
burn(address _burner, uint256 _value)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
moveEth(address _to, uint256 _amount)
moveToken(address _to, uint256 _amount, address _token) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
updateCloversControllerAddress(address _cloversController)
updateClubTokenControllerAddress(address _clubTokenController)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.