Imaginarium
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Imaginarium"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11690400 | 4 years ago | | | 0 | 0.0021353280 | |
| 11260321 | 4 years ago | | | 0 | 0.00075626200 | |
| 11260283 | 4 years ago | | | 0 | 0.00071177600 | |
| 11260204 | 4 years ago | | | 0 | 0.0010710686 | |
| 11259162 | 4 years ago | | | 0 | 0.00066729000 | |
| 11258912 | 4 years ago | | | 0 | 0.00072067320 | |
| 11258859 | 4 years ago | | | 0 | 0.00053383206 | |
| 11258312 | 4 years ago | | | 0 | 0.00066729000 | |
| 11258069 | 4 years ago | | | 0 | 0.00058721525 | |
| 11257784 | 4 years ago | | | 0 | 0.0010498696 |
ABI
ABI objects
Getter at block 21186058
decimals() view returns (uint8)
18
name() view returns (string)
Imaginarium
symbol() view returns (string)
ARIUM
totalSupply() view returns (uint256)
500000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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(string _name, string _symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.