UniswapAnchoredView
Verified contract
Active on
Ethereum with 583 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "UniswapAnchoredView"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12988755 | 3 years ago | | | 0 | 0.017459637 | |
| 12988750 | 3 years ago | | | 0 | 0.0071976060 | |
| 12988738 | 3 years ago | | | 0 | 0.0088702380 | |
| 12987205 | 3 years ago | | | 0 | 0.0052000800 | |
| 12987013 | 3 years ago | | | 0 | 0.0051728400 | |
| 12745519 | 3 years ago | | | 0 | 0.0025018620 | |
| 12740991 | 3 years ago | | | 0 | 0.0034116300 | |
| 12690439 | 3 years ago | | | 0 | 0.0049540600 | |
| 12626503 | 3 years ago | | | 0 | 0.0022677200 | |
| 12612134 | 3 years ago | | | 0 | 0.0039762250 |
ABI
ABI objects
Getter at block 21208832
anchorPeriod() view returns (uint256)
1800
ethBaseUnit() view returns (uint256)
1000000000000000000
expScale() view returns (uint256)
1000000000000000000
lowerBoundAnchorRatio() view returns (uint256)
800000000000000000
lowerBoundAnchorRatio2() view returns (uint256)
600000000000000000
maxTokens() view returns (uint256)
30
numTokens() view returns (uint256)
8
priceData() view returns (address)
0x541200c72177366cc18b5903c1ee9f75a5cfa8d6
reporter() view returns (address)
0x1919c581373b161cf6a04a6da86b8f80c8e89093
reporterInvalidated() view returns (bool)
false
upperBoundAnchorRatio() view returns (uint256)
1200000000000000000
upperBoundAnchorRatio2() view returns (uint256)
1400000000000000000
Read-only
getTokenConfig(uint256 i) view returns (struct UniswapConfigTokenConfig)
getTokenConfigBySLToken(address slToken) view returns (struct UniswapConfigTokenConfig)
getTokenConfigBySymbol(string symbol) view returns (struct UniswapConfigTokenConfig)
getTokenConfigBySymbolHash(bytes32 symbolHash) view returns (struct UniswapConfigTokenConfig)
getTokenConfigByUnderlying(address underlying) view returns (struct UniswapConfigTokenConfig)
getUnderlyingPrice(address slToken) view returns (uint256)
newSashimiswapObservations(bytes32) view returns (uint256 timestamp, uint256 acc)
newUniswapObservations(bytes32) view returns (uint256 timestamp, uint256 acc)
oldSashimiswapObservations(bytes32) view returns (uint256 timestamp, uint256 acc)
oldUniswapObservations(bytes32) view returns (uint256 timestamp, uint256 acc)
price(string symbol) view returns (uint256)
prices(bytes32) view returns (uint256)
source(bytes message, bytes signature) pure returns (address)
State-modifying
Events invalidateReporter(bytes message, bytes signature)
postPrices(bytes[] messages, bytes[] signatures, string[] symbols)
AnchorPriceUpdated(string symbol, uint256 anchorPrice, uint256 oldTimestamp, uint256 newTimestamp)
PriceGuarded(string symbol, uint256 reporter, uint256 anchor)
PriceUpdated(string symbol, uint256 price)
ReporterInvalidated(address reporter)
SashimiswapWindowUpdated(bytes32 indexed symbolHash, uint256 oldTimestamp, uint256 newTimestamp, uint256 oldPrice, uint256 newPrice)
UniswapWindowUpdated(bytes32 indexed symbolHash, uint256 oldTimestamp, uint256 newTimestamp, uint256 oldPrice, uint256 newPrice)
constructor(address priceData_, address reporter_, uint256 anchorToleranceMantissa_, uint256 anchorPeriod_, struct UniswapConfigTokenConfig[] configs)
This contract contains no fallback and receive objects.
This contract contains no error objects.