convert_uint256_bytes_to_address

Documentation for eth_defi.event_reader.conversion.convert_uint256_bytes_to_address function.

convert_uint256_bytes_to_address(raw)[source]

Convert raw uin256 from log data to addresses.

Note

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

Parameters

raw (bytes | hexbytes.main.HexBytes) – Raw uint256 byte blob

Returns

Checksummed Ethereum address

Return type

eth_typing.evm.ChecksumAddress