OperationsCoordinator

Verified contract

Active on Ethereum with 20 txns
Deployed by via 0xab523335 at 19769655
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OperationsCoordinator"

0x06384f89d071e9fbfed12b90968c1d4d770ace3f0b000d15267761a91581fab7
0xce4a4257508fda2096596dcb20f60c14c49755ff892ee19debfec65f0bc01368
0x0540d7ffddabcd71472cf62549937726904337095d780d4073120c05f472ff02
0x426b44d32b516339294abb156918bcc25a9126804a1ff34f5a12b7664a4375d5
0x4a929cb0e7eca6100ff09ea38876abdf3165c77266fa02c81a04fe4e4b425040
0x129299f8c8c61b12fc73c1527337d2e1894dd4ac6eaad54565123985440c9c34
0x35e6622d1f53b1872e42514db4cf7a69c22842dba938c9d6ed905f3f1dd28220
0xd5697ec65ab0e8e27e476e23f76414659cc2b3d94ba7df723564cd5f524dd972
0x6853cb6ab0727663b75eba17e51c246dd41f9f3284180edfe84bea338cf8b8e8
0x5a508ae69580f7ded3b895498c1c1281f93259292ff1cecd283a845c6bfad711

Functions
Getter at block 21223597
authority(view returns (address)
0x8c1686069474410e6243425f4a10177a94ebee11
getPriceChangeToleranceBps(view returns (uint256)
500
isConsumingScheduledOp(view returns (bytes4)
0x00000000
Read-only
isWithinRange(uint256 newPriceview returns (bool)
State-modifying
setAuthority(address newAuthority
setPriceChangeToleranceBps(uint256 newValue
setValidatorTicketMintPrice(uint256 newPrice
Events
AuthorityUpdated(address authority
PriceChangeToleranceBPSUpdated(uint256 oldValueuint256 newValue
Constructor
constructor(address oracleaddress accessManageruint256 priceChangeToleranceBps
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessManagedInvalidAuthority(address authority
AccessManagedRequiredDelay(address calleruint32 delay
AccessManagedUnauthorized(address caller
InvalidPrice(
InvalidPriceChangeToleranceBPS(