UniswapTwap
Verified contract
Active on
Ethereum with 704 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x5f4e…8419
Balances ($0.00)
No balances found for "UniswapTwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15293931 | 2 years ago | | | 0 | 0.00018201300 | |
| 15230485 | 2 years ago | | | 0 | 0.00042469700 | |
| 14999395 | 2 years ago | | | 0 | 0.00066738100 | |
| 14963144 | 2 years ago | | | 0 | 0.0020628140 | |
| 14957264 | 2 years ago | | | 0 | 0.0032155630 | |
| 14955932 | 2 years ago | | | 0 | 0.0053997190 | |
| 14955725 | 2 years ago | | | 0 | 0.0061277710 | |
| 14952173 | 2 years ago | | | 0 | 0.0018808010 | |
| 14951567 | 2 years ago | | | 0 | 0.0020021430 | |
| 14951473 | 2 years ago | | | 0 | 0.0013347620 |
ABI
ABI objects
Getter at block 21277118
getChainlinkPrice() view returns (uint256)
339606935000
getStaleVaderPrice() view returns (uint256)
553748500768127
getVaderEthPriceAverage() view returns (uint256)
163055710499
getVaderEthSpotPrice() view returns (uint256)
985048006
keeper() view returns (address)
0xa7c8fc06fe785491a24a9ebaf561f612d43089b0
maxPriceDiff() view returns (uint256)
3000
maxUpdateWindow() view returns (uint256)
900
oracle() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
owner() view returns (address)
0xfd9ad7f8b72fc133543cb7ccc2f11c03b81726f9
pair() view returns (address)
0x452c60e1e3ae0965cd27db1c7b3a525d197ca0aa
pairData() view returns (uint256 nativeTokenPriceCumulative, struct FixedPointuq112x112 nativeTokenPriceAverage, uint256 lastMeasurement, uint256 updatePeriod, bool isFirst)
(nativeTokenPriceCumulative=845029774561504531755062589529471891, nativeTokenPriceAverage=(846633653394749702832517189), lastMeasurement=1668857159, updatePeriod=900, isFirst=true)
vader() view returns (address)
0x2602278ee1882889b946eb11dc0e810075650983
Read-only
This contract contains no read-only function objects.
State-modifying
Events forceUpdateVaderPrice()
getVaderPrice() returns (uint256)
renounceOwnership()
setKeeper(address _keeper)
setMaxPriceDiff(uint256 _maxPriceDiff)
setOracle(address _oracle)
setUpdatePeriod(uint256 _updatePeriod)
syncVaderPrice()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOracle(address oracle)
constructor(address _vader, address _pair, address _oracle, uint256 _updatePeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.