IMUtoken
Verified contract
Active on
Ethereum with 93,498 txns
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 |
---|---|---|---|---|---|
IMU | ERC-20 | 10.001K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453328 | 4 months ago | | | 0 | 0.000046723000 | |
| 20453043 | 4 months ago | | | 0 | 0.000046735000 | |
| 20452800 | 4 months ago | | | 0 | 0.000046735000 | |
| 20451703 | 4 months ago | | | 0 | 0.000051535000 | |
| 19283019 | 9 months ago | | | 0 | 0.0011218721 | |
| 19283014 | 9 months ago | | | 0 | 0.00092446744 | |
| 16684288 | 2 years ago | | | 0 | 0.00080746300 | |
| 16684279 | 2 years ago | | | 0 | 0.00078435999 | |
| 16248114 | 2 years ago | | | 0 | 0.00053049737 | |
| 15301133 | 2 years ago | | | 0 | 0.00025767500 |
ABI
ABI objects
Getter at block 21275653
decimals() view returns (uint256)
18
mintable() view returns (bool)
false
name() view returns (string)
IMUtoken
owner() view returns (address)
0xa05ba36df8467c65af2e14b624834a695e37e382
symbol() view returns (string)
IMU
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
mint(uint256 amount)
transfer(address _recipient, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, string _symbol, string _name, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.