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 "Wadafuq"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559779 | 3 months ago | | | 0 | 0.000093125414 | |
| 19910028 | 6 months ago | | | 0 | 0.00013898809 | |
| 18396042 | a year ago | | | 0 | 0.00053875544 | |
| 18168865 | a year ago | | | 0 | 0.00049152936 | |
| 18068695 | a year ago | | | 0 | 0.00051185865 | |
| 18047852 | a year ago | | | 0 | 0.00047532574 | |
| 18018605 | a year ago | | | 0 | 0.00098018047 | |
| 18013804 | a year ago | | | 0 | 0.0012360468 | |
| 18011760 | a year ago | | | 0 | 0.00076149387 | |
| 18011684 | a year ago | | | 0 | 0.00086997186 |
ABI
ABI objects
Getter at block 21218399
FREE_MINTED() view returns (uint256)
4626
alFree() view returns (uint256)
2
maxSupply() view returns (uint256)
4747
maxTx() view returns (uint256)
20
merkleRootAl() view returns (bytes32)
0xeca823602e22c24eba12bf9cc7488962037b8dc768f4cfcc0e58192b437952fb
name() view returns (string)
Wadafuq
owner() view returns (address)
0x2d62eae70a68f49a4a3f4c1917288123256e1836
paused() view returns (bool)
false
plFree() view returns (uint256)
1
revealed() view returns (bool)
true
salePrice() view returns (uint256)
1000000000000000
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
4747
Read-only
CLAIMED(address) view returns (uint256)
allowlistClaimed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlist(bytes32[] _merkleProof) view returns (bool)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
allowlistMint(uint256 _quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAlFree(uint256 _alFree)
setAllowlist(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxSupply(uint256 _maxSupply)
setMaxTx(uint256 _maxTx)
setPaused(bool _state)
setPlFree(uint256 _plFree)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(uint256 _quantity)
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.
This contract contains no error objects.