Produces the contract address and on-chain method name to call and the hex encoded parameters to pass as arguments for a given buy call.
A blockchain network connection provider
Supported chains: Mainnet, Kovan
The account that should receive the output.
The input token, either Ether or an ERC-20
The exact output token, either Ether or an ERC-20
How much the execution price is allowed to move unfavorably from the trade execution price.
Options for the call parameters
Contract address, method name, calldata and value.
Produces the contract address and on-chain method name to call and the hex encoded parameters to pass as arguments for a given deposit call.
A blockchain network connection provider
Supported chains: Mainnet, Kovan
The account that should receive the output
The first token to deposit
The second token to deposit
How much the execution price is allowed to move unfavorably from the trade execution price.
Whether to perform a swap on non-proportional deposits
Options for the call parameters
Contract address, method name, calldata and value
Returns the gas price
A blockchain network connection provider
Supported chains: Mainnet, Kovan
Gas price
Returns the order status for given order id.
A blockchain network connection provider
Supported chains: Mainnet, Kovan
Id of the order
Order status
Returns the order statuses for given order ids.
A blockchain network connection provider
Supported chains: Mainnet, Kovan
Order ids array
Order statuses
Produces the contract address and on-chain method name to call and the hex encoded parameters to pass as arguments for a given sell call.
A blockchain network connection provider
Supported chains: Mainnet, Kovan
The account that should receive the output.
The exact input token, either Ether or an ERC-20
The output token, either Ether or an ERC-20
How much the execution price is allowed to move unfavorably from the trade execution price.
Options for the call parameters
Contract address, method name, calldata and value
Produces the contract address and on-chain method name to call and the hex encoded parameters to pass as arguments for a given withdraw call.
A blockchain network connection provider
Supported chains: Mainnet, Kovan
The account that should receive the output.
The first token to withdraw
The second token to withdraw
Options for the call parameters
Contract address, method name, calldata and value
Represents the Integral TwapDelay contract with a method for helping execute trades.