pub const BURN_LOG_TOPIC: FixedBytes<32>;Expand description
The topic hash for burn events.
This is emitted when a contract self-destructs to itself or when a
self-destructed account still has remaining balance at end of transaction.
keccak256("Burn(address,uint256)")