TwoAssetLinearizedTimeSeriesFeed
Verified contract
Active on
Ethereum with 412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0x4a54…c345
0x7561…b1e0
Balances ($0.00)
No balances found for "TwoAssetLinearizedTimeSeriesFeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12241867 | 4 years ago | | | 0 | 0.0070306400 | |
| 12241853 | 4 years ago | | | 0 | 0.0070612080 | |
| 12241817 | 4 years ago | | | 0 | 0.0086354600 | |
| 12136252 | 4 years ago | | | 0 | 0.014573675 | |
| 12129696 | 4 years ago | | | 0 | 0.012963144 | |
| 12123155 | 4 years ago | | | 0 | 0.0078047375 | |
| 12116708 | 4 years ago | | | 0 | 0.010697605 | |
| 12110163 | 4 years ago | | | 0 | 0.0097930922 | |
| 12103635 | 4 years ago | | | 0 | 0.0059230864 | |
| 12103625 | 4 years ago | | | 0 | 0.015288758 |
ABI
ABI objects
Getter at block 21402685
baseOracleInstance() view returns (address)
0x4a5462fd1882e212767b74ad291d4ba21c7cc345
dataDescription() view returns (string)
200DailyLINKPrice
interpolationThreshold() view returns (uint256)
10800
isOwner() view returns (bool)
false
maxDataPoints() view returns (uint256)
200
nextEarliestUpdate() view returns (uint256)
1617393600
owner() view returns (address)
0xf8523c551763fe4261a28313015267f163de7541
quoteOracleInstance() view returns (address)
0x7561e6d8301cdac56787e203b06e98427a36b1e0
timeLockPeriod() view returns (uint256)
0
updateInterval() view returns (uint256)
86400
Read-only
read(uint256 _numDataPoints) view returns (uint256[])
timeLockedUpgrades(bytes32) view returns (uint256)
State-modifying
Events changeBaseOracle(address _newBaseOracleAddress)
changeQuoteOracle(address _newQuoteOracleAddress)
poke()
removeRegisteredUpgrade(bytes32 _upgradeHash)
renounceOwnership()
setTimeLockPeriod(uint256 _timeLockPeriod)
transferOwnership(address newOwner)
LogOracleUpdated(address indexed newOracleAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRegisteredUpgrade(bytes32 indexed _upgradeHash)
UpgradeRegistered(bytes32 indexed _upgradeHash, uint256 _timestamp, bytes _upgradeData)
constructor(uint256 _updateInterval, uint256 _nextEarliestUpdate, uint256 _maxDataPoints, uint256[] _seededValues, uint256 _interpolationThreshold, address _baseOracleAddress, address _quoteOracleAddress, string _dataDescription)
This contract contains no fallback and receive objects.
This contract contains no error objects.