IceToken
Verified contract
Active on
Ethereum with 74,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,067.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ICE | ERC-20 | 35.067867K | $0.407571 |
$14,292.65 | |
IOTX | ERC-20 | 53.540328K | $0.045187 |
$2,419.31 | |
SPELL | ERC-20 | 479.371947K | $0.000732 |
$350.79 | |
TUP | ERC-20 | 574.3829 | $0.007525 |
$4.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154075 | 14 hours ago | | | 0 | 0.00059782452 | |
| 21151484 | a day ago | | | 0 | 0.00036853551 | |
| 21151479 | a day ago | | | 0 | 0.00034449744 | |
| 21150204 | a day ago | | | 0 | 0.00055065406 | |
| 21150189 | a day ago | | | 0 | 0.00047854008 | |
| 21150032 | a day ago | | | 0 | 0.00024954090 | |
| 21136666 | 3 days ago | | | 0 | 0.00050717707 | |
| 21131033 | 4 days ago | | | 0 | 0.00093159213 | |
| 21128626 | 4 days ago | | | 0 | 0.00054235646 | |
| 21093025 | 9 days ago | | | 0 | 0.00044498859 |
ABI
ABI objects
Getter at block 21158255
DOMAIN_SEPARATOR() view returns (bytes32)
0xfb7f85aa43ae37b6166f3318d36625bc9e267b6794d97973d03c700eb7d5c991
decimals() view returns (uint8)
18
getMaxTotalSupply() view returns (uint256)
69000000000000000000000000
name() view returns (string)
IceToken
owner() view returns (address)
0xe9fb0c2206b53d3e76c88da58790f7fe9a45b373
symbol() view returns (string)
ICE
totalSupply() view returns (uint256)
64903718780952381030668411
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.