CollateralAuctionThrottler
Verified contract
Active on
Ethereum with 67 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ffb…9976
0xcc88…6962
Balances ($0.00)
No balances found for "CollateralAuctionThrottler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130815 | 4 days ago | | | 0 | 0.012452665 | |
| 21080656 | 11 days ago | | | 0 | 0.011163644 | |
| 21030497 | 18 days ago | | | 0 | 0.012059946 | |
| 20980329 | 25 days ago | | | 0 | 0.0052839156 | |
| 20930242 | a month ago | | | 0 | 0.0059798181 | |
| 20872734 | a month ago | | | 0 | 0.0027758479 | |
| 20771521 | 2 months ago | | | 0 | 0.0032770605 | |
| 20671066 | 2 months ago | | | 0 | 0.00060519622 | |
| 20607991 | 3 months ago | | | 0 | 0.00026255696 | |
| 20523149 | 3 months ago | | | 0 | 0.000053317431 |
ABI
ABI objects
Getter at block 21157958
RAY() view returns (uint256)
1000000000000000000000000000
WAD() view returns (uint256)
1000000000000000000
backupUpdateDelay() view returns (uint256)
691200
baseUpdateCallerReward() view returns (uint256)
11296237191842289988
globalDebtPercentage() view returns (uint256)
20
lastUpdateTime() view returns (uint256)
1730922683
liquidationEngine() view returns (address)
0x4ffbaa89d648079faafc7852de49ea1dc92f9976
maxRewardIncreaseDelay() view returns (uint256)
10800
maxUpdateCallerReward() view returns (uint256)
22592474383684579976
minAuctionLimit() view returns (uint256)
500000000000000000000000000000000000000000000000000
perSecondCallerRewardIncrease() view returns (uint256)
1000064182354095453705626271
safeEngine() view returns (address)
0xcc88a9d330da1133df3a7bd823b95e52511a6962
treasury() view returns (address)
0x83533fdd3285f48204215e9cf38c785371258e76
treasuryAllowance() view returns (uint256)
22592474383684579976000000000000000000000000000
updateDelay() view returns (uint256)
604800
Read-only
addition(uint256 x, uint256 y) pure returns (uint256 z)
authorizedAccounts(address) view returns (uint256)
getCallerReward(uint256 timeOfLastUpdate, uint256 defaultDelayBetweenCalls) 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)
surplusHolders(uint256) view returns (address)
wdivide(uint256 x, uint256 y) pure returns (uint256 z)
wmultiply(uint256 x, uint256 y) pure returns (uint256 z)
State-modifying
Events addAuthorization(address account)
backupRecomputeOnAuctionSystemCoinLimit()
modifyParameters(bytes32 parameter, address addr)
modifyParameters(bytes32 parameter, uint256 data)
recomputeOnAuctionSystemCoinLimit(address feeReceiver)
removeAuthorization(address account)
AddAuthorization(address account)
FailRewardCaller(bytes revertReason, address feeReceiver, uint256 amount)
ModifyParameters(bytes32 parameter, address addr)
ModifyParameters(bytes32 parameter, uint256 val)
RemoveAuthorization(address account)
constructor(address safeEngine_, address liquidationEngine_, address treasury_, uint256 updateDelay_, uint256 backupUpdateDelay_, uint256 baseUpdateCallerReward_, uint256 maxUpdateCallerReward_, uint256 perSecondCallerRewardIncrease_, uint256 globalDebtPercentage_, address[] surplusHolders_)
This contract contains no fallback and receive objects.
This contract contains no error objects.