Constant SELFDESTRUCT_LOG_TOPIC
pub const SELFDESTRUCT_LOG_TOPIC: FixedBytes<32>;Expand description
The topic hash for selfdestruct events (burn).
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("Selfdestruct(address,uint256)")