Mutant Elder Apes Club
Verified contract
Active on
Ethereum with 643 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x839c…84e9
0xcf4d…9ff5
Balances ($0.00)
No balances found for "Mutant Elder Apes Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19955150 | 6 months ago | | | 0 | 0.00018104926 | |
| 19953436 | 6 months ago | | | 0 | 0.00016401100 | |
| 18267487 | a year ago | | | 0 | 0.00032313649 | |
| 18267448 | a year ago | | | 0 | 0.00033925136 | |
| 18264663 | a year ago | | | 0 | 0.00094997778 | |
| 18264631 | a year ago | | | 0 | 0.0010550500 | |
| 18264580 | a year ago | | | 0 | 0.0013663427 | |
| 18199001 | a year ago | | | 0 | 0.00033947228 | |
| 18198999 | a year ago | | | 0 | 0.00031592722 | |
| 18198998 | a year ago | | | 0 | 0.00031200540 |
ABI
ABI objects
Getter at block 21275420
baseUri() view returns (string)
https://api.minteeble.com/p1/nft-collection/Minteeble/collection/42340afd-f73c-42bc-81f6-e8545e312f57/metadata/
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
0
name() view returns (string)
Mutant Elder Apes Club
oldCollection() view returns (address)
0x839c908d6468537033022768c9f171695bbf84e9
owner() view returns (address)
0x86f2ad57b59bb5be8091a0a5fdbecb168b63ca17
paused() view returns (bool)
true
preRevealUri() view returns (string)
publicMintEnabled() view returns (bool)
true
revealed() view returns (bool)
false
serumCollection() view returns (address)
0xcf4d47218d5de84868ca2e8a7759a91b01289ff5
symbol() view returns (string)
MEAC
totalSupply() view returns (uint256)
563
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
oldCollectionId(uint256 _newId) view returns (uint256)
oldCollectionItems(address owner) view returns (uint256[])
oldIds(uint256) view returns (uint256)
oldIdsMutated(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
serumIdsUsed(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintMutant(uint256 oldId, uint256 serumId) payable
publicMintMutant(uint256 serumId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setMintPrice(uint256 _mintPrice)
setPaused(bool _paused)
setPreRevealUri(string _preRevealUri)
setPublicMintEnabled(bool _publicMintEnabled)
setRevealed(bool _revealed)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawBalance()
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(string _tokenName, string _tokenSymbol, uint256 _maxSupply, uint256 _mintPrice, address _oldCollection, address _serumCollection)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()