DataExchange
Verified contract
Proxy
Active on
Ethereum with 176,331 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0x3f17…22ad
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
WIB | ERC-20 | 393.08059K | -- | -- | |
JBX | ERC-20 | 3K | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7982496 | 5 years ago | | | 0 | 0.00089258400 | |
| 7982492 | 5 years ago | | | 0 | 0.0025770150 | |
| 7982459 | 5 years ago | | | 0 | 0.0025770150 | |
| 7982452 | 5 years ago | | | 0 | 0.0027114390 | |
| 7982148 | 5 years ago | | | 0 | 0.0025771950 | |
| 7981665 | 5 years ago | | | 0 | 0.0027120150 | |
| 7981357 | 5 years ago | | | 0 | 0.0025770150 | |
| 7981357 | 5 years ago | | | 0 | 0.0025766190 | |
| 7981355 | 5 years ago | | | 0 | 0.0027121950 | |
| 7981119 | 5 years ago | | | 0 | 0.0025764390 |
ABI
ABI objects
Getter at block 21246517 getOpenOrders() view returns (address[])
getAllowedNotaries() view returns (address[])
[0x60F36E8863D93440Ec6C584567cBEa3Ce76d0232, 0x18d8da1F3E24a7842500Bf0Faf460739Bbe42951]
minimumInitialBudgetForAudits() view returns (uint256)
0
owner() view returns (address)
0x0183b6ffc017ac4f767e460886291d09229a848b
paused() view returns (bool)
false
Read-only
buyerBalance(address, address, address) view returns (uint256)
buyerRemainingBudgetForAudits(address, address) view returns (uint256)
getNotaryInfo(address notary) view returns (address, string, string, string, bool)
getOrdersForBuyer(address buyer) view returns (address[])
getOrdersForNotary(address notary) view returns (address[])
getOrdersForSeller(address seller) view returns (address[])
ordersByBuyer(address, uint256) view returns (address)
ordersByNotary(address, uint256) view returns (address)
ordersBySeller(address, uint256) view returns (address)
State-modifying
Events addDataResponseToOrder(address orderAddr, address seller, address notary, string dataHash, bytes signature) returns (bool)
addNotaryToOrder(address orderAddr, address notary, uint256 responsesPercentage, uint256 notarizationFee, string notarizationTermsOfService, bytes notarySignature) returns (bool)
closeDataResponse(address orderAddr, address seller, bool wasAudited, bool isDataValid, bytes notarySignature) returns (bool)
closeOrder(address orderAddr) returns (bool)
destroy(address[] tokens)
newOrder(string filters, string dataRequest, uint256 price, uint256 initialBudgetForAudits, string termsAndConditions, string buyerURL, string publicKey) returns (address)
pause()
registerNotary(address notary, string name, string notaryUrl, string publicKey) returns (bool)
renounceOwnership()
setMinimumInitialBudgetForAudits(uint256 _minimumInitialBudgetForAudits) returns (bool)
transferOwnership(address _newOwner)
unpause()
unregisterNotary(address notary) returns (bool)
DataAdded(address indexed orderAddr, address indexed seller)
NewOrder(address indexed orderAddr)
NotaryAddedToOrder(address indexed orderAddr, address indexed notary)
NotaryRegistered(address indexed notary)
NotaryUnregistered(address indexed notary)
NotaryUpdated(address indexed notary)
OrderClosed(address indexed orderAddr)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RefundedToBuyer(address indexed orderAddr, address indexed buyer)
TransactionCompleted(address indexed orderAddr, address indexed seller)
Unpause()
constructor(address tokenAddress, address ownerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.