Mooncake
Verified contract
Active on
Ethereum with 1,805 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Mooncake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19109603 | 10 months ago | | | 0 | 0.00024189389 | |
| 18947860 | a year ago | | | 0 | 0.00031095540 | |
| 18802098 | a year ago | | | 0 | 0.00085687260 | |
| 18652343 | a year ago | | | 0 | 0.00050352328 | |
| 18652319 | a year ago | | | 0 | 0.00099789366 | |
| 17015280 | 2 years ago | | | 0 | 0.00087331260 | |
| 16910361 | 2 years ago | | | 0 | 0.00067601517 | |
| 16670324 | 2 years ago | | | 0 | 0.0029427675 | |
| 16591072 | 2 years ago | | | 0 | 0.00058512419 | |
| 16589815 | 2 years ago | | | 0 | 0.0010016683 |
ABI
ABI objects
Getter at block 21286644
CLAIM_START_TIMESTAMP() view returns (uint256)
1631880000
MINT_FEE() view returns (uint256)
10000000000000000
SALES_START_TIMESTAMP() view returns (uint256)
1631880900
STRING_MOONCAKE() view returns (string)
mooncake
STRING_PRE_SLOT3() view returns (string)
sprinkled with
STRING_PRE_SLOT4() view returns (string)
accompanied with a cup of
STRING_PRE_SLOT5() view returns (string)
presented
contractSealed() view returns (bool)
false
maxFreeMints() view returns (uint256)
888
maxNftSupply() view returns (uint256)
1508
name() view returns (string)
Mooncake
numFreeMints() view returns (uint256)
888
owner() view returns (address)
0xda4c1565d3a776d45fe7c9d96df196a5812ffe36
symbol() view returns (string)
MOONCAKE
totalSupply() view returns (uint256)
1508
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMooncakeText(uint256 tokenId) view returns (string)
getMooncakeTextSlotIds(uint256 tokenId, uint256 level) view returns (uint8[6])
getMooncakeTextWithLevel(uint256 tokenId, uint256 level) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
slot0(uint256) view returns (string)
slot1(uint256) view returns (string)
slot2(uint256) view returns (string)
slot3(uint256) view returns (string)
slot4(uint256) view returns (string)
slot5(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenDetailOfOwnerByIndex(address _owner, uint256 index) view returns (uint256, uint256, uint256, string)
tokenLevels(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenTransferCounts(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenURIWithLevel(uint256 tokenId, uint256 tokenLevel) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimOneFreeNft() payable
deployerMintMultiple(address[] recipients) payable
deployerSealContract()
deployerSetParam(uint256 key, uint256 value)
deployerWithdraw(uint256 amount)
deployerWithdraw20(address token)
mintNfts(uint256 numberOfNfts) payable
mintWithAffiliate(uint256 numberOfNfts, address affiliate) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeToken(uint256 tokenId)
AffiliateMint(uint256 indexed tokenId, address affiliate)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenUpgraded(uint256 indexed tokenId, uint256 newLevel, uint256 oldLevel)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.