Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,684.75)
Native
Value
$2,684.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.867356 | $3,095.33 |
$2,684.75 | |
AHF | ERC-20 | 3M | -- | -- | |
EA01 | ERC-20 | 1M | -- | -- | |
Pro | ERC-20 | 1M | -- | -- | |
BT04 | ERC-20 | 1M | -- | -- | |
BT03 | ERC-20 | 1M | -- | -- | |
EA05 | ERC-20 | 1M | -- | -- | |
EA04 | ERC-20 | 1M | -- | -- | |
EA03 | ERC-20 | 1M | -- | -- | |
BT02 | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9269770 | 5 years ago | | | 0 | 0.00037197200 | |
| 9269734 | 5 years ago | | | 0 | 0.00049192400 | |
| 9268729 | 5 years ago | | | 0 | 0.00022260800 | |
| 9253660 | 5 years ago | | | 0 | 0.00026162000 | |
| 9222028 | 5 years ago | | | 0 | 0.00032157200 | |
| 9217873 | 5 years ago | | | 0 | 0.00026138000 | |
| 9217865 | 5 years ago | | | 0 | 0.00026147600 | |
| 9217849 | 5 years ago | | | 0 | 0.00026152400 | |
| 9216224 | 5 years ago | | | 0 | 0.00032138000 | |
| 9216145 | 5 years ago | | | 0 | 0.00021422800 |
ABI
ABI objects
Getter at block 21192473
accountLevelsAddr() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0x9ff5a40b85c2f68c4275d6c2b9e1214dbd4111c9
feeAccount() view returns (address)
0x9ff5a40b85c2f68c4275d6c2b9e1214dbd4111c9
feeMake() view returns (uint256)
0
feeRebate() view returns (uint256)
0
feeTake() view returns (uint256)
3000000000000000
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)
changeAccountLevelsAddr(address accountLevelsAddr_)
changeAdmin(address admin_)
changeFeeAccount(address feeAccount_)
changeFeeMake(uint256 feeMake_)
changeFeeRebate(uint256 feeRebate_)
changeFeeTake(uint256 feeTake_)
deposit() payable
depositToken(address token, uint256 amount)
order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
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(address admin_, address feeAccount_, address accountLevelsAddr_, uint256 feeMake_, uint256 feeTake_, uint256 feeRebate_)
fallback()
This contract contains no error objects.