Consensus Heartbeats
Verified contract
Active on
Ethereum with 766 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Consensus Heartbeats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20677722 | 2 months ago | | | 0 | 0.00036164967 | |
| 20327043 | 4 months ago | | | 0 | 0.00048767959 | |
| 20296473 | 4 months ago | | | 0 | 0.000032733128 | |
| 19798082 | 6 months ago | | | 0 | 0.00027115241 | |
| 19587918 | 7 months ago | | | 0 | 0.00064721465 | |
| 19375208 | 8 months ago | | | 0 | 0.0030577364 | |
| 19317011 | 8 months ago | | | 0 | 0.0021551175 | |
| 19264976 | 9 months ago | | | 0 | 0.0016169528 | |
| 19029557 | 10 months ago | | | 0 | 0.00087323838 | |
| 18967409 | 10 months ago | | | 0 | 0.00069098802 |
ABI
ABI objects
Getter at block 21160509 reconstructedCode() view returns (string) viewReconstructed() view returns (string)
HEARTBEAT_RESERVE() view returns (uint256)
9
MAX_HEARTBEATS_MAIN() view returns (uint256)
315
MAX_HEARTBEAT_PURCHASE() view returns (uint256)
1
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/bafybeigj6xdd4xjq26ghpbeuhtot4z3wmwu72brg7grfv5aks3u5ahmrq4/
cReconstructedCode() view returns (string)
heartbeatPrice() view returns (uint256)
320000000000000000
isCReconstructed() view returns (bool)
false
isPyReconstructed() view returns (bool)
false
isReconstructed() view returns (bool)
true
name() view returns (string)
Consensus Heartbeats
owner() view returns (address)
0x4bd347c158217ce1ce00626355597616ad289a77
preSaleIsActive() view returns (bool)
false
publicSaleIsActive() view returns (bool)
false
pyReconstructedCode() view returns (string)
symbol() view returns (string)
CH
totalSupply() view returns (uint256)
315
viewReconstructedC() view returns (string)
viewReconstructedPy() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
blockIdentity(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
heartbeatBlockInformation(uint256) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSaleMinted(address) view returns (uint256)
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)
viewBlockIdentity(uint256 _tokenId) view returns (string)
viewTokenInformation(uint256 _tokenId) view returns (string)
whitelisted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleStatePresale()
flipSaleStatePublic()
preMint(uint256 _numberOfTokens) payable
publicMint(uint256 _numberOfTokens) payable
renounceOwnership()
reserveHeartbeats(address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBlockIdentity(uint256[] _tokenId, string[] _currName)
setReconstruction(string _currName)
setReconstructionC(string _currName)
setReconstructionPy(string _currName)
setTokenInformation(uint256[] _tokenId, string[] _currName)
setWhitelistAddress(address[] users, uint256[] allowedMint)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.