get_securitize_dstoken_discovery_events

Documentation for eth_defi.erc_4626.discovery_base.get_securitize_dstoken_discovery_events function.

get_securitize_dstoken_discovery_events(web3)

Get Securitize DSToken issuance events used for lead discovery.

DSTokens are non-ERC-4626 security tokens. Their Issue event identifies token issuance and gives the scanner a candidate lead; ABI probes subsequently reject unrelated contracts that happen to emit a similarly shaped event. Issuance is not necessarily a cash subscription.

Parameters

web3 – Web3 connection used to construct the event ABI.

Returns

The DSToken Issue event type.

Return type

list[Type[web3.contract.contract.ContractEvent]]