Factory
get_vault_address
get_pool_address
get_pool_address_no_settings
get_pool_creator_address
get_pool_creator_address_no_settings
get_liquidity_depository_address
get_liquidity_depository_address_no_settings
get_admin_address
Vault
get_asset
is_active
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
* 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.