decode_mint
Documentation for eth_defi.uniswap_v3.events.decode_mint function.
- decode_mint(log)
Process mint event. The event signature is:
event Mint( address sender, address indexed owner, int24 indexed tickLower, int24 indexed tickUpper, uint128 amount, uint256 amount0, uint256 amount1 );- Parameters
- Return type