Heartbeat
Verified contract
Active on
Ethereum with 584 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 "Heartbeat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19446661 | 9 months ago | | | 0 | 0.0013325608 | |
| 18202336 | a year ago | | | 0 | 0.00041058020 | |
| 17843539 | a year ago | | | 0 | 0.00057208488 | |
| 17843538 | a year ago | | | 0 | 0.00046539980 | |
| 17377673 | 2 years ago | | | 0 | 0.0017873102 | |
| 17190053 | 2 years ago | | | 0.01 | 0.0092332973 | |
| 17027145 | 2 years ago | | | 0.01 | 0.0030551450 | |
| 16898404 | 2 years ago | | | 0 | 0.0014485211 | |
| 16886922 | 2 years ago | | | 0 | 0.00073541930 | |
| 16876692 | 2 years ago | | | 0.01 | 0.0021623046 |
ABI
ABI objects
Getter at block 21388289
contractURI() view returns (string)
https://heartbeat.themetagame.xyz/api/v1/contract-metadata
freeMints() view returns (uint256)
0
getBalance() view returns (uint256)
0
isMintFree() view returns (bool)
false
metadataFolderURI() view returns (string)
https://heartbeat.themetagame.xyz/api/v1/metadata/
mintActive() view returns (bool)
false
mintedCount() view returns (uint256)
540
mintsPerAddress() view returns (uint256)
1
name() view returns (string)
Heartbeat
openseaContractMetadataURL() view returns (string)
https://heartbeat.themetagame.xyz/api/v1/contract-metadata
owner() view returns (address)
0x902a37155438982884ca26a5dbccf73f5ae8194b
price() view returns (uint256)
10000000000000000
reverseBirthday() view returns (uint256)
14089864
symbol() view returns (string)
HBEAT
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
pay(address payee, uint256 amountInEth)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetadataFolderURI(string folderUrl)
setMintActive(bool _mintActive)
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(string _name, string _symbol, string _metadataFolderURI, uint256 _freeMints, uint256 _mintsPerAddress, string _openseaContractMetadataURL, bool _mintActive)
This contract contains no fallback and receive objects.
This contract contains no error objects.