Exchange
Verified contract
Active on
Ethereum with 13,728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,559.87)
Native
Value
$19,285.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.212928 | $3,104.17 |
$19,285.99 | |
FTM | ERC-20 | 644.57746 | $0.70781 |
$456.24 | |
QNT | ERC-20 | 2.192706 | $85.39 |
$187.24 | |
IOTX | ERC-20 | 4.148599K | $0.042222 |
$175.16 | |
0x89d2…0359 | ERC-20 | 8.680258 | $16.31 |
$141.58 | |
ENJ | ERC-20 | 492.009762 | $0.178657 |
$87.9 | |
HOT | ERC-20 | 31.515112K | $0.002072 |
$65.31 | |
QKC | ERC-20 | 3.715376K | $0.009303 |
$34.57 | |
NPXS | ERC-20 | 491.681324K | $0.000068 |
$33.22 | |
CEL | ERC-20 | 98.5709 | $0.2485 |
$24.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113001 | 14 days ago | | | 0 | 0.00027888475 | |
| 20260900 | 4 months ago | | | 0 | 0.00023143044 | |
| 19278925 | 9 months ago | | | 0 | 0.0015076248 | |
| 18794678 | a year ago | | | 0 | 0.0018988658 | |
| 18511542 | a year ago | | | 0 | 0.00085835376 | |
| 18511490 | a year ago | | | 0 | 0.0011262179 | |
| 13502841 | 3 years ago | | | 0 | 0.028448000 | |
| 13402757 | 3 years ago | | | 0 | 0.0053644800 | |
| 13402722 | 3 years ago | | | 0 | 0.0085648590 | |
| 13229029 | 3 years ago | | | 0 | 0.0051012000 |
ABI
ABI objects
Getter at block 21211811
affiliateContract() view returns (address)
0x7f373b93464d093671469be3e4f06a06c3c3a7ca
affiliateFee() view returns (uint256)
5000000000000000
feeAccount() view returns (address)
0x95445852148540acb6fcb9e39856d15f1c416381
feeAffiliate() view returns (uint256)
0
inactivityReleasePeriod() view returns (uint256)
10000
makerAffiliateFee() view returns (uint256)
0
makerFee() view returns (uint256)
0
owner() view returns (address)
0x95445852148540acb6fcb9e39856d15f1c416381
takerAffiliateFee() view returns (uint256)
10000000000000
takerFee() view returns (uint256)
2000000000000000
tokenListContract() view returns (address)
0x3c277e6750a63470352a50f2daf7ef778c109047
Read-only
admins(address) view returns (bool)
balanceOf(address token, address user) view returns (uint256)
invalidOrder(address) view returns (uint256)
lastActiveTransaction(address) view returns (uint256)
orderFills(bytes32) view returns (uint256)
referrer(address) view returns (address)
tokens(address, address) view returns (uint256)
traded(bytes32) view returns (bool)
withdrawn(bytes32) view returns (bool)
State-modifying
Events adminWithdraw(address token, uint256 amount, address user, uint256 nonce, uint8 v, bytes32 r, bytes32 s, uint256 feeWithdrawal) returns (bool success)
assert(bool assertion)
batchOrderTrade(uint8[2][] v, bytes32[4][] rs, uint256[7][] tradeValues, address[6][] tradeAddresses)
cancelOrder(uint8[2] v, bytes32[4] rs, uint256[5] cancelValues, address[4] cancelAddresses)
deposit(address referrerAddress) payable
depositToken(address token, uint256 amount, address referrerAddress)
getOwner() returns (address out)
invalidateOrdersBefore(address user, uint256 nonce)
safeAdd(uint256 a, uint256 b) returns (uint256)
safeMul(uint256 a, uint256 b) returns (uint256)
safeSub(uint256 a, uint256 b) returns (uint256)
setAdmin(address admin, bool isAdmin)
setFees(uint256 makerFee_, uint256 takerFee_, uint256 affiliateFee_)
setInactivityReleasePeriod(uint256 expiry) returns (bool success)
setOwner(address newOwner)
trade(uint8[2] v, bytes32[4] rs, uint256[7] tradeValues, address[6] tradeAddresses) returns (uint256 filledTakerTokenAmount)
withdraw(address token, uint256 amount) returns (bool success)
CancelOrder(bytes32 indexed cancelHash, bytes32 indexed orderHash, address indexed user, address tokenSell, uint256 amountSell, uint256 cancelFee)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance, address indexed referrerAddress)
FeeChange(uint256 indexed makerFee, uint256 indexed takerFee, uint256 indexed affiliateFee)
LogError(uint8 indexed errorId, bytes32 indexed makerOrderHash, bytes32 indexed takerOrderHash)
SetOwner(address indexed previousOwner, address indexed newOwner)
Trade(address takerTokenBuy, uint256 takerAmountBuy, address takerTokenSell, uint256 takerAmountSell, address maker, address indexed taker, uint256 makerFee, uint256 takerFee, uint256 makerAmountTaken, uint256 takerAmountTaken, bytes32 indexed makerOrderHash, bytes32 indexed takerOrderHash)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance, uint256 withdrawFee)
constructor(address feeAccount_, uint256 makerFee_, uint256 takerFee_, uint256 affiliateFee_, address affiliateContract_, address tokenListContract_)
fallback()
This contract contains no error objects.