ETH_TRANSFER_LOG_TOPIC

Constant ETH_TRANSFER_LOG_TOPIC 

Source
pub const ETH_TRANSFER_LOG_TOPIC: B256;
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.