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 "WAIC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20415752 | 3 months ago | | | 0 | 0.00015179978 | |
| 20341106 | 4 months ago | | | 0 | 0.00040167329 | |
| 20151191 | 5 months ago | | | 0 | 0.000055855329 | |
| 19815216 | 6 months ago | | | 0 | 0.00017690456 | |
| 19505362 | 8 months ago | | | 0 | 0.0011133162 | |
| 19500462 | 8 months ago | | | 0 | 0.00081912754 | |
| 19497374 | 8 months ago | | | 0 | 0.00082966805 | |
| 18961650 | 10 months ago | | | 0 | 0.00071477023 | |
| 18890629 | 10 months ago | | | 0 | 0.0010319231 | |
| 18501327 | a year ago | | | 0 | 0.00031503608 |
ABI
ABI objects
Getter at block 21168425
cost() view returns (uint256)
2000000000000000
freeUntil() view returns (uint256)
7777
freebiesPerWallet() view returns (uint256)
2
maxMintAmountPerTx() view returns (uint256)
30
maxSupply() view returns (uint256)
7777
name() view returns (string)
WAIC
owner() view returns (address)
0x6cddb55f0d6488610262f43a39799bb8d92f8c5b
paused() view returns (bool)
false
symbol() view returns (string)
WAIC
totalSupply() view returns (uint256)
7777
uriPrefix() view returns (string)
ipfs://QmdrYYHJzw2W4BJhCKbUXk5CSSUnSXYMTMNEtQtJ4WjXDh/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freebieMap(address) 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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
decreaseSupply(uint256 supply)
mint(uint256 amount) payable
renounceOwnership()
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeUntil(uint256 _freeUntil)
setFreebiesPerWallet(uint256 _freebiesPerWallet)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()