Skip to main content
All the methods of the contracts that may be invoked off-chain are described on this page.

Factory

get_vault_address

Properties:

get_pool_address

Properties:

get_pool_address_no_settings

Same as the previous, except there are no settings.

get_pool_creator_address

Properties:

get_pool_creator_address_no_settings

Same as the previous, except there are no settings.

get_liquidity_depository_address

Properties:

get_liquidity_depository_address_no_settings

Same as the previous, except there are no settings.

get_admin_address

Properties:

Vault

get_asset

Properties:

is_active

Properties:

Pool

get_jetton_data

Pool is a Jetton Master for its LP tokens. This get-methods makes it compatible with Jetton Standard, therefore specifics about are accessible by the link.

get_wallet_address

Pool is a Jetton Master for its LP tokens. This get-methods makes it compatible with Jetton Standard, therefore specifics about are accessible by the link.

get_pool_data

Properties: * Fees are being withdrawn from swap operations only (therefore liquidity provisioning/withdrawal is fee). They are always charged from the input asset of the swap, and they’re denoted by the nominators within the pool storage. Fees nominators are non-negative integers less than max_nominator = 10000. Denominator for fees is a constant equal to 1000000.

estimate_swap_amount

Properties:

estimate_liquidity_withdraw_amount

Properties:

estimate_liquidity_deposit_amount

Properties: