Constant ETH_TRANSFER_LOG_ADDRESS
pub const ETH_TRANSFER_LOG_ADDRESS: Address;Available on crate feature
evm only.Expand description
The system address used as the log emitter for ETH transfer events.
This matches the ERC-20 Transfer event format but uses a system address as the emitter since no contract actually emits these logs.