PotentialVaultMatch
Documentation for eth_defi.erc_4626.discovery_base.PotentialVaultMatch Python class.
- class PotentialVaultMatch
Bases:
objectCategorise contracts that emit ERC-4626 like events.
Attributes summary
chainaddressfirst_seen_at_blockfirst_seen_atdeposit_countwithdrawal_countMethods summary
__init__(chain, address, ...[, ...])is_candidate()- __init__(chain, address, first_seen_at_block, first_seen_at, deposit_count=0, withdrawal_count=0)
- Parameters
chain (int) –
address (eth_typing.evm.HexAddress) –
first_seen_at_block (int) –
first_seen_at (datetime.datetime) –
deposit_count (int) –
withdrawal_count (int) –
- Return type
None