FastPriceFeed
Verified contract
Active on
Base with 44,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000849 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 120.41197 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22699882 | 16 hours ago | | | 0 | 0.0000011622936 | |
| 22655393 | 2 days ago | | | 0 | 5.5490775e-7 | |
| 22621273 | 2 days ago | | | 0 | 8.4295161e-7 | |
| 22384270 | 8 days ago | | | 0 | 8.3188355e-7 | |
| 22362455 | 8 days ago | | | 0 | 9.5022992e-7 | |
| 22350477 | 9 days ago | | | 0 | 3.9141617e-7 | |
| 22350197 | 9 days ago | | | 0 | 4.1666662e-7 | |
| 22133911 | 14 days ago | | | 0 | 3.3379157e-7 | |
| 22133423 | 14 days ago | | | 0 | 3.2787872e-7 | |
| 22133303 | 14 days ago | | | 0 | 3.2623837e-7 |
ABI
ABI objects
Getter at block 22728275
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
BITMASK_32() view returns (uint256)
4294967295
CUMULATIVE_DELTA_PRECISION() view returns (uint256)
10000000
MAX_CUMULATIVE_FAST_DELTA() view returns (uint256)
4294967295
MAX_CUMULATIVE_REF_DELTA() view returns (uint256)
4294967295
MAX_PRICE_DURATION() view returns (uint256)
1800
MAX_REF_PRICE() view returns (uint256)
1461501637330902918203684832716283019655932542975
PRICE_PRECISION() view returns (uint256)
1000000000000000000000000000000
disableFastPriceVoteCount() view returns (uint256)
0
fastPriceEvents() view returns (address)
0xc0a2cad2c63a98f6fccf935516be49b9a4d97a2e
gov() view returns (address)
0x4f6e437f7e90087f7090acfe967d77ba0b4c7444
isInitialized() view returns (bool)
true
isSpreadEnabled() view returns (bool)
false
lastUpdatedAt() view returns (uint256)
1732189107
lastUpdatedBlock() view returns (uint256)
22699882
maxDeviationBasisPoints() view returns (uint256)
1000
maxPriceUpdateDelay() view returns (uint256)
3600
maxTimeDeviation() view returns (uint256)
3600
minAuthorizations() view returns (uint256)
1
minBlockInterval() view returns (uint256)
0
priceDataInterval() view returns (uint256)
60
priceDuration() view returns (uint256)
300
spreadBasisPointsIfChainError() view returns (uint256)
500
spreadBasisPointsIfInactive() view returns (uint256)
20
tokenManager() view returns (address)
0x4f6e437f7e90087f7090acfe967d77ba0b4c7444
vaultPriceFeed() view returns (address)
0xfc41fb8d17c7a86a3e1a949de476d2e329c59f0f
Read-only
disableFastPriceVotes(address) view returns (bool)
favorFastPrice(address _token) view returns (bool)
getPrice(address _token, uint256 _refPrice, bool _maximise) view returns (uint256)
getPriceData(address _token) view returns (uint256, uint256, uint256, uint256)
isSigner(address) view returns (bool)
isUpdater(address) view returns (bool)
maxCumulativeDeltaDiffs(address) view returns (uint256)
priceData(address) view returns (uint160 refPrice, uint32 refTime, uint32 cumulativeRefDelta, uint32 cumulativeFastDelta)
prices(address) view returns (uint256)
tokenPrecisions(uint256) view returns (uint256)
tokens(uint256) view returns (address)
State-modifying
Events disableFastPrice()
enableFastPrice()
initialize(uint256 _minAuthorizations, address[] _signers, address[] _updaters)
setCompactedPrices(uint256[] _priceBitArray, uint256 _timestamp)
setFastPriceEvents(address _fastPriceEvents)
setGov(address _gov)
setIsSpreadEnabled(bool _isSpreadEnabled)
setLastUpdatedAt(uint256 _lastUpdatedAt)
setMaxCumulativeDeltaDiffs(address[] _tokens, uint256[] _maxCumulativeDeltaDiffs)
setMaxDeviationBasisPoints(uint256 _maxDeviationBasisPoints)
setMaxPriceUpdateDelay(uint256 _maxPriceUpdateDelay)
setMaxTimeDeviation(uint256 _maxTimeDeviation)
setMinAuthorizations(uint256 _minAuthorizations)
setMinBlockInterval(uint256 _minBlockInterval)
setPriceDataInterval(uint256 _priceDataInterval)
setPriceDuration(uint256 _priceDuration)
setPrices(address[] _tokens, uint256[] _prices, uint256 _timestamp)
setPricesWithBits(uint256 _priceBits, uint256 _timestamp)
setPricesWithBitsAndExecute(address _positionRouter, uint256 _priceBits, uint256 _timestamp, uint256 _endIndexForIncreasePositions, uint256 _endIndexForDecreasePositions, uint256 _maxIncreasePositions, uint256 _maxDecreasePositions)
setSigner(address _account, bool _isActive)
setSpreadBasisPointsIfChainError(uint256 _spreadBasisPointsIfChainError)
setSpreadBasisPointsIfInactive(uint256 _spreadBasisPointsIfInactive)
setTokenManager(address _tokenManager)
setTokens(address[] _tokens, uint256[] _tokenPrecisions)
setUpdater(address _account, bool _isActive)
setVaultPriceFeed(address _vaultPriceFeed)
DisableFastPrice(address signer)
EnableFastPrice(address signer)
MaxCumulativeDeltaDiffExceeded(address token, uint256 refPrice, uint256 fastPrice, uint256 cumulativeRefDelta, uint256 cumulativeFastDelta)
PriceData(address token, uint256 refPrice, uint256 fastPrice, uint256 cumulativeRefDelta, uint256 cumulativeFastDelta)
constructor(uint256 _priceDuration, uint256 _maxPriceUpdateDelay, uint256 _minBlockInterval, uint256 _maxDeviationBasisPoints, address _fastPriceEvents, address _tokenManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.