White Hearts
Verified contract
Active on
Ethereum with 4,465 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 "White Hearts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105992 | 15 days ago | | | 0 | 0.00011173860 | |
| 21075643 | 19 days ago | | | 0 | 0.00066846248 | |
| 20998950 | a month ago | | | 0 | 0.00042587713 | |
| 20998858 | a month ago | | | 0 | 0.00039267805 | |
| 20998811 | a month ago | | | 0 | 0.00040200361 | |
| 20985556 | a month ago | | | 0 | 0.00093299683 | |
| 20976975 | a month ago | | | 0 | 0.00051970970 | |
| 20976972 | a month ago | | | 0 | 0.00053634539 | |
| 20966960 | a month ago | | | 0 | 0.00069078894 | |
| 20961418 | a month ago | | | 0 | 0.00052194683 |
ABI
ABI objects
Getter at block 21215075
cost() view returns (uint256)
55000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmUQtUKsPaXPZDzrbosezYpoFvVCj84mvyLM5gqdaSGg62/hidden.json
isAllowListActive() view returns (bool)
true
maxMintAmountPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
2500
merkleRoot() view returns (bytes32)
0xfd4fb80c6e44fc06a481f06a55a1fa428d448ccab411df14555ed13509a43f78
name() view returns (string)
White Hearts
owner() view returns (address)
0x4ddac376f28be60e1f7642a4d302c6cf6cae1d92
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
WHHE
totalSupply() view returns (uint256)
2500
uriPrefix() view returns (string)
ipfs://QmUmyxyQy5TtVbEyZTBswr9yAeGfJjFjtsf5C9LDNZ1noQ/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
_allowList(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
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)
mint(uint256 _mintAmount) payable
mintAllowList(uint8 numberOfTokens) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8[] numAllowedToMint)
setAllowlistMintEnabled(bool _state)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
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 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()