LinearizedEMATimeSeriesFeed
Verified contract
Active on
Ethereum with 579 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
0x97c3…45ab
Balances ($0.00)
No balances found for "LinearizedEMATimeSeriesFeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12135979 | 4 years ago | | | 0 | 0.015934150 | |
| 12129506 | 4 years ago | | | 0 | 0.010916681 | |
| 12122887 | 4 years ago | | | 0 | 0.0072155303 | |
| 12116421 | 4 years ago | | | 0 | 0.011098685 | |
| 12109865 | 4 years ago | | | 0 | 0.012335455 | |
| 12103350 | 4 years ago | | | 0 | 0.013136800 | |
| 12096904 | 4 years ago | | | 0 | 0.0055428269 | |
| 12096898 | 4 years ago | | | 0 | 0.012871539 | |
| 12090397 | 4 years ago | | | 0 | 0.016972693 | |
| 12089918 | 4 years ago | | | 0 | 0.017279550 |
ABI
ABI objects
Getter at block 21392814
dataDescription() view returns (string)
ETH 12 Day EMA Feed
emaTimePeriod() view returns (uint256)
12
interpolationThreshold() view returns (uint256)
10800
isOwner() view returns (bool)
false
maxDataPoints() view returns (uint256)
200
nextEarliestUpdate() view returns (uint256)
1617130800
oracleInstance() view returns (address)
0x97c3e595e8f80169266b5534e4d7a1bb58bb45ab
owner() view returns (address)
0xf8523c551763fe4261a28313015267f163de7541
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 changeOracle(address _newOracleAddress)
poke()
renounceOwnership()
setTimeLockPeriod(uint256 _timeLockPeriod)
transferOwnership(address newOwner)
LogOracleUpdated(address indexed newOracleAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpgradeRegistered(bytes32 _upgradeHash, uint256 _timestamp)
constructor(uint256 _updateInterval, uint256 _nextEarliestUpdate, uint256 _maxDataPoints, uint256[] _seededValues, uint256 _emaTimePeriod, uint256 _interpolationThreshold, address _oracleAddress, string _dataDescription)
This contract contains no fallback and receive objects.
This contract contains no error objects.