pub const SELFDESTRUCT_TO_SELF_LOG_TOPIC: B256;Expand description
The topic hash for self-destruct to self events.
This is emitted when a contract self-destructs to itself, which doesn’t
involve an actual transfer but still needs to be logged.
keccak256("SelfBalanceLog(address,uint256)")