Cope Ape
Verified contract
Active on
Ethereum with 6,927 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 "Cope Ape"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866949 | 2 months ago | | | 0 | 0.00045170159 | |
| 20546583 | 4 months ago | | | 0 | 0.00014010900 | |
| 19755075 | 7 months ago | | | 0 | 0.00034390863 | |
| 18873923 | a year ago | | | 0 | 0.00061821666 | |
| 18589105 | a year ago | | | 0 | 0.0010409946 | |
| 18266365 | a year ago | | | 0 | 0.00035882347 | |
| 18228931 | a year ago | | | 0 | 0.00073371912 | |
| 17731958 | a year ago | | | 0 | 0.00096101893 | |
| 17515920 | a year ago | | | 0 | 0.0012163447 | |
| 17055016 | 2 years ago | | | 0 | 0.0010594095 |
ABI
ABI objects
Getter at block 21379884
baseURI() view returns (string)
ipfs://bafybeidompjeihjmettia7jn36t3c4rvm7x3m5qxxy23njcfaejuqevyie/
chanceFreeMintsAvailable() view returns (uint256)
2023
freeMintsAvailable() view returns (uint256)
146
isPublicLive() view returns (bool)
true
maxPerTransaction() view returns (uint256)
20
maxPerWallet() view returns (uint256)
1000
maxTotalSupply() view returns (uint256)
6000
mintPrice() view returns (uint256)
6900000000000000
name() view returns (string)
Cope Ape
owner() view returns (address)
0xbbcafd28b1d2866baf10202688e5132f35357eb2
symbol() view returns (string)
CA
totalSupply() view returns (uint256)
6000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerWallet(address) 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)
flipPublicSaleState()
mintPublic(uint256 _amount) payable
renounceOwnership()
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setChanceFreeMintsAvailable(uint256 _chanceFreeMintsAvailable)
setFreeMintsAvailable(uint256 _freeMintsAvailable)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMerkleTreeRoot(bytes32 _merkleTreeRoot)
setMintPrice(uint256 _mintPrice)
setWithdrawAddress(address _withdrawAddress)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()