Best Waifu Collection
Verified contract
Active on
Ethereum with 1,790 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
Balances ($0.00)
No balances found for "Best Waifu Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103967 | a month ago | | | 0 | 0.000084787500 | |
| 20802314 | 2 months ago | | | 0 | 0.00022307390 | |
| 20703645 | 3 months ago | | | 0 | 0.000036617749 | |
| 19833266 | 7 months ago | | | 0 | 0.00029160656 | |
| 19135092 | 10 months ago | | | 0 | 0.0014608716 | |
| 18949041 | a year ago | | | 0 | 0.00059463240 | |
| 18319766 | a year ago | | | 0 | 0.00023654818 | |
| 18005138 | a year ago | | | 0 | 0.00027453841 | |
| 17862110 | a year ago | | | 0 | 0.00044221625 | |
| 17802862 | a year ago | | | 0 | 0.00037595509 |
ABI
ABI objects
Getter at block 21297409
airdropMintAmount() view returns (uint256)
277
cost() view returns (uint256)
5000000000000000
freeMintListRoot() view returns (bytes32)
0xa555a2072e1be42743bc3a08317b68e93d87cb1bc96e10bccadd184e41036920
freemint10MerkleRoot() view returns (bytes32)
0x31bb1875b1ce77899b7fa33f0b951e9a523c8755336d652c40b0236c9208127a
freemint4MerkleRoot() view returns (bytes32)
0xbefcac7747a66449d8e6f39de303f0f692c0cfdb3dc89dbdef167dc6022eed67
freemint6MerkleRoot() view returns (bytes32)
0xde6d7a1f4867366cddc0ada940b220c10d67cf76715e579e62102cd8082b8e52
freemintlistMintEnabled() view returns (bool)
false
hiddenMetadataUri() view returns (string)
ipfs://bafybeietlq7mip5te6mq7t4miuxfcxpea2ew7v7hdclqlh57py6pxbkhfa/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxMintableSupply() view returns (uint256)
5
maxSupply() view returns (uint256)
2222
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Best Waifu Collection
owner() view returns (address)
0x3c4c623720c0b79f871b4c4dd3410c8457ff9986
paused() view returns (bool)
false
revealed() view returns (bool)
true
specialFreemintListRoot() view returns (bytes32)
0xb4f75c0b06b0832f04882793d81e5465b955aea3f9d1df2a685a59a30a257e2f
specialWhitelistMerkleRoot() view returns (bytes32)
0x3cd36ab4ce77e1c9f4fbd27457788a81f5bf91890085dfb0d6f5708e002ad64c
specialWhitelistMintEnabled() view returns (bool)
false
symbol() view returns (string)
BWC
totalSupply() view returns (uint256)
2222
uriPrefix() view returns (string)
ipfs://bafybeih77cqiusubfyxwhybk2x2dwfqe6psfujo4orobpg2s2dpyxlp3eu/
uriSuffix() view returns (string)
.json
whitelistMerkleRoot() view returns (bytes32)
0x70f9ec1d4659184eb8a9298693da1a84295907039abdc1091225b445caf13a46
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintListClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
specialFreemintListClaimed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setFreemintlistMintEnabled(bool _state)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setSpecialWhitelistMintEnabled(bool _state)
setSpecialWhitelistRoot(bytes32 _merkleRoot)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
setWhitelistMintEnabled(bool _state)
setfreeMintListRoot(bytes32 _merkleRoot)
setspecialFreemintListRoot(bytes32 _merkleRoot)
specialWhitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintableSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()