pub trait EthEvent { // Required methods fn block_number(&self) -> u64; fn tx_hash(&self) -> H256; fn log(&self) -> &Log; }