convert_bytes32_to_address
Documentation for eth_defi.event_reader.conversion.convert_bytes32_to_address function.
- convert_bytes32_to_address(bytes32)
Convert raw uint256 from EncodedCall to address.
Note
Ethereum address checksum might have a speed penalty for high speed operations.
- Parameters
bytes32 (bytes) – E.g. b`0x00000000000000000000000006af07097c9eeb7fd685c692751d5c66db49c215`
- Return type