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 "MINATOKU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6483122 | 6 years ago | | | 0 | 0.000087388000 | |
| 6483112 | 6 years ago | | | 0 | 0.00027562500 | |
| 6483083 | 6 years ago | | | 0 | 0.000093532469 | |
| 6483046 | 6 years ago | | | 0 | 0.00016537500 | |
| 6482677 | 6 years ago | | | 0 | 0.000080055000 | |
| 6482645 | 6 years ago | | | 0 | 0.000067725700 | |
| 6482632 | 6 years ago | | | 0 | 0.00016574063 | |
| 6482606 | 6 years ago | | | 0 | 0.00027594500 | |
| 6482565 | 6 years ago | | | 0 | 0.00023053800 | |
| 6482552 | 6 years ago | | | 0 | 0.00010923500 |
ABI
ABI objects
Getter at block 21284115
decimals() view returns (uint8 _decimals)
8
distributeAmount() view returns (uint256)
0
initialSupply() view returns (uint256)
6000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string _name)
MINATOKU
owner() view returns (address)
0x087203172c7daee92f9b6327a58b82c956f1b1d7
symbol() view returns (string _symbol)
MNTK
totalSupply() view returns (uint256 _totalSupply)
5797541000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events autoDistribute() payable
burn(address _from, uint256 _unitAmount)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool)
finishMinting() returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
lockupAccounts(address[] targets, uint256[] unixTimes)
mint(address _to, uint256 _unitAmount) returns (bool)
setDistributeAmount(uint256 _unitAmount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed burner, uint256 value)
FrozenFunds(address indexed target, bool frozen)
LockedFunds(address indexed target, uint256 locked)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
fallback()
This contract contains no error objects.