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 "MoonEggs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15246485 | 2 years ago | | | 0 | 0.00031319632 | |
| 15222023 | 2 years ago | | | 0 | 0.00048317970 | |
| 15198880 | 2 years ago | | | 0 | 0.00071617550 | |
| 15195261 | 2 years ago | | | 0 | 0.00040627268 | |
| 15193994 | 2 years ago | | | 0 | 0.00097721177 | |
| 15193671 | 2 years ago | | | 0 | 0.00046686000 | |
| 15193512 | 2 years ago | | | 0 | 0.0015076835 | |
| 15193342 | 2 years ago | | | 0 | 0.0015705182 | |
| 15193325 | 2 years ago | | | 0 | 0.0017818569 | |
| 15192618 | 2 years ago | | | 0 | 0.0013906410 |
ABI
ABI objects
Getter at block 21189330
MAX_NFT_PER_TRAN() view returns (uint256)
5
MAX_PER_WALLET() view returns (uint256)
200
MINT_PRICE() view returns (uint256)
3000000000000000
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
4361
name() view returns (string)
MoonEggs
owner() view returns (address)
0x91e5bed34cc13f9d4246e36ed5a2e60dca0500ad
prerevealURL() view returns (string)
symbol() view returns (string)
Eggs
totalSupply() view returns (uint256)
85
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
finalizeMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply)
setPause(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()