UniswapV3SwapGuard
Functions:
Function txGuard(address _poolManagerLogic, address, bytes data) → uint16 txType
txGuard(address _poolManagerLogic, address, bytes data) → uint16 txType
Transaction guard for UniswavpV3SwapGuard
Parameters:
_poolManagerLogic
: Pool addressdata
: Transaction call data attempt by manager
Return Values:
txType transaction type described in PoolLogic
Last updated