create_vault_scan_record
Documentation for eth_defi.erc_4626.scan.create_vault_scan_record function.
- create_vault_scan_record(web3, detection, block_identifier, token_cache)[source]
Create a row in the result table.
Connect to the chain to read further vault metadata via JSON-RPC calls
- Returns
Dict for human-readable tables, with internal columns prefixed with å underscore
- Parameters
web3 (web3.main.Web3) –
detection (eth_defi.erc_4626.core.ERC4262VaultDetection) –
block_identifier (Union[Literal['latest', 'earliest', 'pending', 'safe', 'finalized'], eth_typing.evm.BlockNumber, eth_typing.evm.Hash32, eth_typing.encoding.HexStr, hexbytes.main.HexBytes, int]) –
token_cache (eth_defi.token.TokenDiskCache) –
- Return type