The Heart Project
Verified contract
Active on
Ethereum with 35,616 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JPF | ERC-721 | 1 | -- | -- | |
HEARTS | ERC-721 | 1 | -- | -- | |
HEARTS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259951 | 4 hours ago | | | 0 | 0.00020327095 | |
| 21246986 | 2 days ago | | | 0 | 0.0010158341 | |
| 21240947 | 3 days ago | | | 0 | 0.00055042737 | |
| 21227537 | 5 days ago | | | 0 | 0.0019053714 | |
| 21226278 | 5 days ago | | | 0 | 0.0035214999 | |
| 21226273 | 5 days ago | | | 0 | 0.0031567401 | |
| 21226257 | 5 days ago | | | 0 | 0.0027881245 | |
| 21226255 | 5 days ago | | | 0 | 0.0032492781 | |
| 21222454 | 5 days ago | | | 0 | 0.0015163097 | |
| 21219512 | 6 days ago | | | 0 | 0.00039291638 |
ABI
ABI objects
Getter at block 21261139
MAX_PER_TX() view returns (uint256)
2
MAX_PER_WALLET_PUBLIC() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
9580
PRESALE_SUPPLY() view returns (uint256)
6000
PRICE() view returns (uint256)
88880000000000000
RESERVED_SUPPLY() view returns (uint256)
420
TOTAL_SUPPLY() view returns (uint256)
10000
baseTokenURI() view returns (string)
https://hearts-whiterabbit.herokuapp.com/
contractURI() view returns (string)
ipfs://QmeN7Cond83oWCTkRBYZJLE3RQj9Y5vYN2qCW6KSXDdp1t
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
name() view returns (string)
The Heart Project
owner() view returns (address)
0xc837ef94e24dc5a11a77e2fe7288c970f77b88b0
symbol() view returns (string)
HEARTS
totalSupply() view returns (uint256)
9931
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedPresale(address addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligibleForPresale(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToPresaleList(address[] addresses)
approve(address to, uint256 tokenId)
claimPresaleHeart() payable
claimReservedHeart(uint256 quantity, address addr)
emergencyWithdraw()
mint(uint256 quantity) payable
removeFromPresaleList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string URI)
setContractURI(string URI)
togglePresaleStatus()
togglePublicSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseTokenURIChanged(string baseTokenURI)
ContractURIChanged(string contractURI)
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.
This contract contains no error objects.