oracleForDataRegistry
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.13)
Native
Value
$3.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,127.93 |
$3.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9396370 | 5 years ago | | | 0.001 | 0.0017362900 |
ABI
ABI objects
Getter at block 21162626
getAllOracles() view returns (string[])
[satoshi-first-block]
getPurchaseFee() view returns (uint256)
1000000000000000
Read-only
getEventResult(string selectedEventOrData, string selectedOracle) view returns (string)
getOracleAddress(string nameReference) view returns (address)
getOracleInfo(string nameReference) view returns (string)
getOracleOwner(string nameReference) view returns (address)
State-modifying
Events changeFee(uint256 newFee) returns (bool)
changeOwner(address newOwner) returns (bool)
editOracleAddress(string name, address newOrSameOracleAddress) payable returns (bool)
editOracleInfo(string name, string info) payable returns (bool)
registerOracle(string name, address requestedAddress, string info) payable returns (bool)
transferOracleName(string name, address toAddress) returns (bool)
withdrawBalance() returns (bool)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.