Moon Apes

Verified contract

Active on Ethereum with 3,931 txns
Deployed by via 0xdcfd6fc3 at 15361931
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moon Apes"

0x745b5acacf872fe988d2cea581f00dbe0606fc8f189e6da585ff6cbedf0eb516
0xa0a7b940b5c0349c4684ea1d89fec30c05709596d4283055abdddee8e5e07fda
0x9bdedde66208d6272fbe39f1ac5f5bc4d8c7e2ddf07b332933cb43dcf7d81937
0x3fbcdc9d938d6416e7feed4109b374ced9ad1360aa4aec903580f4b8cdc6fa3f
0x4eba54e360730627dc6413ed8046c2aceae1906ab57d44855a5f78e9d8545f92
0x6f3af062f753393bc15ab8c303950437d6dc612fc5575a2efdc1402baa751412
0x6fe8637ba5e49db01a1130cab413a605c8bdfae53c6e9476e68203b232fe0883
0xac2a260117262faa5889cdfd8a6c8153154c8d164c1e85836d35360399d1ee28
0xcab0d88f24efcb2c1c90dcba7c21aaa2b469ddbba4fa36faa8cd67cdef6699ac
0xf0d97ce88beb0245fd5c51580c7e7735fe3b2386a97b66b32b73183e153896c9

Functions
Getter at block 20862888
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(