Constant ETH_TRANSFER_LOG_TOPIC
pub const ETH_TRANSFER_LOG_TOPIC: FixedBytes<32>;Expand description
The topic hash for the Transfer event: keccak256("Transfer(address,address,uint256)").
This is the same topic used by ERC-20 tokens for transfer events, ensuring compatibility with existing indexing and tracking infrastructure.