DMEX_Oracle
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
Balances ($1.44)
Native
Value
$1.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000463 | $3,119.12 |
$1.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8962596 | 5 years ago | | | 0 | 0.0014099520 | |
| 8962594 | 5 years ago | | | 0.0018 | 0.0016135440 | |
| 8960658 | 5 years ago | | | 0 | 0.0014099520 | |
| 8960656 | 5 years ago | | | 0.0018 | 0.0016135440 | |
| 8952496 | 5 years ago | | | 0 | 0.00086097600 | |
| 8952494 | 5 years ago | | | 0.0012 | 0.0016139040 | |
| 8952492 | 5 years ago | | | 0 | 0.00086097600 | |
| 8952489 | 5 years ago | | | 0.0012 | 0.0016139040 | |
| 8947764 | 5 years ago | | | 0 | 0.0013958525 | |
| 8947762 | 5 years ago | | | 0.001782 | 0.0015966482 |
ABI
ABI objects
Getter at block 21199531
DMEX_contract() view returns (address)
0x0c74f22130c985fa02e7105d6095fb782e9eb08c
owner() view returns (address)
0x95445852148540acb6fcb9e39856d15f1c416381
Read-only
admins(address) view returns (bool)
assert(bool assertion) pure
close_queries(bytes32) view returns (bytes32)
price_queries(bytes32) view returns (bytes32)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeMul(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events __callback(bytes32 myid, string result)
__callback(bytes32 myid, string result, bytes proof)
closeFuturesContract(bytes32 futuresContractHash, uint256 gasPrice, uint256 gasLimit) payable
deposit() payable
queryPrice(bytes32 futuresContractHash, uint256 gasPrice, uint256 gasLimit) payable
setAdmin(address admin, bool isAdmin)
setDmexContract(address DMEX_contract_)
setOwner(address newOwner)
withdraw(uint256 amount)
AssetPriceUpdated(bytes32 indexed futuresContract, uint256 price)
FuturesContractClosed(bytes32 indexed futuresContract, uint256 closingPrice)
LogOracleCallback(bytes32 indexed queryId, bytes32 indexed futuresContractHash, uint8 route, string result)
LogOracleRequest(bytes32 indexed queryId, bytes32 indexed futuresContractHash, uint8 route, string priceUrl, string pricePath)
LogUint(uint8 id, uint256 value)
SetOwner(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.