Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VaultPriceFeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5286646 | a year ago | | | 0 | 0.0000027549285 | |
| 5286607 | a year ago | | | 0 | 0.0000092260749 | |
| 5286604 | a year ago | | | 0 | 0.0000072174887 | |
| 5286601 | a year ago | | | 0 | 0.0000071978754 | |
| 5286598 | a year ago | | | 0 | 0.0000072193818 | |
| 5286595 | a year ago | | | 0 | 0.0000092214524 | |
| 5286592 | a year ago | | | 0 | 0.0000092210827 | |
| 5286586 | a year ago | | | 0 | 0.0000026699780 | |
| 5286579 | a year ago | | | 0 | 0.0000026471776 | |
| 5286575 | a year ago | | | 0 | 0.0000026177268 |
ABI
ABI objects
Getter at block 22752715
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
MAX_ADJUSTMENT_BASIS_POINTS() view returns (uint256)
20
MAX_ADJUSTMENT_INTERVAL() view returns (uint256)
7200
MAX_SPREAD_BASIS_POINTS() view returns (uint256)
50
ONE_USD() view returns (uint256)
1000000000000000000000000000000
PRICE_PRECISION() view returns (uint256)
1000000000000000000000000000000
bnb() view returns (address)
0x0000000000000000000000000000000000000000
bnbBusd() view returns (address)
0x0000000000000000000000000000000000000000
btc() view returns (address)
0x0000000000000000000000000000000000000000
btcBnb() view returns (address)
0x0000000000000000000000000000000000000000
chainlinkFlags() view returns (address)
0x0000000000000000000000000000000000000000
eth() view returns (address)
0x0000000000000000000000000000000000000000
ethBnb() view returns (address)
0x0000000000000000000000000000000000000000
favorPrimaryPrice() view returns (bool)
false
gov() view returns (address)
0xf75d3c6f20fb65cc0b8f84687e5cbac3d7f4221e
isAmmEnabled() view returns (bool)
false
isSecondaryPriceEnabled() view returns (bool)
true
maxStrictPriceDeviation() view returns (uint256)
10000000000000000000000000000
priceSampleSpace() view returns (uint256)
1
secondaryPriceFeed() view returns (address)
0xc504cb49bcadfc8fd56f1de5674ba216aeafef01
spreadThresholdBasisPoints() view returns (uint256)
30
useV2Pricing() view returns (bool)
false
Read-only
adjustmentBasisPoints(address) view returns (uint256)
getAmmPrice(address _token) view returns (uint256)
getAmmPriceV2(address _token, bool _maximise, uint256 _primaryPrice) view returns (uint256)
getLatestPrimaryPrice(address _token) view returns (uint256)
getPairPrice(address _pair, bool _divByReserve0) view returns (uint256)
getPrice(address _token, bool _maximise, bool _includeAmmPrice, bool) view returns (uint256)
getPriceV1(address _token, bool _maximise, bool _includeAmmPrice) view returns (uint256)
getPriceV2(address _token, bool _maximise, bool _includeAmmPrice) view returns (uint256)
getPrimaryPrice(address _token, bool _maximise) view returns (uint256)
getSecondaryPrice(address _token, uint256 _referencePrice, bool _maximise) view returns (uint256)
isAdjustmentAdditive(address) view returns (bool)
lastAdjustmentTimings(address) view returns (uint256)
priceDecimals(address) view returns (uint256)
priceFeeds(address) view returns (address)
spreadBasisPoints(address) view returns (uint256)
strictStableTokens(address) view returns (bool)
State-modifying
Events setAdjustment(address _token, bool _isAdditive, uint256 _adjustmentBps)
setChainlinkFlags(address _chainlinkFlags)
setFavorPrimaryPrice(bool _favorPrimaryPrice)
setGov(address _gov)
setIsAmmEnabled(bool _isEnabled)
setIsSecondaryPriceEnabled(bool _isEnabled)
setMaxStrictPriceDeviation(uint256 _maxStrictPriceDeviation)
setPairs(address _bnbBusd, address _ethBnb, address _btcBnb)
setPriceSampleSpace(uint256 _priceSampleSpace)
setSecondaryPriceFeed(address _secondaryPriceFeed)
setSpreadBasisPoints(address _token, uint256 _spreadBasisPoints)
setSpreadThresholdBasisPoints(uint256 _spreadThresholdBasisPoints)
setTokenConfig(address _token, address _priceFeed, uint256 _priceDecimals, bool _isStrictStable)
setTokens(address _btc, address _eth, address _bnb)
setUseV2Pricing(bool _useV2Pricing)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.