UniswapConsecutiveSlotsMedianPRAIUSD
Verified contract
Active on
Ethereum with 967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f81…a712
0xff6d…9cb8
Balances ($0.00)
No balances found for "UniswapConsecutiveSlotsMedianPRAIUSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11724742 | 4 years ago | | | 0 | 0.019216288 | |
| 11724139 | 4 years ago | | | 0 | 0.026223605 | |
| 11723518 | 4 years ago | | | 0 | 0.021673773 | |
| 11722983 | 4 years ago | | | 0 | 0.022192128 | |
| 11722348 | 4 years ago | | | 0 | 0.037618334 | |
| 11721757 | 4 years ago | | | 0 | 0.038574640 | |
| 11721165 | 4 years ago | | | 0 | 0.027039798 | |
| 11720549 | 4 years ago | | | 0 | 0.030631999 | |
| 11719929 | 4 years ago | | | 0 | 0.031892133 | |
| 11719398 | 4 years ago | | | 0 | 0.031004111 |
ABI
ABI objects
Getter at block 21211179 read() view returns (uint256)
baseUpdateCallerReward() view returns (uint256)
500000000000000000
converterFeed() view returns (address)
0x9f816fce2885f4dc65a7342b57ced29655fca712
converterFeedScalingFactor() view returns (uint256)
1000000000000000000
converterPriceCumulative() view returns (uint256)
131809063528156620000000000
defaultAmountIn() view returns (uint256)
1000000000000000000
denominationToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
earliestObservationIndex() view returns (uint256)
944
getCallerReward() view returns (uint256)
0
getObservationListLength() view returns (uint256, uint256)
(956, 956)
getResultWithValidity() view returns (uint256, bool)
(1950368903805667559, false)
granularity() view returns (uint8)
12
lastUpdateTime() view returns (uint256)
1611576411
maxRewardIncreaseDelay() view returns (uint256)
10800
maxUpdateCallerReward() view returns (uint256)
1000000000000000000
maxWindowSize() view returns (uint256)
108000
perSecondCallerRewardIncrease() view returns (uint256)
1000192559420674483977255848
periodSize() view returns (uint256)
3600
symbol() view returns (bytes32)
0x5052414955534400000000000000000000000000000000000000000000000000
targetToken() view returns (address)
0x715c3830fb0c4bab9a8e31c922626e1757716f3a
timeElapsedSinceFirstObservation() view returns (uint256)
120402563
treasury() view returns (address)
0xff6d7479c0882daa3212785adaf7786d1df09cb8
treasuryAllowance() view returns (uint256)
1000000000000000000
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPair() view returns (address)
0xebde9f61e34b7ac5aae5a4170e964ea85988008c
updates() view returns (uint256)
956
windowSize() view returns (uint256)
43200
Read-only
authorizedAccounts(address) view returns (uint256)
converterComputeAmountOut(uint256 timeElapsed, uint256 amountIn) view returns (uint256 amountOut)
converterFeedObservations(uint256) view returns (uint256 timestamp, uint256 timeAdjustedPrice)
uniswapComputeAmountOut(uint256 priceCumulativeStart, uint256 priceCumulativeEnd, uint256 timeElapsed, uint256 amountIn) pure returns (uint256 amountOut)
uniswapObservations(uint256) view returns (uint256 timestamp, uint256 price0Cumulative, uint256 price1Cumulative)
State-modifying
Events addAuthorization(address account)
modifyParameters(bytes32 parameter, address data)
modifyParameters(bytes32 parameter, uint256 data)
removeAuthorization(address account)
updateResult(address feeReceiver)
AddAuthorization(address account)
FailRewardCaller(bytes revertReason, address feeReceiver, uint256 amount)
FailedConverterFeedUpdate(bytes reason)
FailedUniswapPairSync(bytes reason)
ModifyParameters(bytes32 parameter, address data)
ModifyParameters(bytes32 parameter, uint256 data)
RemoveAuthorization(address account)
RewardCaller(address feeReceiver, uint256 amount)
UpdateResult(uint256 medianPrice, uint256 lastUpdateTime)
constructor(address uniswapFactory_, uint256 defaultAmountIn_, uint256 windowSize_, uint256 converterFeedScalingFactor_, uint256 baseUpdateCallerReward_, uint256 maxUpdateCallerReward_, uint256 perSecondCallerRewardIncrease_, uint256 maxWindow_, uint8 granularity_)
This contract contains no fallback and receive objects.
This contract contains no error objects.