SingleDebtFloorAdjuster
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc88…6962
0x4ed9…7851
0x3a3e…d7a5
0xb825…4025
Balances ($0.00)
No balances found for "SingleDebtFloorAdjuster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14772532 | 3 years ago | | | 0 | 0.0081429084 | |
| 14480043 | 3 years ago | | | 0 | 0.0046374375 | |
| 14183663 | 3 years ago | | | 0 | 0.0070336957 | |
| 13886163 | 3 years ago | | | 0 | 0.0092076907 | |
| 13595424 | 3 years ago | | | 0 | 0.018108939 | |
| 13287401 | 3 years ago | | | 0 | 0.0067429087 | |
| 12833330 | 3 years ago | | | 0 | 0.0081718500 | |
| 12825731 | 3 years ago | | | 0 | 0.0055468000 | |
| 12812589 | 3 years ago | | | 0 | 0.0040882780 | |
| 12787712 | 3 years ago | | | 0 | 0.0027554340 |
ABI
ABI objects
Getter at block 21394426
RAY() view returns (uint256)
1000000000000000000000000000
WAD() view returns (uint256)
1000000000000000000
baseUpdateCallerReward() view returns (uint256)
8300558400946887118
collateralName() view returns (bytes32)
0x4554482d41000000000000000000000000000000000000000000000000000000
ethPriceOracle() view returns (address)
0xb825e25856bd98b3f2faf2aeb6cb8742b38c4025
gasAmountForLiquidation() view returns (uint256)
500000
gasPriceOracle() view returns (address)
0x3a3e9d4d1afc6f9d7e0e9a4032a7ddbc1500d7a5
lastManualUpdateTime() view returns (uint256)
1625181952
lastUpdateTime() view returns (uint256)
1656435111
maxDebtFloor() view returns (uint256)
1000000000000000000000000000000000000000000000000000000
maxRewardIncreaseDelay() view returns (uint256)
10800
maxUpdateCallerReward() view returns (uint256)
16601116801893774236
minDebtFloor() view returns (uint256)
1000000000000000000000000000000000000000000000
oracleRelayer() view returns (address)
0x4ed9c0dca0479bc64d8f4eb3007126d5791f7851
perSecondCallerRewardIncrease() view returns (uint256)
1000000000000000000000000000
safeEngine() view returns (address)
0xcc88a9d330da1133df3a7bd823b95e52511a6962
treasury() view returns (address)
0x83533fdd3285f48204215e9cf38c785371258e76
treasuryAllowance() view returns (uint256)
0
updateDelay() view returns (uint256)
3888000
Read-only
addition(uint256 x, uint256 y) pure returns (uint256 z)
authorizedAccounts(address) view returns (uint256)
getCallerReward(uint256 timeOfLastUpdate, uint256 defaultDelayBetweenCalls) view returns (uint256)
manualSetters(address) view returns (uint256)
minimum(uint256 x, uint256 y) pure returns (uint256 z)
multiply(uint256 x, uint256 y) pure returns (uint256 z)
rad(uint256 x) pure returns (uint256 z)
ray(uint256 x) pure returns (uint256 z)
rdivide(uint256 x, uint256 y) pure returns (uint256 z)
rmultiply(uint256 x, uint256 y) pure returns (uint256 z)
rpower(uint256 x, uint256 n, uint256 base) pure returns (uint256 z)
subtract(uint256 x, uint256 y) pure returns (uint256 z)
wdivide(uint256 x, uint256 y) pure returns (uint256 z)
wmultiply(uint256 x, uint256 y) pure returns (uint256 z)
State-modifying
Events addAuthorization(address account)
addManualSetter(address account)
getNextCollateralFloor() returns (uint256)
manualRecomputeCollateralDebtFloor()
modifyParameters(bytes32 parameter, address addr)
modifyParameters(bytes32 parameter, uint256 val)
recomputeCollateralDebtFloor(address feeReceiver)
removeAuthorization(address account)
removeManualSetter(address account)
AddAuthorization(address account)
AddManualSetter(address account)
FailRewardCaller(bytes revertReason, address feeReceiver, uint256 amount)
ModifyParameters(bytes32 parameter, address addr)
ModifyParameters(bytes32 parameter, uint256 val)
RemoveAuthorization(address account)
RemoveManualSetter(address account)
UpdateFloor(uint256 nextDebtFloor)
constructor(address safeEngine_, address oracleRelayer_, address treasury_, address gasPriceOracle_, address ethPriceOracle_, bytes32 collateralName_, uint256 baseUpdateCallerReward_, uint256 maxUpdateCallerReward_, uint256 perSecondCallerRewardIncrease_, uint256 updateDelay_, uint256 gasAmountForLiquidation_, uint256 maxDebtFloor_, uint256 minDebtFloor_)
This contract contains no fallback and receive objects.
This contract contains no error objects.