Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xBTC | ERC-20 | 300 | $0.055081 |
$16.52 | |
Dove | ERC-20 | 1K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5746526 | 6 years ago | | | 0 | 0.00022795970 | |
| 5746513 | 6 years ago | | | 0 | 0.00018272800 | |
| 5711880 | 6 years ago | | | 0 | 0.00052376000 | |
| 5706436 | 6 years ago | | | 0 | 0.00060903600 | |
| 5706357 | 6 years ago | | | 0.01 | 0.00049097400 | |
| 5576206 | 7 years ago | | | 0 | 0.000047111711 | |
| 5576202 | 7 years ago | | | 0 | 0.000022907291 | |
| 5518168 | 7 years ago | | | 0 | 0.000061642000 | |
| 5518165 | 7 years ago | | | 0 | 0.000059268000 | |
| 5448206 | 7 years ago | | | 0 | 0.000022905000 |
ABI
ABI objects
Getter at block 21207601
This contract contains no getter function objects.
Read-only
amountFilled(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s) view returns (uint256)
availableVolume(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s) view returns (uint256)
balanceOf(address token, address user) view returns (uint256)
orderFills(address, bytes32) view returns (uint256)
orders(address, bytes32) view returns (bool)
testTrade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s, uint256 amount, address sender) view returns (bool)
tokens(address, address) view returns (uint256)
State-modifying
Events cancelOrder(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
deposit() payable
depositToken(address from, address token, uint256 amount)
order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
receiveApproval(address from, uint256 tokens, address token, bytes data) returns (bool)
trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s, uint256 amount)
withdraw(uint256 amount)
withdrawToken(address token, uint256 amount)
Cancel(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint8 v, bytes32 r, bytes32 s)
Deposit(address token, address user, uint256 amount, uint256 balance)
Order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user)
Trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address get, address give)
Withdraw(address token, address user, uint256 amount, uint256 balance)
constructor()
fallback()
This contract contains no error objects.