Name | Lookup | Parameters | |
|---|---|---|---|
| create_pool | 8100 | 9 | |
| add_liquidity | 8101 | 3 | |
| swap | 8102 | 5 | |
| redeem_proportion | 8103 | 3 | |
| redeem_single | 8104 | 5 | |
| redeem_multi | 8105 | 3 | |
| modify_a | 8106 | 3 | |
| modify_fees | 8107 | 4 | |
| modify_recipients | 8108 | 3 | |
| edit_token_rate | 8109 | 2 | |
| config_vtoken_auto_refresh | 810a | 2 | |
| remove_vtoken_auto_refresh | 810b | 1 |
Name | Docs |
|---|---|
| SwapUnderMin | A swap occurred, but the result is below the minimum swap amount. |
| MintUnderMin | A minting operation occurred, but the minted amount is below the minimum mint amount. |
| CantMint | Cannot mint tokens, possibly due to invalid parameters or illegal state. |
| RedeemOverMax | The redeemed amount exceeds the allowed maximum. |
| TokenRateNotSet | The token rate is not set, preventing related operations. |