UniswapAnchoredView
Verified contract
Active on
Ethereum with 4,927 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) |
---|---|---|---|---|---|---|---|
| 15466397 | 2 years ago | | | 0 | 0.00067428569 | |
| 12708473 | 3 years ago | | | 0 | 0.0017928804 | |
| 12691870 | 3 years ago | | | 0 | 0.0025514034 | |
| 12687448 | 3 years ago | | | 0 | 0.0075988425 | |
| 12687448 | 3 years ago | | | 0 | 0.0060957608 | |
| 12684975 | 3 years ago | | | 0 | 0.010898092 | |
| 12684917 | 3 years ago | | | 0 | 0.011822153 | |
| 12684881 | 3 years ago | | | 0 | 0.025787399 | |
| 12684392 | 3 years ago | | | 0 | 0.031252776 | |
| 12684392 | 3 years ago | | | 0 | 0.025792787 |
ABI
ABI objects
Getter at block 21259955
anchorPeriod() view returns (uint256)
1800
ethBaseUnit() view returns (uint256)
1000000000000000000
expScale() view returns (uint256)
1000000000000000000
lowerBoundAnchorRatio() view returns (uint256)
800000000000000000
maxTokens() view returns (uint256)
30
numTokens() view returns (uint256)
13
priceData() view returns (address)
0xc629c26dced4277419cde234012f8160a0278a79
reporter() view returns (address)
0xfceadafab14d46e20144f48824d0c09b1a03f2bc
reporterInvalidated() view returns (bool)
false
upperBoundAnchorRatio() view returns (uint256)
1200000000000000000
Read-only
getTokenConfig(uint256 i) view returns (struct UniswapConfigTokenConfig)
getTokenConfigByCToken(address cToken) 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 cToken) view returns (uint256)
newObservations(bytes32) view returns (uint256 timestamp, uint256 acc)
oldObservations(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)
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.