pub fn extract_block_number(log: &Log) -> Result<u64>
Extracts the block number from a log entry
Returns an error if the block number is not present in the log.