Coinchangex
Verified contract
Active on
Ethereum with 10,477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($62,848.75)
Native
Value
$59,811.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 17.915385 | $3,338.58 |
$59,811.95 | |
GTC | ERC-20 | 3.187K | $0.745064 |
$2,374.52 | |
0x89d2…0359 | ERC-20 | 27.952524 | $17.45 |
$487.77 | |
CVC | ERC-20 | 500 | $0.151144 |
$75.57 | |
TNT | ERC-20 | 11.43519K | $0.005293 |
$60.52 | |
CBU | ERC-20 | 160 | $0.189442 |
$30.31 | |
AE | ERC-20 | 209.9916 | $0.023168 |
$4.87 | |
ISLA | ERC-20 | 100 | $0.026688 |
$2.67 | |
SWFTC | ERC-20 | 161 | $0.003503 |
$0.56 | |
LOC | ERC-20 | 0.069032 | $0.175806 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20861965 | a month ago | | | 0 | 0.00039885031 | |
| 9876620 | 5 years ago | | | 0 | 0.00033140000 | |
| 9779182 | 5 years ago | | | 0 | 0.00053024000 | |
| 9779163 | 5 years ago | | | 0 | 0.00053024000 | |
| 9604893 | 5 years ago | | | 0 | 0.0013918800 | |
| 9604893 | 5 years ago | | | 0 | 0.000091316000 | |
| 9604726 | 5 years ago | | | 0 | 0.0013918800 | |
| 9597371 | 5 years ago | | | 0 | 0.0027174800 | |
| 9597355 | 5 years ago | | | 0 | 0.0026512000 | |
| 9559157 | 5 years ago | | | 0 | 0.00033140000 |
ABI
ABI objects
Getter at block 21169176
TotalSpecialFeeTakes() view returns (uint256)
0
admin() view returns (address)
0xb2d2e17addbf654f7a9e4d65975ab715d3022355
feeAccount() view returns (address)
0xb2d2e17addbf654f7a9e4d65975ab715d3022355
feeTake() view returns (uint256)
2000000000000000
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)
specialFees(uint256) view returns (bool exist, address token, uint256 balance, uint256 feeTake)
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 addSpecialFeeTake(address token, uint256 balance, uint256 feeTake)
cancelOrder(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
changeAdmin(address admin_)
changeFeeAccount(address feeAccount_)
changeFeeTake(uint256 feeTake_)
chnageSpecialFeeTake(uint256 id, address token, uint256 balance, uint256 feeTake)
deposit() payable
depositForUser(address user) payable
depositToken(address token, uint256 amount)
depositTokenForUser(address token, uint256 amount, address user)
removeSpecialFeeTake(uint256 id)
tokenFallback(address sender, uint256 amount, bytes data) returns (bool ok)
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)
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_, uint256 feeTake_)
fallback()
This contract contains no error objects.