Apes of the Caribbean
Verified contract
Active on
Ethereum with 3,774 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 "Apes of the Caribbean"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025392 | 9 days ago | | | 0 | 0.00027272571 | |
| 21025276 | 9 days ago | | | 0 | 0.00028788070 | |
| 20688813 | 2 months ago | | | 0 | 0.000092358591 | |
| 20250136 | 4 months ago | | | 0 | 0.00011458882 | |
| 20186601 | 4 months ago | | | 0 | 0.000075535597 | |
| 20016564 | 5 months ago | | | 0 | 0.00021677707 | |
| 20009918 | 5 months ago | | | 0 | 0.00043306497 | |
| 19982380 | 5 months ago | | | 0 | 0.00070113763 | |
| 19955523 | 5 months ago | | | 0 | 0.00031904140 | |
| 19821929 | 6 months ago | | | 0 | 0.00018259609 |
ABI
ABI objects
Getter at block 21092482
DeppUri() view returns (string)
ipfs://QmW4nt3yH7cJ8QWPPXZxSUueUXsLP1Zo1D7BRjCN9mcwKu/AmberTurd.json
cost() view returns (uint256)
4000000000000000
freeMints() view returns (uint256)
2222
maxMintAmount() view returns (uint256)
3
maxSupply() view returns (uint256)
4444
name() view returns (string)
Apes of the Caribbean
owner() view returns (address)
0xfec7a02605782e65d135c8c619f302ec8bb21d23
paused() view returns (bool)
false
revealed() view returns (bool)
true
sparrowExtension() view returns (string)
.json
sparrowURI() view returns (string)
ipfs://QmTK7Q73XoRKxcyfvS1Kgc8q8eWLbMSG9iTPHgHVm7o8Hq/
symbol() view returns (string)
AOTC
totalSupply() view returns (uint256)
4444
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)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
removeWhitelistUser(address _user)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setDeppURI(string _DeppURI)
setSparrowExtension(string _newSparrowExtension)
setSparrowURI(string _newSparrowURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initSparrowURI, string _initDeppUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.