yearn_treasury.rules.other_income package

Module contents

yearn_treasury.rules.other_income.is_airdrop(tx)[source]
Parameters:

tx (TreasuryTx)

Return type:

bool

yearn_treasury.rules.other_income.is_atoken_yield(tx)[source]
Parameters:

tx (TreasuryTx)

Return type:

bool

yearn_treasury.rules.other_income.is_cowswap_gas_reimbursement(tx)[source]
Parameters:

tx (TreasuryTx)

Return type:

bool

async yearn_treasury.rules.other_income.is_robovault_share(tx)[source]

After Yearn devs helped robovault with a vulnerability, robovault committed to sending Yearn a portion of their fees.

Parameters:

tx (TreasuryTx)

Return type:

bool

yearn_treasury.rules.other_income.is_usds_referral_code(tx)[source]

Yearn earns some USDS for referring deposits to Maker

Parameters:

tx (TreasuryTx)

Return type:

bool

yearn_treasury.rules.other_income.is_yeth_application_fee(tx)[source]
Parameters:

tx (TreasuryTx)

Return type:

bool

yearn_treasury.rules.other_income.is_yprisma_fees(tx)[source]
Parameters:

tx (TreasuryTx)

Return type:

bool