Events
This page has been deprecated. V1 documentation is partially maintained here
Events
Events
event LOG_CALL(
bytes4 indexed sig,
address indexed caller,
bytes data
) anonymous;event LOG_SWAP(
address indexed caller,
address indexed tokenIn,
address indexed tokenOut,
uint256 tokenAmountIn,
uint256 tokenAmountOut
);Mutex
Last updated