Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SeedDex"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9579855 | 5 years ago | | | 0 | 0.0010401600 | |
| 9579849 | 5 years ago | | | 0 | 0.00083076000 | |
| 9260053 | 5 years ago | | | 0 | 0.0015779400 | |
| 9260036 | 5 years ago | | | 0 | 0.0012604200 | |
| 9254705 | 5 years ago | | | 0 | 0.0015779100 | |
| 9254691 | 5 years ago | | | 0 | 0.0010161000 | |
| 9254674 | 5 years ago | | | 0 | 0.0015209700 | |
| 9254666 | 5 years ago | | | 0 | 0.00094554000 | |
| 9254659 | 5 years ago | | | 0 | 0.0014661000 | |
| 9246938 | 5 years ago | | | 0 | 0.0015782700 |
ABI
ABI objects
Getter at block 21288150
factoryAddress() view returns (address)
0x35c8c5d9bec0dcd50ce4bd929fa3bed9ed1f7c89
seedToken() view returns (address)
0xc969e16e63ff31ad4bcac3095c616644e6912d79
Read-only
amountFilled(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user) view returns (uint256)
availableVolume(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user) view returns (uint256)
balanceOf(address token, address user) view returns (uint256)
testTrade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint256 amount, address sender) view returns (bool)
State-modifying
Events cancelOrder(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
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, uint256 amount)
withdraw(uint256 amount)
withdrawToken(address token, uint256 amount)
Cancel(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance)
Order(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user)
Trade(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed get, uint256 amount, uint256 executedAmount, address give)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance)
constructor(address _seedToken, address _factoryAddress)
fallback()
This contract contains no error objects.