ApeZuki
Verified contract
Active on
Ethereum with 7,805 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 "ApeZuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238879 | 3 days ago | | | 0 | 0.00060906206 | |
| 21223496 | 5 days ago | | | 0 | 0.0011016651 | |
| 21125203 | 19 days ago | | | 0 | 0.00090943712 | |
| 21125198 | 19 days ago | | | 0 | 0.00095829037 | |
| 21125173 | 19 days ago | | | 0 | 0.00085619274 | |
| 20921654 | 2 months ago | | | 0 | 0.0014035494 | |
| 20905217 | 2 months ago | | | 0 | 0.00022598562 | |
| 20793513 | 2 months ago | | | 0 | 0.00058987277 | |
| 20793508 | 2 months ago | | | 0 | 0.00056549079 | |
| 20793500 | 2 months ago | | | 0 | 0.00056706848 |
ABI
ABI objects
Getter at block 21257786
INITIAL_ADOPTION() view returns (uint256)
10
LOTTERY_SALT() view returns (bytes32)
0x495f947276749ce646f68ac8c248420045cb7b5e45cb7b5e45cb7b5eea213782
PRICE() view returns (uint256)
60000000000000000
_baseURI() view returns (string)
https://assets.apezuki.com/curated/json/
_config() view returns (uint16 maxSupply, uint16 reservedMintSupply, uint16 fixedFreeMintSupply, uint16 randomFreeMintSupply, bool saleStarted)
(maxSupply=10000, reservedMintSupply=400, fixedFreeMintSupply=310, randomFreeMintSupply=600, saleStarted=true)
_randomFreeMinted() view returns (uint256)
355
name() view returns (string)
ApeZuki
owner() view returns (address)
0x00cec39a9d57168f3d0c435d452626934cb112ec
symbol() view returns (string)
APEZ
totalSupply() view returns (uint256)
9814
Read-only
_adopters(address) view returns (bool reservedMinted, bool freeMinted)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adoptApes(uint256 amount) payable
adoptReservedApes(uint16 amountV, bytes32 r, bytes32 s)
approve(address to, uint256 tokenId)
flipSaleState()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
FreeMinted(address luckyAdopter, uint8 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct ApeZukiConfig config, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.