convert_uint256_hex_string_to_address
Documentation for eth_defi.event_reader.conversion.convert_uint256_hex_string_to_address function.
- convert_uint256_hex_string_to_address(hex)
Convert raw uin256 from log data to address.
- Parameters
hex (str) – Hex string byte blob
- Returns
Checksummed Ethereum address
- Return type