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 "WIFU 404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105476 | a month ago | | | 0 | 0.00010713763 | |
| 19216614 | 10 months ago | | | 0 | 0.0015718424 | |
| 19216402 | 10 months ago | | | 0 | 0.0014382161 | |
| 19216393 | 10 months ago | | | 0 | 0.00062291169 | |
| 19216378 | 10 months ago | | | 0 | 0.00064382121 | |
| 19216360 | 10 months ago | | | 0 | 0.00079153350 | |
| 19216360 | 10 months ago | | | 0 | 0.0013273226 | |
| 19216355 | 10 months ago | | | 0 | 0.0012192782 | |
| 19216319 | 10 months ago | | | 0 | 0.0011822057 | |
| 19216278 | 10 months ago | | | 0 | 0.0014133944 |
ABI
ABI objects
Getter at block 21309318
baseTokenURI() view returns (string)
https://green-capable-porpoise-132.mypinata.cloud/ipfs/QmWpFfzW2tRyN6J3TgLk4AUFm7pt5p4DXY32BPc4m6e7ox/
decimals() view returns (uint8)
18
getCurrentTax() view returns (uint256)
0
minted() view returns (uint256)
0
name() view returns (string)
WIFU 404
owner() view returns (address)
0x72fef29f03f8b678db70410956537fffdaf3e0a7
rootHash() view returns (bytes32)
0xf95b106a942b135420ad9ac4cd7eb64f141976f0ea6c8d440313680b4cf278a7
symbol() view returns (string)
WIFU
taxPercentage() view returns (uint256)
0
tokensRequiredForMint() view returns (uint256)
100
totalNativeSupply() view returns (uint256)
200000
totalSupply() view returns (uint256)
200000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
metadataIds(uint256) view returns (uint256)
ownerOf(uint256 id) view returns (address owner)
pendingIds(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
claim(bytes32[] proof)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTaxAmount(uint256 _taxAmount)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
updateHash(bytes32 _hash)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()