Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,263.26)
Native
Value
$3,765.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.192489 | $3,157.27 |
$3,765.01 | |
LINK | ERC-20 | 328.991498 | $14.52 |
$4,776.96 | |
QNT | ERC-20 | 3 | $82.78 |
$248.34 | |
HOT | ERC-20 | 71.131956K | $0.002141 |
$152.28 | |
FTM | ERC-20 | 189.76 | $0.754179 |
$143.11 | |
NEXO | ERC-20 | 39 | $1.26 |
$49.14 | |
ZRX | ERC-20 | 116.874 | $0.38942 |
$45.51 | |
HT | ERC-20 | 21.79532 | $0.59956 |
$13.07 | |
BNT | ERC-20 | 19.65 | $0.62872 |
$12.35 | |
EVY | ERC-20 | 1.0005M | $0.00001 |
$9.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9304300 | 5 years ago | | | 0 | 0.00016938300 | |
| 9304293 | 5 years ago | | | 0 | 0.00019386000 | |
| 8972049 | 5 years ago | | | 0 | 0.00020783200 | |
| 8852332 | 5 years ago | | | 0 | 0.00026532000 | |
| 8851118 | 5 years ago | | | 0 | 0.00018326400 | |
| 8249179 | 5 years ago | | | 0 | 0.000067470000 | |
| 8215659 | 5 years ago | | | 0 | 0.000074691000 | |
| 8180229 | 5 years ago | | | 0 | 0.0012156000 | |
| 8064639 | 5 years ago | | | 0 | 0.0010669800 | |
| 8064624 | 5 years ago | | | 0 | 0.0013601000 |
ABI
ABI objects
Getter at block 21206430
FicAddress() view returns (address)
0x0dd83b5013b2ad7094b1a7783d96ae0168f82621
admin() view returns (address)
0xaa7f848d8dfd733d23e610cb2c84d1f1d1747c95
feeAccount() view returns (address)
0x9dbf9b49104f428bfa2d13985f3beec49ac2eec6
feeTakeMaker() view returns (uint256)
600000000000000
feeTakeMakerFic() view returns (uint256)
300000000000000
feeTakeSender() view returns (uint256)
1100000000000000
feeTakeSenderFic() view returns (uint256)
600000000000000
manager() view returns (address)
0xa1129df7cbecb9ef71fc29aff2995d6af004d551
predecessor() view returns (address)
0xd4cc0cda97ec567235b7019c655ec75cd361f712
successor() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (uint16)
3
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)
changeAdmin(address admin_)
changeFeeAccount(address feeAccount_)
changeFeeTakeMaker(uint256 feeTakeMaker_)
changeFeeTakeMakerFic(uint256 feeTakeMakerFic_)
changeFeeTakeSender(uint256 feeTakeSender_)
changeFeeTakeSenderFic(uint256 feeTakeSenderFic_)
changeManager(address manager_)
deposit() payable
depositForUser(address user) payable
depositToken(address token, uint256 amount)
depositTokenForUser(address token, uint256 amount, address user)
migrateFunds(address newContract, address[] tokens_)
order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
setSuccessor(address successor_)
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 indexed user, uint8 v, bytes32 r, bytes32 s)
Deposit(address token, address indexed user, uint256 amount, uint256 balance)
FundsMigrated(address indexed user, address newContract)
Order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user, bytes32 hash, uint256 amount)
Trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address get, address give, uint256 timestamp)
Withdraw(address token, address indexed user, uint256 amount, uint256 balance)
constructor(address admin_, address manager_, address feeAccount_, uint256 feeTakeMaker_, uint256 feeTakeSender_, uint256 feeTakeMakerFic_, uint256 feeTakeSenderFic_, address predecessor_)
fallback()
This contract contains no error objects.