Moon Apes
Verified contract
Active on
Ethereum with 3,931 txns
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 "Moon Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16211682 | 2 years ago | | | 0 | 0.00072878715 | |
| 15425966 | 2 years ago | | | 0 | 0.00017650295 | |
| 15423290 | 2 years ago | | | 0 | 0.00034280697 | |
| 15419489 | 2 years ago | | | 0 | 0.00026606386 | |
| 15399337 | 2 years ago | | | 0 | 0.00068374692 | |
| 15393514 | 2 years ago | | | 0 | 0.00055917822 | |
| 15388259 | 2 years ago | | | 0 | 0.00032934495 | |
| 15388025 | 2 years ago | | | 0 | 0.00036793808 | |
| 15378868 | 2 years ago | | | 0 | 0.0011187120 | |
| 15377587 | 2 years ago | | | 0 | 0.00039297579 |
ABI
ABI objects
Getter at block 21379122
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
7777
mintEnabled() view returns (bool)
true
name() view returns (string)
Moon Apes
owner() view returns (address)
0xd313db6c965441abb7190810cd39ab93b1f35453
price() view returns (uint256)
1500000000000000
symbol() view returns (string)
MA
totalFree() view returns (uint256)
7777
totalSupply() view returns (uint256)
7777
uriPrefix() view returns (string)
ipfs://QmZDvNZ8LravckvfhFYPauUop2YyhmhG7SHgBUfK5sEciX/
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
setUriPrefix(string _uriPrefix)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()