Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MIOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14479415 | 3 years ago | | | 0 | 0.0014862375 | |
| 13727970 | 3 years ago | | | 0 | 0.0047950918 | |
| 11072336 | 4 years ago | | | 0 | 0.00058334080 | |
| 9774653 | 5 years ago | | | 0 | 0.000091359840 | |
| 9774557 | 5 years ago | | | 0 | 0.000087362000 | |
| 9773664 | 5 years ago | | | 0 | 0.00016584428 | |
| 9773468 | 5 years ago | | | 0 | 0.00022092401 | |
| 9208159 | 5 years ago | | | 0 | 0.00032115200 | |
| 9076643 | 5 years ago | | | 0 | 0.00044116303 | |
| 8856417 | 5 years ago | | | 0 | 0.00023770500 |
ABI
ABI objects
Getter at block 21262460
decimals() view returns (uint8)
18
getTokenDetail() view returns (string, string, uint256)
(MIOT, MIOT, 3500000000000000000000000000)
mintingFinished() view returns (bool)
false
name() view returns (string)
MIOT
owner() view returns (address)
0xae073b114575981772f4fcfb98cd39542d61865e
paused() view returns (bool)
false
symbol() view returns (string)
MIOT
totalSupply() view returns (uint256)
3500000000000000000000000000
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 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.