MoonToken
Verified contract
Active on
Ethereum with 1,259 txns
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 |
---|---|---|---|---|---|
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- | |
SPACE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17585781 | a year ago | | | 0 | 0.0025624184 | |
| 17585768 | a year ago | | | 0 | 0.013723250 | |
| 17585720 | a year ago | | | 0 | 0.0031014993 | |
| 17585006 | a year ago | | | 0 | 0.0079201884 | |
| 15058319 | 2 years ago | | | 0 | 0.0036501351 | |
| 15058295 | 2 years ago | | | 0 | 0.0056324376 | |
| 15058292 | 2 years ago | | | 0 | 0.0042315065 | |
| 14736114 | 3 years ago | | | 0 | 0.0032497151 | |
| 14607759 | 3 years ago | | | 0 | 0.0024018478 | |
| 14568810 | 3 years ago | | | 0 | 0.068017893 |
ABI
ABI objects
Getter at block 21163521
decimals() view returns (uint8)
18
dystomiceAddress() view returns (address)
0xe440654a00b757446b4914c56ad56a804a6bc6af
name() view returns (string)
MoonToken
owner() view returns (address)
0x7a9815cf2e52b4054d091e0e859bb2bf06d31de3
spacemiceAddress() view returns (address)
0x638b496de69f117da030b5935c0c2a278bc36c3d
symbol() view returns (string)
Moon
totalSupply() view returns (uint256)
13628932434999994548427026
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
calculateRewardsSpace(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositBlocks(address, uint256) view returns (uint256)
depositBlocksSpace(address, uint256) view returns (uint256)
depositsOf(address account) view returns (uint256[])
depositsOfSpace(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimRewards(uint256[] tokenIds)
claimRewardsSpace(uint256[] tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositDystoMice(uint256[] tokenIds)
depositSpaceMice(uint256[] tokenIds)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256[] tokenIds)
withdrawSpace(uint256[] tokenIds)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _dystomice, address _spacemice, uint256 _rate, uint256 _expiration)
This contract contains no fallback and receive objects.
This contract contains no error objects.