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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000733 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16226452 | 5 months ago | | | 0 | 7.7585007e-7 | |
| 16119304 | 5 months ago | | | 0 | 2.2048640e-7 | |
| 16105076 | 5 months ago | | | 0 | 4.4097280e-7 | |
| 16027484 | 5 months ago | | | 0 | 1.2805910e-7 | |
| 16019044 | 5 months ago | | | 0 | 3.2350081e-7 | |
| 15927287 | 5 months ago | | | 0 | 0.0000010836672 | |
| 15749865 | 5 months ago | | | 0 | 5.5356160e-7 | |
| 15626779 | 5 months ago | | | 0 | 0.000000309619200000 | |
| 15576419 | 5 months ago | | | 0 | 4.2220800e-7 | |
| 15068098 | 6 months ago | | | 0 | 9.1009280e-7 |
ABI
ABI objects
Getter at block 22773951 isBlackoutDay() view returns (bool)
decimals() view returns (uint8)
18
expireLimits() view returns (uint256)
1731024000
name() view returns (string)
Move2
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Move2
time() view returns (uint256)
1732337249
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkAllowedTransfer(address _from) view returns (uint256)
isExcepted(address _addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableException(address _oldAddress)
enableException(address _newAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DisableException(address account)
EnableException(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.