SingleSpotDebtCeilingSetter
Verified contract
Active on
Ethereum with 932 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc88…6962
0x4ed9…7851
Balances ($0.00)
No balances found for "SingleSpotDebtCeilingSetter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247612 | 2 hours ago | | | 0 | 0.011635125 | |
| 21240448 | a day ago | | | 0 | 0.010132056 | |
| 21233286 | 2 days ago | | | 0 | 0.010888466 | |
| 21226126 | 3 days ago | | | 0 | 0.010749187 | |
| 21218951 | 4 days ago | | | 0 | 0.0068074797 | |
| 21211775 | 5 days ago | | | 0 | 0.013063610 | |
| 21204605 | 6 days ago | | | 0 | 0.013234107 | |
| 21197429 | 7 days ago | | | 0 | 0.012878172 | |
| 21190271 | 8 days ago | | | 0 | 0.013024137 | |
| 21183108 | 9 days ago | | | 0 | 0.012516530 |
ABI
ABI objects
Getter at block 21248131
RAY() view returns (uint256)
1000000000000000000000000000
WAD() view returns (uint256)
1000000000000000000
baseUpdateCallerReward() view returns (uint256)
13806512123362798874
blockDecreaseWhenDevalue() view returns (uint256)
0
blockIncreaseWhenRevalue() view returns (uint256)
0
ceilingPercentageChange() view returns (uint256)
125
collateralName() view returns (bytes32)
0x4554482d41000000000000000000000000000000000000000000000000000000
getNextCollateralCeiling() view returns (uint256)
10000000000000000000000000000000000000000000000000000
getRawUpdatedCeiling() view returns (uint256)
2140849520494342905935523856511304203080068265349036
lastManualUpdateTime() view returns (uint256)
1621001356
lastUpdateTime() view returns (uint256)
1732330847
maxCollateralCeiling() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxRewardIncreaseDelay() view returns (uint256)
10800
maxUpdateCallerReward() view returns (uint256)
27613024246725597748
minCollateralCeiling() view returns (uint256)
10000000000000000000000000000000000000000000000000000
oracleRelayer() view returns (address)
0x4ed9c0dca0479bc64d8f4eb3007126d5791f7851
perSecondCallerRewardIncrease() view returns (uint256)
1000064182354095453705626271
safeEngine() view returns (address)
0xcc88a9d330da1133df3a7bd823b95e52511a6962
treasury() view returns (address)
0x83533fdd3285f48204215e9cf38c785371258e76
treasuryAllowance() view returns (uint256)
27613024246725597748000000000000000000000000000
updateDelay() view returns (uint256)
86400
Read-only
addition(uint256 x, uint256 y) pure returns (uint256 z)
allowsDecrease(uint256 redemptionRate, uint256 currentDebtCeiling, uint256 updatedCeiling) view returns (bool allowDecrease)
allowsIncrease(uint256 redemptionRate, uint256 currentDebtCeiling, uint256 updatedCeiling) view returns (bool allowIncrease)
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)
autoUpdateCeiling(address feeReceiver)
manualUpdateCeiling()
modifyParameters(bytes32 parameter, address addr)
modifyParameters(bytes32 parameter, uint256 val)
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)
UpdateCeiling(uint256 nextCeiling)
constructor(address safeEngine_, address oracleRelayer_, address treasury_, bytes32 collateralName_, uint256 baseUpdateCallerReward_, uint256 maxUpdateCallerReward_, uint256 perSecondCallerRewardIncrease_, uint256 updateDelay_, uint256 ceilingPercentageChange_, uint256 maxCollateralCeiling_, uint256 minCollateralCeiling_)
This contract contains no fallback and receive objects.
This contract contains no error objects.