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 "MONYON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19716117 | 7 months ago | | | 0 | 0.00046879970 | |
| 16398545 | 2 years ago | | | 0 | 0.0017681079 | |
| 15043904 | 2 years ago | | | 0 | 0.0010247439 | |
| 13414386 | 3 years ago | | | 0 | 0.0080668381 | |
| 13402855 | 3 years ago | | | 0 | 0.0024275300 | |
| 13369335 | 3 years ago | | | 0 | 0.010071062 | |
| 13235372 | 3 years ago | | | 0 | 0.0031111850 | |
| 12659115 | 3 years ago | | | 0 | 0.0016970100 | |
| 12198204 | 4 years ago | | | 0 | 0.0060125370 | |
| 12159350 | 4 years ago | | | 0 | 0.0055668260 |
ABI
ABI objects
Getter at block 21260294
decimals() view returns (uint8)
18
getNowTime() view returns (uint256)
1732483739
name() view returns (string)
MONYON
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8845323af20ddf70c67c175f43d064cfe398afbf
paused() view returns (bool)
false
symbol() view returns (string)
MNO
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _holder, address _spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256 balance)
showLockState(address _holder) view returns (bool, uint256, uint256)
State-modifying
Events acceptOwnership() returns (bool)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
claimToken(address token, address _to, uint256 _value) returns (bool)
distribute(address _to, uint256 _value) returns (bool)
distributeWithLockup(address _to, uint256 _value, uint256 _releaseStart, uint256 _releaseRate) returns (bool)
lock(address _holder, uint256 _amount, uint256 _releaseStart, uint256 _releaseRate) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unlock(address _holder) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed owner, uint256 value)
Lock(address indexed holder, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed holder, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.