vault.mass_buyer

Documentation for eth_defi.vault.mass_buyer Python module.

Create token buy lists for testing.

Functions

buy_tokens(web3, user, portfolio, ...[, ...])

Buy bunch of tokens on the wish list.

create_buy_portfolio(tokens, ...)

Create a portfolio of tokens to buy based on given Python.

Classes

BuyResult

BuyResult(needed_transactions: list[web3.contract.contract.ContractFunction], taken_routes: dict[eth_defi.token.TokenDetails, eth_defi.vault.valuation.Route])