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 "MOOXMOO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19815349 | 6 months ago | | | 0 | 0.00038867201 | |
| 19710696 | 7 months ago | | | 0 | 0.00029086218 | |
| 19536730 | 8 months ago | | | 0 | 0.0015538249 | |
| 19536606 | 8 months ago | | | 0 | 0.0011137797 | |
| 19530902 | 8 months ago | | | 0 | 0.0014345626 | |
| 19311278 | 9 months ago | | | 0 | 0.0014487919 | |
| 19310873 | 9 months ago | | | 0 | 0.0021478256 | |
| 19305078 | 9 months ago | | | 0 | 0.0012770584 | |
| 19305005 | 9 months ago | | | 0 | 0.0012807667 | |
| 19304983 | 9 months ago | | | 0 | 0.0013630509 |
ABI
ABI objects
Getter at block 21207109
decimals() view returns (uint8)
18
name() view returns (string)
MOOXMOO
owner() view returns (address)
0x79225c414612a854812664cbb17f923dc5db4a5c
paused() view returns (bool)
false
supervisor() view returns (address)
0x79225c414612a854812664cbb17f923dc5db4a5c
symbol() view returns (string)
MOOX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllLockedAmount(address account) view returns (uint256)
getTimeLock(address account, uint8 index) view returns (uint256, uint256)
getTimeLockLength(address account) view returns (uint256)
getTimeLockedAmount(address account) view returns (uint256)
getVestingLock(address account) view returns (uint256, uint256, uint256, uint256)
getVestingLockedAmount(address account) view returns (uint256)
isBurner(address account) view returns (bool)
isFreezed(address account) view returns (bool)
isLocker(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addLocker(address account)
addTimeLock(address account, uint256 amount, uint256 expiresAt)
addVestingLock(address account, uint256 startsAt, uint256 period, uint256 count)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
removeBurner(address account)
removeLocker(address account)
removeTimeLock(address account, uint8 index)
removeVestingLock(address account)
renounceOwnership()
renounceSupervisorOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferSupervisorOwnership(address newSupervisor)
unfreeze(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
Freezed(address indexed account)
LockerAdded(address indexed account)
LockerRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SupervisorOwnershipTransferred(address indexed previouSupervisor, address indexed newSupervisor)
TimeLocked(address indexed account)
TimeUnlocked(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreezed(address indexed account)
Unpaused(address account)
VestingLocked(address indexed account)
VestingUnlocked(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.