PoolV2 class
- Inheritance
- 
    - Object
- BasePoolV2
- PoolV2
 
Constructors
- PoolV2(InternalAddress address)
Properties
- abi ↔ ContractABI?
- 
  
  getter/setter pairinherited
- address ↔ InternalAddress
- 
  
  getter/setter pairinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- init ↔ ContractInit?
- 
  
  getter/setter pairinherited
- provider ↔ ContractProvider?
- 
  
  getter/setter pairinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  createBurnBody({required BigInt amount, Cell? customPayload, BigInt? queryId}) → Cell 
- 
  
  inherited
- 
  createCollectFeesBody({BigInt? queryId}) → Cell 
- 
  
  inherited
- 
  getBurnTxParams({required InternalAddress userWalletAddress, required BigInt amount, Cell? customPayload, BigInt? gasAmount, BigInt? queryId}) → Future< SenderArguments> 
- 
  
  inherited
- 
  getCollectFeeTxParams({BigInt? gasAmount, BigInt? queryId}) → SenderArguments 
- 
  
  inherited
- 
  getExpectedOutputs(ContractProvider provider, {required BigInt amount, required InternalAddress jettonWallet}) → Future< (BigInt, BigInt, BigInt)> 
- 
  
  inherited
- 
  getJettonData() → Future< ({InternalAddress adminAddress, Cell content, bool mintable, BigInt totalSupply, Cell walletCode})> 
- 
  Returns a jetton data as a record
  inherited
- 
  getJettonWallet(ContractProvider provider, {required InternalAddress ownerAddress}) → Future< JettonWallet> 
- 
  
  inherited
- 
  getLpAccount(ContractProvider provider, {required InternalAddress ownerAddress}) → Future< LpAccountV2> 
- 
  
  inherited
- 
  getLpAccountAddress({required InternalAddress ownerAddress}) → Future< InternalAddress> 
- 
  
  inherited
- 
  getPoolData() → Future< CommonPoolData> 
- 
  
  inherited
- 
  getPoolType() → Future< DexType> 
- 
  
  inherited
- 
  getWalletAddress(InternalAddress owner) → Future< InternalAddress> 
- 
  Returns a jetton wallet address a Future
  inherited
- 
  implGetPoolData(ContractProvider provider) → Future< ({CommonPoolData commonPoolData, TupleReader stack})> 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  sendBurn(Sender via, {required InternalAddress userWalletAddress, required BigInt amount, Cell? customPayload, BigInt? gasAmount, BigInt? queryId}) → Future< void> 
- 
  
  inherited
- 
  sendCollectFees(ContractProvider provider, Sender via, {BigInt? gasAmount, BigInt? queryId}) → Future< void> 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited