Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "IMAGE MAXIMUM TOKEN"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 7377433 | 6 years ago | | | 0.2998 | 0.000042000000 | |
Transfer | 7377410 | 6 years ago | | | 0.2998 | 0.000042000000 | |
| 7262957 | 6 years ago | | | 0 | 0.00018675500 | |
| 6830130 | 6 years ago | | | 0 | 0.00030302147 | |
| 6830070 | 6 years ago | | | 0 | 0.00014028352 | |
| 6829879 | 6 years ago | | | 0 | 0.00052415000 | |
| 6764234 | 6 years ago | | | 0 | 0.0010721736 | |
| 6755063 | 6 years ago | | | 0 | 0.0022410600 | |
| 6754737 | 6 years ago | | | 0 | 0.00029932000 | |
| 6754734 | 6 years ago | | | 0 | 0.00057656500 |
ABI
ABI objects
Getter at block 21415301
INITIAL_SUPPLY() view returns (uint256)
100000000
decimals() view returns (uint8)
18
name() view returns (string)
IMAGE MAXIMUM TOKEN
symbol() view returns (string)
IMAX
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _burntAmount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _tokenDestroyed, uint256 _timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.