Surplus Collateral
Deposits
userCmd(1, abi.encode(
73, // Fixed sub-command code
recv, // address
value, // uint128
token // address
))userCmd(0, abi.encode(
83, // Fixed sub-command code
recv, // address
value, // uint128
token, // address
deadline, // uint256
v, // uint8
r, // bytes32
s // bytes32
))Withdraw
Transfer
Last updated