Women Ape Yacht Club
Verified contract
Active on
Ethereum with 7,882 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 "Women Ape Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178249 | 15 days ago | | | 0 | 0.0011162669 | |
| 21105424 | 25 days ago | | | 0 | 0.00010505649 | |
| 21103936 | 25 days ago | | | 0 | 0.000067123944 | |
| 21103911 | 25 days ago | | | 0 | 0.000083620195 | |
| 21101768 | 25 days ago | | | 0 | 0.00014526222 | |
| 21070085 | a month ago | | | 0 | 0.00015758254 | |
| 21042824 | a month ago | | | 0 | 0.00036617111 | |
| 20990215 | a month ago | | | 0 | 0.00035538720 | |
| 20771621 | 2 months ago | | | 0 | 0.0012746464 | |
| 20675821 | 3 months ago | | | 0 | 0.000047881825 |
ABI
ABI objects
Getter at block 21284266
cost() view returns (uint256)
120000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmount() view returns (uint256)
3000
maxMintAmountPerTx() view returns (uint256)
3000
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xe5e205a695285d14ec1d945f4693cddf4a85862c9d12dc709744d739597a99ef
name() view returns (string)
Women Ape Yacht Club
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xc49c9179a2a199c0c6c771ba80ca0e8b51bea652
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
WAYC
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://QmbqK3WB6UreeawADYKfysRvh3rXMHE9UXAozLMgptXcnb/
uriSuffix() view returns (string)
.json
wlSupply() view returns (uint256)
10000
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowed(address _address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address[] _receiver)
mintWl(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmount(uint256 _maxMintAmount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setOnlyWhitelisted(bool _state)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWlSupply(uint256 _wlSupply)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()