CommitStore
Verified contract
Active on
Ethereum with 15,370 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19919921 | 6 months ago | | | 0 | 0.0026063283 | |
| 19919507 | 6 months ago | | | 0 | 0.0041410304 | |
| 19919325 | 6 months ago | | | 0 | 0.0020711373 | |
| 19918728 | 6 months ago | | | 0 | 0.0018780561 | |
| 19918126 | 6 months ago | | | 0 | 0.0021345493 | |
| 19917793 | 6 months ago | | | 0 | 0.0012555333 | |
| 19917715 | 6 months ago | | | 0 | 0.0010444238 | |
| 19917526 | 6 months ago | | | 0 | 0.0010191299 | |
| 19917192 | 6 months ago | | | 0 | 0.0012546235 | |
| 19916929 | 6 months ago | | | 0 | 0.0016035122 |
ABI
ABI objects
Getter at block 21157906 getTransmitters() view returns (address[])
getDynamicConfig() view returns (struct CommitStoreDynamicConfig)
(0x020082a7a9c2510e1921116001152dee4da81985)
getExpectedNextSequenceNumber() view returns (uint64)
464
getLatestPriceEpochAndRound() view returns (uint64)
23248129
getStaticConfig() view returns (struct CommitStoreStaticConfig)
(5009297550715157269, 15971525489660198786, 0xd44371bfde87f2db3ea6df242091351a06c2e181, 0x411de17f12d1a34ecc7f45f49844626267c75e81)
isARMHealthy() view returns (bool)
true
isUnpausedAndARMHealthy() view returns (bool)
true
latestConfigDetails() view returns (uint32 configCount, uint32 blockNumber, bytes32 configDigest)
(configCount=5, blockNumber=18631610, configDigest=0x0001807b42eae8e4e1753e3bb109d7466eaba0204b3b724dda60faa9d96b39a9)
latestConfigDigestAndEpoch() view returns (bool scanLogs, bytes32 configDigest, uint32 epoch)
(scanLogs=true, configDigest=0x0000000000000000000000000000000000000000000000000000000000000000, epoch=0)
owner() view returns (address)
0x44835bbba9d40deda9b64858095ecfb2693c9449
paused() view returns (bool)
false
typeAndVersion() view returns (string)
CommitStore 1.0.0
Read-only
getMerkleRoot(bytes32 root) view returns (uint256)
isBlessed(bytes32 root) view returns (bool)
verify(bytes32[] hashedLeaves, bytes32[] proofs, uint256 proofFlagBits) view returns (uint256 timestamp)
State-modifying
Events acceptOwnership()
pause()
resetUnblessedRoots(bytes32[] rootToReset)
setLatestPriceEpochAndRound(uint40 latestPriceEpochAndRound)
setMinSeqNr(uint64 minSeqNr)
setOCR2Config(address[] signers, address[] transmitters, uint8 f, bytes onchainConfig, uint64 offchainConfigVersion, bytes offchainConfig)
transferOwnership(address to)
transmit(bytes32[3] reportContext, bytes report, bytes32[] rs, bytes32[] ss, bytes32 rawVs)
unpause()
ConfigSet(struct CommitStoreStaticConfig staticConfig, struct CommitStoreDynamicConfig dynamicConfig)
ConfigSet(uint32 previousConfigBlockNumber, bytes32 configDigest, uint64 configCount, address[] signers, address[] transmitters, uint8 f, bytes onchainConfig, uint64 offchainConfigVersion, bytes offchainConfig)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
Paused(address account)
ReportAccepted(struct CommitStoreCommitReport report)
RootRemoved(bytes32 root)
Transmitted(bytes32 configDigest, uint32 epoch)
Unpaused(address account)
constructor(struct CommitStoreStaticConfig staticConfig)
This contract contains no fallback and receive objects.
BadARMSignal()
ConfigDigestMismatch(bytes32 expected, bytes32 actual)
ForkedChain(uint256 expected, uint256 actual)
InvalidCommitStoreConfig()
InvalidConfig(string message)
InvalidInterval(struct CommitStoreInterval interval)
InvalidProof()
InvalidRoot()
LeavesCannotBeEmpty()
NonUniqueSignatures()
OracleCannotBeZeroAddress()
PausedError()
RootAlreadyCommitted()
SignaturesOutOfRegistration()
StaleReport()
UnauthorizedSigner()
UnauthorizedTransmitter()
WrongMessageLength(uint256 expected, uint256 actual)
WrongNumberOfSignatures()