OperationsCoordinator
Verified contract
Active on
Ethereum with 20 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 "OperationsCoordinator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19846896 | 6 months ago | | | 0 | 0.00053763762 | |
| 19844896 | 6 months ago | | | 0 | 0.00044668377 | |
| 19841321 | 6 months ago | | | 0 | 0.0011587550 | |
| 19837740 | 6 months ago | | | 0 | 0.00040226603 | |
| 19834172 | 6 months ago | | | 0 | 0.00049447082 | |
| 19830589 | 6 months ago | | | 0 | 0.00045261694 | |
| 19830035 | 6 months ago | | | 0 | 0.00040988484 | |
| 19829441 | 6 months ago | | | 0 | 0.00040790364 | |
| 19828845 | 6 months ago | | | 0 | 0.00039896177 | |
| 19828245 | 6 months ago | | | 0 | 0.00046629448 |
ABI
ABI objects
Getter at block 21223597
authority() view returns (address)
0x8c1686069474410e6243425f4a10177a94ebee11
getPriceChangeToleranceBps() view returns (uint256)
500
isConsumingScheduledOp() view returns (bytes4)
0x00000000
Read-only
isWithinRange(uint256 newPrice) view returns (bool)
State-modifying
Events setAuthority(address newAuthority)
setPriceChangeToleranceBps(uint256 newValue)
setValidatorTicketMintPrice(uint256 newPrice)
AuthorityUpdated(address authority)
PriceChangeToleranceBPSUpdated(uint256 oldValue, uint256 newValue)
constructor(address oracle, address accessManager, uint256 priceChangeToleranceBps)
This contract contains no fallback and receive objects.
AccessManagedInvalidAuthority(address authority)
AccessManagedRequiredDelay(address caller, uint32 delay)
AccessManagedUnauthorized(address caller)
InvalidPrice()
InvalidPriceChangeToleranceBPS()