decode_burn Documentation for eth_defi.uniswap_v3.events.decode_burn function. decode_burn(log)[source] Process burn event. The event signature is: event Burn( address indexed owner, int24 indexed tickLower, int24 indexed tickUpper, uint128 amount, uint256 amount0, uint256 amount1 ); Parameters log (eth_defi.event_reader.logresult.LogResult) – Return type dict