DepositRedeemEventAnalysis

Documentation for eth_defi.vault.deposit_redeem.DepositRedeemEventAnalysis Python class.

class DepositRedeemEventAnalysis

Bases: object

Analyse a vault deposit/redeem event.

  • Done for the transaction where we get our assets into our wallet, so we can determine the actualy executed price of shares we received/sold

Attributes summary

from_

to

denomination_amount

share_count

tx_hash

block_number

block_timestamp

Methods summary

__init__(from_, to, denomination_amount, ...)

get_share_price()

is_success()

__init__(from_, to, denomination_amount, share_count, tx_hash, block_number, block_timestamp)
Parameters
Return type

None