/** * This is a autogenerated file that is created by parsig op-code files * To regenerate it use * * ts-node scripts/scan_opcodes.ts **/ export declare class ContractOpcodes { static ACCOUNTV3_RESET_GAS: number; static ACCOUNTV3_ADD_LIQUIDITY: number; static ACCOUNTV3_CB_ADD_LIQUIDITY: number; static ACCOUNTV3_GETTER_LP_ACCOUNT_DATA: number; static ACCOUNTV3_DIRECT_ADD_LIQUIDITY: number; static ACCOUNTV3_REFUND_ME: number; static ACCOUNTV3_CB_REFUND_ME: number; static JETTON_PROVIDE_WALLET_ADDRESS: number; static JETTON_TAKE_WALLET_ADDRESS: number; static JETTON_TRANSFER: number; static JETTON_TRANSFER_NOTIFICATION: number; static JETTON_INTERNAL_TRANSFER: number; static JETTON_EXCESSES: number; static JETTON_BURN: number; static JETTON_BURN_NOTIFICATION: number; static JETTON_MINT: number; static NFT_TRANSFER: number; static NFT_OWNERSHIP_ASSIGNED: number; static NFT_EXCESSES: number; static NFT_GET_STATIC_DATA: number; static NFT_REPORT_STATIC_DATA: number; static NFT_GET_ROYALTY_PARAMS: number; static NFT_REPORT_ROYALTY_PARAMS: number; static NFT_EDIT_CONTENT: number; static NFT_TRANSFER_EDITORSHIP: number; static NFT_EDITORSHIP_ASSIGNED: number; static POOL_FACTORY_CHANGE_PARAMS: number; static POOL_FACTORY_CREATE_POOL: number; static POOL_FACTORY_RESET_GAS: number; static POOL_FACTORY_ORDER_INIT: number; static POOL_FACTORY_EXECUTE: number; static POOLV3_INIT: number; static POOLV3_LOCK: number; static POOLV3_UNLOCK: number; static POOLV3_SET_FEE: number; static POOLV3_SWAP: number; static POOLV3_FUND_ACCOUNT: number; static POOLV3_MINT: number; static POOLV3_START_BURN: number; static POOLV3_BURN: number; static POOLV3_COLLECT_PROTOCOL: number; static POOLV3_RESET_GAS: number; static POOLV3_MINT_M: number; static POOLV3_BURN_M: number; static POOLV3_SWAP_M: number; static POOLV3_FILL_TICK_M: number; static POSITIONNFTV3_NFT_TRANSFER: number; static POSITIONNFTV3_OWNERSHIP_ASSIGNED: number; static POSITIONNFTV3_EXCESSES: number; static POSITIONNFTV3_GET_STATIC_DATA: number; static POSITIONNFTV3_REPORT_STATIC_DATA: number; static POSITIONNFTV3_GET_ROYALTY_PARAMS: number; static POSITIONNFTV3_REPORT_ROYALTY_PARAMS: number; static POSITIONNFTV3_POSITION_INIT: number; static POSITIONNFTV3_POSITION_BURN: number; static POSITIONNFTV3_FEE_COLLECTED: number; static POSITIONNFTV3_OWNERSHIP_ASSIGNED_NOTIFY: number; static POSITIONNFTV3_EDIT_CONTENT: number; static POSITIONNFTV3_TRANSFER_EDITORSHIP: number; static POSITIONNFTV3_EDITORSHIP_ASSIGNED: number; static ROUTERTV3_ADD_POOL: number; static ROUTERTV3_CHANGE_ADMIN: number; static ROUTERV3_PAY_TO: number; static ROUTERV3_CREATE_POOL: number; static ROUTERV3_RESET_GAS: number; static ROUTERV3_CHANGE_ADMIN_START: number; static ROUTERV3_CHANGE_ADMIN_COMMIT: number; static ROUTERV3_CHANGE_PARAMS: number; static SINKV3_SET: number; static SINKV3_ADD: number; static SINKV3_TEST_GAS: number; static SINKV3_DUMMY: number; static TONPROXY_MINTER_PROVIDE_WALLET_ADDRESS: number; static TONPROXY_MINTER_TAKE_WALLET_ADDRESS: number; static TONPROXY_MINTER_DEPLOY_WALLET: number; static TONPROXY_MINTER_INTERNAL_DEPLOY: number; static TONPROXY_MINTER_TON_TRANSFER: number; static TONPROXY_MINTER_RESET_GAS: number; static TONPROXY_MINTER_TON_REFUND: number; } export declare const OpcodesLookup: { [x: number]: string; }; export declare class ContractErrors { static COMMON_WRONG_OP: number; static COMMON_WRONG_WORKCHAIN: number; static JETTON_INVALID_OP: number; static JETTON_NOT_ADMIN: number; static JETTON_UNOUTHORIZED_BURN: number; static JETTON_DISCOVERY_FEE_NOT_MATCHED: number; static JETTON_NOT_OWNER: number; static JETTON_NOT_ENOUGH_TON: number; static JETTON_NOT_ENOUGH_GAS: number; static JETTON_NOT_VALID_WALLET: number; static JETTON_BALANCE_ERROR: number; static NFT_NOT_OWNER: number; static POOL_FACTORY_INVALID_AMOUNT: number; static POOL_FACTORY_INVALID_CALLER: number; static POOL_FACTORY_POOL_ILLEGAL_PARAMS: number; static POOL_FACTORY_INSUFFICIENT_GAS: number; static POOLV3_NO_LIQUIDITY: number; static POOLV3_ZERO_OUTPUT: number; static POOLV3_INVALID_CALLER: number; static POOLV3_INSUFFICIENT_GAS: number; static POOLV3_INVALID_TOKEN: number; static POOLV3_LOW_AMOUNT: number; static POOLV3_MATH_ERROR: number; static POOLV3_TICK_IMPOSSIBLE_LOW: number; static POOLV3_TICK_IMPOSSIBLE_HIGH: number; static POOLV3_PRICE_IMPOSSIBLE_LOW: number; static POOLV3_PRICE_IMPOSSIBLE_HIGH: number; static POOLV3_PRICE_LIMIT_WRONG: number; static POOLV3_LOWER_THEN_MIN_OUT: number; static POOLV3_INVALID_RECIPIENT: number; static POOLV3_POOL_UNDEPLOYED: number; static POOLV3_POOL_INACTIVE: number; static POOLV3_FORGED_NFT: number; static POOLV3_BURN_PARAMETERS_WRONG: number; static POOLV3_RESERVES_PROTECTION_ERROR_SIGN: number; static POOLV3_RESERVES_PROTECTION_ERROR_DRAIN: number; static POOLV3_POOL_MALFORMED: number; static POOLV3_RESULT_SWAP_OK: number; static POOLV3_RESULT_BURN_OK: number; static POOLV3_RESULT_MINT_OK: number; static POOLV3_RESULT_COLLECT_OK: number; static POOLV3_RESULT_SWAP_OUTPUT_TOO_SMALL: number; static POOLV3_RESULT_TICK_IMPOSSIBLE_LOW: number; static POOLV3_RESULT_TICK_IMPOSSIBLE_HIGH: number; static POOLV3_RESULT_WRONG_TICK_SPACING: number; static POOLV3_RESULT_TOO_MANY_TICKS: number; static POOLV3_RESULT_TOO_MUCH_LIQUIDITY: number; static POOLV3_RESULT_NOT_ENOUGH_COINS: number; static POOLV3_RESULT_NO_LIQUIDITY: number; static POSITIONNFTV3_INVALID_CALLER: number; static POSITIONNFTV3_INIT_NOT_BY_COLLECTION: number; static POSITIONNFTV3_NOT_AN_OWNER: number; static POSITIONNFTV3_ALREADY_BURNED: number; static POSITIONNFTV3_WRONG_BURN_TICKS: number; static POSITIONNFTV3_MESSAGE_TOO_LONG: number; static ROUTERV3_INVALID_AMOUNT: number; static ROUTERV3_INVALID_CALLER: number; static ROUTERV3_POOL_ILLEGAL_PARAMS: number; static ROUTERV3_INSUFFICIENT_GAS: number; static ROUTERV3_TIMELOCK_NOT_RESPECTED: number; } export declare const ErrorsLookup: { 73: string; 74: string; 75: string; 80: string; 81: string; 82: string; 83: string; 86: string; 87: string; 90: string; 91: string; 92: string; 93: string; 94: string; 95: string; 96: string; 100: string; 101: string; 102: string; 103: string; 104: string; 105: string; 106: string; 107: string; 110: string; 111: string; 112: string; 113: string; 114: string; 200: string; 201: string; 202: string; 203: string; 220: string; 221: string; 222: string; 223: string; 224: string; 225: string; 226: string; 230: string; 333: string; 401: string; 405: string; 408: string; 409: string; 705: string; 706: string; 707: string; 708: string; 709: string; 65535: string; };