strategy()
function strategy(uint256 id) external view returns (Strategy memory);
Function Arguments
Name
Type
Description
Returns
Name
Type
Description
Example
strategy(
888 //strategy id
)
// returns
// struct Strategy {
// uint256 id;
// address owner;
// Token[2] tokens;
// Order[2] orders;
// }
// [{y, z, A, B},{y, z, A, B}], // ordersLast updated