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 |
---|---|---|---|---|---|
ICY | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15923602 | 2 years ago | | | 0 | 0.00079522780 | |
| 15923582 | 2 years ago | | | 0 | 0.00087575684 | |
| 11111438 | 4 years ago | | | 0 | 0.0016449856 | |
| 10955377 | 4 years ago | | | 0 | 0.0033685340 | |
| 10676457 | 4 years ago | | | 0 | 0.0023494200 | |
| 10630628 | 4 years ago | | | 0 | 0.0053449305 | |
| 10446828 | 4 years ago | | | 0 | 0.00041087300 | |
| 10446371 | 4 years ago | | | 0 | 0.00075836600 | |
| 10446200 | 4 years ago | | | 0 | 0.00082254900 | |
| 10373179 | 4 years ago | | | 0 | 0.0015080065 |
ABI
ABI objects
Getter at block 21199143
decimals() view returns (uint8)
18
getTokenDetail() view returns (string, string, uint256)
(ICURY, ICY, 5000000000000000000000000000)
mintingFinished() view returns (bool)
false
name() view returns (string)
ICURY
owner() view returns (address)
0xe80a9abf289549f5a0f1f6e56871af88837aced5
symbol() view returns (string)
ICY
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.