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 |
---|---|---|---|---|---|
DAI | ERC-20 | 39.640485K | $1.001 |
$39,680.13 | |
WETH | ERC-20 | 0.0378 | $3,198.89 |
$120.92 | |
ERC-20 | 0 | $16.46 |
$0 | ||
KICK | ERC-20 | 888.888K | -- | -- | |
StableDAI.com | ERC-20 | 451 | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160963 | 3 hours ago | | | 0 | 0.0024390931 | |
| 21160106 | 6 hours ago | | | 0 | 0.0025881379 | |
| 21158897 | 10 hours ago | | | 0 | 0.0047859613 | |
| 21158893 | 10 hours ago | | | 0 | 0.0043744235 | |
| 21158883 | 10 hours ago | | | 0 | 0.0035562071 | |
| 21153789 | a day ago | | | 0 | 0.0018195422 | |
| 21152242 | a day ago | | | 0 | 0.0017089503 | |
| 21151288 | a day ago | | | 0 | 0.0016003511 | |
| 21151282 | a day ago | | | 0 | 0.0015183190 | |
| 21146528 | 2 days ago | | | 0 | 0.0014768883 |
ABI
ABI objects
Getter at block 21161910
This contract contains no getter function objects.
Read-only
getCancelTimestamp(address account) view returns (uint256)
getFilledAmount(bytes32 fillHash) view returns (uint256)
getFinalizedStatus(uint256 matchId) view returns (bool, uint32, uint32, address[] graders)
getPosition(uint256 matchId, address account, address token) view returns (int256)
testOrder(uint256[4] packed) view returns (uint256, uint256)
State-modifying
Events cancel(address token, uint256 amount, uint256 orderGroup)
cancelAll()
claim(bytes32 witness, uint256 graderQuorum, uint256 graderFee, address[] graders, uint32 finalPrice, uint256[2][] sigs, uint256[] targets)
claimFinalized(uint256 matchId, uint256[] targets)
matchOrders(uint256 matchId, address token, uint256[4] packedLeftOrder, uint256[4][] packedRightOrders)
recoverFunds(uint256 detailsHash, uint256 recoveryTime, uint256 cancelPrice, uint256 graderQuorum, uint256 graderFee, address[] graders)
trade(uint256 amount, uint256 expiry, uint256 matchId, address token, uint256[4][] packedOrders)
LogCancel(address indexed account, address token, uint256 amount, uint256 orderGroup)
LogCancelAll(address indexed account, uint256 timestamp)
LogClaim(address indexed account, uint256 indexed matchId, address indexed token, uint256 amount, uint256 graderFee)
LogFinalizeMatch(uint256 indexed matchId, uint32 finalPrice)
LogRequestClaim(address indexed sender)
LogRequestMatchOrders(address indexed sender)
LogRequestRecoverFunds(address indexed sender)
LogRequestTrade(address indexed sender)
LogTrade(address indexed takerAccount, address indexed makerAccount, uint256 indexed matchId, address token, uint256 orderFillHash, uint8 orderDirection, uint32 price, uint256 longAmount, int256 newLongPosition, uint256 shortAmount, int256 newShortPosition, int256 longBalanceDelta, int256 shortBalanceDelta)
LogTradeError(address indexed takerAccount, address indexed makerAccount, uint256 indexed matchId, address token, uint256 orderFillHash, uint16 status)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.