Zuki Ape Society
Verified contract
Active on
Ethereum with 602 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 "Zuki Ape Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17411096 | a year ago | | | 0 | 0.0011943445 | |
| 15919626 | 2 years ago | | | 0 | 0.00079664528 | |
| 15553681 | 2 years ago | | | 0 | 0.00026191366 | |
| 14569858 | 3 years ago | | | 0 | 0.00081790000 | |
| 14569619 | 3 years ago | | | 0 | 0.0024274385 | |
| 14568997 | 3 years ago | | | 0 | 0.0011799595 | |
| 14564764 | 3 years ago | | | 0 | 0.0028922885 | |
| 14562853 | 3 years ago | | | 0 | 0.00089961637 | |
| 14556271 | 3 years ago | | | 0 | 0.00099773553 | |
| 14540262 | 3 years ago | | | 0 | 0.0028580080 |
ABI
ABI objects
Getter at block 21167061
amountForDevs() view returns (uint256)
3333
freemintAmount() view returns (uint256)
5
maxPerAddressDuringMint() view returns (uint256)
20
mintAmount() view returns (uint256)
20
name() view returns (string)
Zuki Ape Society
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe1bceda11de4bac13d8e00d419df3485955d4afa
price() view returns (uint256)
8800000000000000
saleConfig() view returns (uint64 publicPrice)
0
symbol() view returns (string)
Zuki Ape Society
totalSupply() view returns (uint256)
2000
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 Mint(uint256 quantity) payable
MintFree(uint256 quantity) payable
Mints(uint256 quantity)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setamountForDevs(uint256 _newamountForDevs)
setcollectionSize(uint256 _newcollectionSize)
setfreemintAmount(uint256 _newfreemintAmount)
setfreemints(uint256 _newfreemints)
setmintAmount(uint256 _newmintAmount)
setprice(uint256 _newprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 collectionSizeFree_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.