PotentialVaultMatch

Documentation for eth_defi.erc_4626.discovery_base.PotentialVaultMatch Python class.

class PotentialVaultMatch

Bases: object

Categorise contracts that emit ERC-4626 like events.

Attributes summary

chain

address

first_seen_at_block

first_seen_at

deposit_count

withdrawal_count

Methods summary

__init__(chain, address, ...[, ...])

is_candidate()

__init__(chain, address, first_seen_at_block, first_seen_at, deposit_count=0, withdrawal_count=0)
Parameters
Return type

None