ZukiApeYachtClub
Verified contract
Active on
Ethereum with 2,504 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53.59)
Native
Value
$53.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.016 | $3,349.10 |
$53.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129353 | 20 days ago | | | 0 | 0.0011356989 | |
| 21014473 | a month ago | | | 0 | 0.00092527189 | |
| 20738982 | 2 months ago | | | 0 | 0.0015126400 | |
| 20738973 | 2 months ago | | | 0 | 0.0015126400 | |
| 20293817 | 4 months ago | | | 0 | 0.000052942400 | |
| 20293814 | 4 months ago | | | 0 | 0.000052942400 | |
| 19893586 | 6 months ago | | | 0 | 0.00016758345 | |
| 19893584 | 6 months ago | | | 0 | 0.00017858258 | |
| 19802691 | 7 months ago | | | 0 | 0.00024908543 | |
| 19705835 | 7 months ago | | | 0 | 0.00016526285 |
ABI
ABI objects
Getter at block 21271249
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZod9AwFxx8NnLjfEm67iR6x565t3rcu25miAsDv1vex5/
cost() view returns (uint256)
0
maxFree() view returns (uint256)
4000
name() view returns (string)
Zuki Ape Yacht Club
nftPerAddressLimit() view returns (uint256)
10
owner() view returns (address)
0x228c1a972912b01938e056fbe755d879d8262827
paused() view returns (bool)
false
status() view returns (bool)
false
symbol() view returns (string)
ZukiApeYachtClub
totalSupply() view returns (uint256)
6666
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintfree(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNftPerAddressLimit(uint256 _limit)
setSaleStatus(bool _status)
setmaxFree(uint256 _newMaxFree)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.