DeadHearts
Verified contract
Active on
Ethereum with 4,792 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 "DeadHearts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20616725 | 3 months ago | | | 0 | 0.000054822979 | |
| 20253558 | 5 months ago | | | 0 | 0.000081904885 | |
| 20102368 | 6 months ago | | | 0 | 0.00014099597 | |
| 19853332 | 7 months ago | | | 0 | 0.000095094569 | |
| 19802204 | 7 months ago | | | 0 | 0.00022302078 | |
| 19711935 | 7 months ago | | | 0 | 0.00092293281 | |
| 19315109 | 9 months ago | | | 0 | 0.0017357610 | |
| 19163093 | 10 months ago | | | 0 | 0.00077323686 | |
| 18907947 | a year ago | | | 0 | 0.00068855566 | |
| 18886606 | a year ago | | | 0 | 0.00085920264 |
ABI
ABI objects
Getter at block 21313272
isClaimEnabled() view returns (bool)
true
owner() view returns (address)
0x5ef6e3570a32ea63c7bfb69bbb72fe0cd37dfa42
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
hasClaimedDeadHeart(address addr) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events claimDeadHeart(bytes32[] _merkleProof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setNormalTierMerkleRoot(bytes32 _newRoot)
setRareTierMerkleRoot(bytes32 _newRoot)
setURI(string _newURI)
toggleClaimStatus()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.