Mutant Ape Country Club
Verified contract
Active on
Ethereum with 11,197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 17 additional slots
8 additional
variables
Balances ($0.00)
No balances found for "Mutant Ape Country Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168741 | 3 hours ago | | | 0 | 0.0011497413 | |
| 21160216 | a day ago | | | 0 | 0.0016029347 | |
| 21118775 | 7 days ago | | | 0 | 0.00045281304 | |
| 21118756 | 7 days ago | | | 0 | 0.00038737395 | |
| 21110521 | 8 days ago | | | 0 | 0.00041992578 | |
| 21107718 | 9 days ago | | | 0 | 0.00026250699 | |
| 21107308 | 9 days ago | | | 0 | 0.00088102261 | |
| 21107207 | 9 days ago | | | 0 | 0.00058589646 | |
| 21107192 | 9 days ago | | | 0 | 0.00050270713 | |
| 21096446 | 10 days ago | | | 0 | 0.00045051570 |
ABI
ABI objects
Getter at block 21169545 getMintPrice() view returns (uint256)
MAX_MINTED_MUTANTS() view returns (uint256)
5000
NUM_MEGA_MUTANTS() view returns (uint256)
21
PS_MAX_MUTANT_PURCHASE() view returns (uint256)
20
PS_MUTANT_ENDING_PRICE() view returns (uint256)
10000000000000000
SERUM_MUTATION_OFFSET() view returns (uint256)
4999
WL_MAX_MULTI_MUTANT_PURCHASE() view returns (uint256)
5
WL_MAX_MUTANT_PURCHASE() view returns (uint256)
1
WL_PRICE() view returns (uint256)
150000000000000000
apesMinted() view returns (uint256)
5000
collectionStartingIndexBlock() view returns (uint256)
14993007
getRemainingSaleTime() view returns (uint256)
0
megaMutantsStartingIndex() view returns (uint256)
0
mintedMutantsStartingIndex() view returns (uint256)
0
name() view returns (string)
Mutant Ape Country Club
numMutantsMinted() view returns (uint256)
5000
owner() view returns (address)
0x89e629faa18f8f0ee2031f875289cdb6a7d37dce
publicSaleActive() view returns (bool)
false
publicSaleDuration() view returns (uint256)
21600
publicSaleMutantStartingPrice() view returns (uint256)
500000000000000000
publicSaleStartTime() view returns (uint256)
1655655035
saleFreeWhitelistActive() view returns (bool)
false
saleWhitelistActive() view returns (bool)
false
serumMutationActive() view returns (bool)
true
symbol() view returns (string)
MACC
totalApesMutated() view returns (uint256)
1644
totalSupply() view returns (uint256)
6644
wlFreeMerkleRoot() view returns (bytes32)
0x4b642bee8340c6a9587438e4cc6a40911209e9d026da6533703480756f0a0228
wlFreeMultiMerkleRoot() view returns (bytes32)
0x07c41a8d95f9d37e826cdd2d0ba9303c97bccd144077bc4571ec74348eb03d5c
wlMerkleRoot() view returns (bytes32)
0xfd3fd3b5f7e5bc8d5324349ea5bff8af9d815a2c492088a5e46641ad426e15cd
wlMultiMerkleRoot() view returns (bytes32)
0x46903f679d328d1015d45c63ec10efd1a12ce9e5a00250b71129d2609eae830d
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMutantIdForApeAndSerumCombination(uint256 apeId, uint8 serumTypeId) view returns (uint256)
hasApeBeenMutatedWithType(uint8 serumType, uint256 apeId) view returns (bool)
isApeEligibleForSerumMutation(uint256 apeId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleAddresses(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintFreeWhitelist(uint256 numMutants, bytes32[] wlFreeMerkleProof, bytes32[] wlFreeMultiMerkleProof) payable
mintMutants(uint256 numMutants) payable
mintWhitelist(uint256 numMutants, bytes32[] wlMerkleProof, bytes32[] wlMultiMerkleProof) payable
mutateApeWithSerum(uint256 serumTypeId, uint256 apeId)
mutateApeWithoutSerum(uint256 apeId)
pausePublicSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeMultiWlMerkleRoot(bytes32 _freeMultiWlMerkleRoot)
setFreeWlMerkleRoot(bytes32 _freeWlMerkleRoot)
setMultiWlMerkleRoot(bytes32 _multiWlMerkleRoot)
setStartingIndices()
setWlMerkleRoot(bytes32 _wlMerkleRoot)
startPublicSale(uint256 saleDuration, uint256 saleStartPrice)
toggleFreeWhiteListSaleActive()
togglePublicSaleActive()
toggleSerumMutationActive()
toggleWhiteListSaleActive()
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)
MutantPublicSalePaused(uint256 indexed _currentPrice, uint256 indexed _timeElapsed)
MutantPublicSaleStart(uint256 indexed _saleDuration, uint256 indexed _saleStartTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartingIndicesSet(uint256 indexed _mintedMutantsStartingIndex, uint256 indexed _megaMutantsStartingIndex)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address gaccAddress, address gascAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.