convert_uint256_string_to_address

Documentation for eth_defi.event_reader.conversion.convert_uint256_string_to_address function.

convert_uint256_string_to_address(bytes32)[source]

Convert raw uint256 from log data to address.

Note

Ethereum address checksum might have a speed penalty for high speed operations.

Parameters

bytes32 (str) – E.g. 0x00000000000000000000000006af07097c9eeb7fd685c692751d5c66db49c215

Return type

eth_typing.evm.ChecksumAddress