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 "EMAOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8568411 | 5 years ago | | | 0 | 0.00089270700 | |
| 8568103 | 5 years ago | | | 0 | 0.0013807200 |
ABI
ABI objects
Getter at block 21223183
dataDescription() view returns (string)
ETH 12 Day EMA Oracle
isOwner() view returns (bool)
false
owner() view returns (address)
0xf8523c551763fe4261a28313015267f163de7541
timeLockPeriod() view returns (uint256)
0
Read-only
emaTimeSeriesFeeds(uint256) view returns (address)
read(uint256 _emaTimePeriod) view returns (uint256)
timeLockedUpgrades(bytes32) view returns (uint256)
State-modifying
Events addFeed(address _feedAddress, uint256 _emaTimePeriod)
removeFeed(uint256 _emaTimePeriod)
renounceOwnership()
setTimeLockPeriod(uint256 _timeLockPeriod)
transferOwnership(address newOwner)
FeedAdded(address indexed newFeedAddress, uint256 indexed emaDays)
FeedRemoved(address indexed removedFeedAddress, uint256 indexed emaDays)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpgradeRegistered(bytes32 _upgradeHash, uint256 _timestamp)
constructor(address[] _timeSeriesFeeds, uint256[] _emaTimePeriods, string _dataDescription)
This contract contains no fallback and receive objects.
This contract contains no error objects.