PIRateSetter
Verified contract
Active on
Ethereum with 2,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ed9…7851
0xd52d…b6fb
0x5cc4…54c6
Balances ($0.00)
No balances found for "PIRateSetter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244054 | 2 hours ago | | | 0 | 0.038183401 | |
| 21240472 | 14 hours ago | | | 0 | 0.037344021 | |
| 21236887 | a day ago | | | 0 | 0.038551663 | |
| 21233310 | 2 days ago | | | 0 | 0.040000076 | |
| 21229731 | 2 days ago | | | 0 | 0.037214076 | |
| 21226150 | 3 days ago | | | 0 | 0.039326904 | |
| 21222560 | 3 days ago | | | 0 | 0.021583988 | |
| 21218973 | 4 days ago | | | 0 | 0.033678692 | |
| 21215383 | 4 days ago | | | 0 | 0.044721077 | |
| 21211796 | 5 days ago | | | 0 | 0.044276020 |
ABI
ABI objects
Getter at block 21244593 getMarketPrice() view returns (uint256)
RAY() view returns (uint256)
1000000000000000000000000000
WAD() view returns (uint256)
1000000000000000000
defaultLeak() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
1732287935
oracleRelayer() view returns (address)
0x4ed9c0dca0479bc64d8f4eb3007126d5791f7851
orcl() view returns (address)
0xcbe170458b8e69147100504d26ffc8f02c1b862f
pidCalculator() view returns (address)
0x5cc4878ea3e6323fda34b3d28551e1543dee54c6
setterRelayer() view returns (address)
0xd52da90c20c4610fef8faade2a1281ffa54eb6fb
updateRateDelay() view returns (uint256)
43200
Read-only
addition(uint256 x, uint256 y) pure returns (uint256 z)
authorizedAccounts(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)
getRedemptionAndMarketPrices() returns (uint256 marketPrice, uint256 redemptionPrice)
modifyParameters(bytes32 parameter, address addr)
modifyParameters(bytes32 parameter, uint256 val)
removeAuthorization(address account)
updateRate(address feeReceiver)
AddAuthorization(address account)
FailUpdateRedemptionRate(uint256 marketPrice, uint256 redemptionPrice, uint256 redemptionRate, bytes reason)
ModifyParameters(bytes32 parameter, address addr)
ModifyParameters(bytes32 parameter, uint256 val)
RemoveAuthorization(address account)
UpdateRedemptionRate(uint256 marketPrice, uint256 redemptionPrice, uint256 redemptionRate)
constructor(address oracleRelayer_, address setterRelayer_, address orcl_, address pidCalculator_, uint256 updateRateDelay_)
This contract contains no fallback and receive objects.
This contract contains no error objects.