decode_burn

Documentation for eth_defi.uniswap_v3.events.decode_burn function.

decode_burn(web3, 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
Return type

dict