Marketplace
Verified contract
Active on
Ethereum with 500 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 "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7172929 | 6 years ago | | | 0 | 0.00056034800 | |
| 7172924 | 6 years ago | | | 0 | 0.00084534800 | |
| 7172920 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172913 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172908 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172903 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172899 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172891 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172889 | 6 years ago | | | 0 | 0.00084413200 | |
| 7172857 | 6 years ago | | | 0 | 0.00084413200 |
ABI
ABI objects
Getter at block 21160840
ASK_STAKE_RATIO() view returns (uint256)
30
m_orderCount() view returns (uint256)
411
Read-only
existingMarketOrder(uint256 _marketorderIdx) view returns (bool marketOrderExist)
getMarketOrder(uint256 _marketorderIdx) view returns (uint8 direction, uint256 category, uint256 trust, uint256 value, uint256 volume, uint256 remaining, address workerpool, address workerpoolOwner)
getMarketOrderCategory(uint256 _marketorderIdx) view returns (uint256)
getMarketOrderTrust(uint256 _marketorderIdx) view returns (uint256)
getMarketOrderValue(uint256 _marketorderIdx) view returns (uint256)
getMarketOrderWorkerpoolOwner(uint256 _marketorderIdx) view returns (address)
isCallbackDone(address _woid) view returns (bool callbackDone)
m_orderBook(uint256) view returns (uint8 direction, uint256 category, uint256 trust, uint256 value, uint256 volume, uint256 remaining, address workerpool, address workerpoolOwner)
State-modifying
Events closeMarketOrder(uint256 _marketorderIdx) returns (bool)
consumeMarketOrderAsk(uint256 _marketorderIdx, address _requester, address _workerpool) returns (bool)
createMarketOrder(uint8 _direction, uint256 _category, uint256 _trust, uint256 _value, address _workerpool, uint256 _volume) returns (uint256)
workOrderCallback(address _woid, string _stdout, string _stderr, string _uri)
MarketOrderAskConsume(uint256 marketorderIdx, address requester)
MarketOrderClosed(uint256 marketorderIdx)
MarketOrderCreated(uint256 marketorderIdx)
WorkOrderCallbackProof(address indexed woid, address requester, address beneficiary, address indexed callbackTo, address indexed gasCallbackProvider, string stdout, string stderr, string uri)
constructor(address _iexecHubAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.