OracleRelayer
Verified contract
Active on
Ethereum with 21,696 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 "OracleRelayer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159361 | 32 minutes ago | | | 0 | 0.0028142557 | |
| 21158962 | 2 hours ago | | | 0 | 0.0025391715 | |
| 21158565 | 3 hours ago | | | 0 | 0.0022635779 | |
| 21158165 | 5 hours ago | | | 0 | 0.0022156008 | |
| 21157765 | 6 hours ago | | | 0 | 0.0012563446 | |
| 21157366 | 7 hours ago | | | 0 | 0.0015079189 | |
| 21156967 | 9 hours ago | | | 0 | 0.0012347282 | |
| 21156575 | 10 hours ago | | | 0 | 0.0011164700 | |
| 21156268 | 11 hours ago | | | 0 | 0.0011233741 | |
| 21155868 | 12 hours ago | | | 0 | 0.00094291941 |
ABI
ABI objects
Getter at block 21159518
contractEnabled() view returns (uint256)
1
redemptionPriceUpdateTime() view returns (uint256)
1731266879
redemptionRate() view returns (uint256)
999999996926087833128490210
redemptionRateLowerBound() view returns (uint256)
999999934241503702775225172
redemptionRateUpperBound() view returns (uint256)
1000000065758500621404894451
safeEngine() view returns (address)
0xcc88a9d330da1133df3a7bd823b95e52511a6962
Read-only
authorizedAccounts(address) view returns (uint256)
collateralTypes(bytes32) view returns (address orcl, uint256 safetyCRatio, uint256 liquidationCRatio)
liquidationCRatio(bytes32 collateralType) view returns (uint256)
orcl(bytes32 collateralType) view returns (address)
safetyCRatio(bytes32 collateralType) view returns (uint256)
State-modifying
Events addAuthorization(address account)
disableContract()
modifyParameters(bytes32 collateralType, bytes32 parameter, address addr)
modifyParameters(bytes32 collateralType, bytes32 parameter, uint256 data)
modifyParameters(bytes32 parameter, uint256 data)
redemptionPrice() returns (uint256)
removeAuthorization(address account)
updateCollateralPrice(bytes32 collateralType)
AddAuthorization(address account)
DisableContract()
ModifyParameters(bytes32 collateralType, bytes32 parameter, address addr)
ModifyParameters(bytes32 collateralType, bytes32 parameter, uint256 data)
ModifyParameters(bytes32 parameter, uint256 data)
RemoveAuthorization(address account)
UpdateCollateralPrice(bytes32 indexed collateralType, uint256 priceFeedValue, uint256 safetyPrice, uint256 liquidationPrice)
UpdateRedemptionPrice(uint256 redemptionPrice)
constructor(address safeEngine_)
This contract contains no fallback and receive objects.
This contract contains no error objects.