LightMarketOracle
Verified contract
Active on
Ethereum with 2,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78c2…845a
0x32e8…5e31
0x78c2…845a
Balances ($0.00)
No balances found for "LightMarketOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12456619 | 4 years ago | | | 0 | 0.015910816 | |
| 12456112 | 4 years ago | | | 0 | 0.013362446 | |
| 12452957 | 4 years ago | | | 0 | 0.020044278 | |
| 12452023 | 4 years ago | | | 0 | 0.012141350 | |
| 12451578 | 4 years ago | | | 0 | 0.013135650 | |
| 12449628 | 4 years ago | | | 0 | 0.022352971 | |
| 12449216 | 4 years ago | | | 0 | 0.014518035 | |
| 12446853 | 4 years ago | | | 0 | 0.021598296 | |
| 12446637 | 4 years ago | | | 0 | 0.015669574 | |
| 12446078 | 4 years ago | | | 0 | 0.012898816 |
ABI
ABI objects
Getter at block 21214851
VOLATILITY_DATA_NUM() view returns (uint256)
25
isRecoveryPhase() view returns (bool)
false
lastCalculatedVolatility() view returns (uint256)
94055802
mainOracle() view returns (address)
0x78c205d51a146dbf29e5ec41ab090a448129845a
owner() view returns (address)
0x3efb7d5a6efcee2840fc763eb08128cc2d0d5219
subOracle() view returns (address)
0x32e85c00caf25f8217315d711e026f4dbaa45e31
Read-only
This contract contains no read-only function objects.
State-modifying
Events getPrice(uint256 id) returns (uint256)
getTimestamp(uint256 id) returns (uint256)
getVolatility() returns (uint256)
isWorking() returns (bool)
latestId() returns (uint256)
latestPrice() returns (uint256)
latestTimestamp() returns (uint256)
recoveryPhaseCheck()
renounceOwnership()
setMainOracle(address oracle)
setSubOracle(address oracle)
transferOwnership(address newOwner)
EnterRecoveryPhase()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReturnFromRecoveryPhase(address newMainOracle)
SetSubOracle(address newSubOracle)
VolatilityCalculated(uint256 volatility)
constructor(address _mainOracle, address _subOracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.