klaytn / klaytn-etl

Python scripts for ETL (extract, transform and load) jobs for Klaytn blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions.
Other
21 stars 13 forks source link

Handle Contract Logic Error #23

Closed yongchand closed 1 year ago

yongchand commented 1 year ago

Handle contract logic error when running

contract_165.functions.supportsInterface(interface).call(block_identifier=block_number)

Also, fix overall code for readability