MedianOracle
Verified contract
Active on
Ethereum with 419 txns
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 "MedianOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12392667 | 4 years ago | | | 0 | 0.0046063200 | |
| 12392370 | 4 years ago | | | 0 | 0.0049146880 | |
| 12386479 | 4 years ago | | | 0 | 0.0014970540 | |
| 12386166 | 4 years ago | | | 0 | 0.0023037600 | |
| 12373753 | 4 years ago | | | 0 | 0.0018809140 | |
| 12324157 | 4 years ago | | | 0 | 0.0036419100 | |
| 12293347 | 4 years ago | | | 0 | 0.0051834600 | |
| 12287202 | 4 years ago | | | 0 | 0.0059114440 | |
| 12286931 | 4 years ago | | | 0 | 0.0048378960 | |
| 12280946 | 4 years ago | | | 0 | 0.0074852700 |
ABI
ABI objects
Getter at block 21289669
isOwner() view returns (bool)
false
minimumProviders() view returns (uint256)
1
owner() view returns (address)
0xa7123ce5f501b6ddff8eb323378dff744f21c359
providersSize() view returns (uint256)
1
reportDelaySec() view returns (uint256)
600
reportExpirationTimeSec() view returns (uint256)
5356800
Read-only
providerReports(address, uint256) view returns (uint256 timestamp, uint256 payload)
providers(uint256) view returns (address)
State-modifying
Events addProvider(address provider)
getData() returns (uint256, bool)
purgeReports()
pushReport(uint256 payload)
removeProvider(address provider)
renounceOwnership()
setMinimumProviders(uint256 minimumProviders_)
setReportDelaySec(uint256 reportDelaySec_)
setReportExpirationTimeSec(uint256 reportExpirationTimeSec_)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProviderAdded(address provider)
ProviderRemoved(address provider)
ProviderReportPushed(address indexed provider, uint256 payload, uint256 timestamp)
ReportTimestampOutOfRange(address provider)
constructor(uint256 reportExpirationTimeSec_, uint256 reportDelaySec_, uint256 minimumProviders_)
This contract contains no fallback and receive objects.
This contract contains no error objects.