@raydium-io/raydium-sdk-v2
Version:
An SDK for building applications on top of Raydium.
1 lines • 69.2 kB
JavaScript
var Kr=Object.create;var Be=Object.defineProperty,Vr=Object.defineProperties,vr=Object.getOwnPropertyDescriptor,Er=Object.getOwnPropertyDescriptors,Fr=Object.getOwnPropertyNames,Et=Object.getOwnPropertySymbols,_r=Object.getPrototypeOf,_t=Object.prototype.hasOwnProperty,Mr=Object.prototype.propertyIsEnumerable;var Ft=(e,t,r)=>t in e?Be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Q=(e,t)=>{for(var r in t||(t={}))_t.call(t,r)&&Ft(e,r,t[r]);if(Et)for(var r of Et(t))Mr.call(t,r)&&Ft(e,r,t[r]);return e},$=(e,t)=>Vr(e,Er(t));var Dr=(e,t)=>{for(var r in t)Be(e,r,{get:t[r],enumerable:!0})},Mt=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Fr(t))!_t.call(e,i)&&i!==r&&Be(e,i,{get:()=>t[i],enumerable:!(n=vr(t,i))||n.enumerable});return e};var Z=(e,t,r)=>(r=e!=null?Kr(_r(e)):{},Mt(t||!e||!e.__esModule?Be(r,"default",{value:e,enumerable:!0}):r,e)),Wr=e=>Mt(Be({},"__esModule",{value:!0}),e);var Ci={};Dr(Ci,{createAssociatedLedgerAccountInstruction:()=>hi,governanceCreateTokenOwnerRecord:()=>Rr,makeAddNewRewardInstruction:()=>ki,makeCreateFarmInstruction:()=>bi,makeCreatorWithdrawFarmRewardInstruction:()=>wi,makeDepositInstructionV3:()=>Ii,makeDepositInstructionV5:()=>Ri,makeDepositInstructionV6:()=>Ni,makeDepositTokenInstruction:()=>Pi,makeDepositWithdrawInstruction:()=>Si,makeRestartRewardInstruction:()=>xi,makeWithdrawInstructionV3:()=>Bi,makeWithdrawInstructionV5:()=>Li,makeWithdrawInstructionV6:()=>Ai,makeWithdrawTokenInstruction:()=>Ti,voterStakeRegistryCreateDepositEntry:()=>Cr,voterStakeRegistryCreateVoter:()=>Nr,voterStakeRegistryDeposit:()=>Lr,voterStakeRegistryUpdateVoterWeightRecord:()=>Br,voterStakeRegistryWithdraw:()=>Ir});module.exports=Wr(Ci);var h=require("@solana/web3.js"),U=require("@solana/spl-token"),De=Z(require("bn.js"));var Ut=require("@solana/web3.js"),Pe=Z(require("bn.js"));var T=require("@solana/buffer-layout"),ot=T.Layout,Dt=T.Structure;var st=T.UInt;var Wt=T.u8;var Ot=T.seq;var pe=T.blob;var Te=class extends ot{constructor(r,n,i){super(r,i);this.blob=pe(r),this.signed=n}decode(r,n=0){let i=new Pe.default(this.blob.decode(r,n),10,"le");return this.signed?i.fromTwos(this.span*8).clone():i}encode(r,n,i=0){return typeof r=="number"&&(r=new Pe.default(r)),this.signed&&(r=r.toTwos(this.span*8)),this.blob.encode(r.toArrayLike(Buffer,"le",this.span),n,i)}};function N(e){return new st(1,e)}function xe(e){return new st(4,e)}function y(e){return new Te(8,!1,e)}function oe(e){return new Te(16,!1,e)}function qt(e){return new Te(1,!0,e)}function qe(e){return new Te(8,!0,e)}var Ue=class extends ot{constructor(r,n,i,o){super(r.span,o);this.layout=r,this.decoder=n,this.encoder=i}decode(r,n){return this.decoder(this.layout.decode(r,n))}encode(r,n,i){return this.layout.encode(this.encoder(r),n,i)}getSpan(r,n){return this.layout.getSpan(r,n)}};function S(e){return new Ue(pe(32),t=>new Ut.PublicKey(t),t=>t.toBuffer(),e)}function Ie(e){return new Ue(Wt(),Or,Ur,e)}function Or(e){if(e===0)return!1;if(e===1)return!0;throw new Error("Invalid bool: "+e)}function Ur(e){return e?1:0}var at=class extends Dt{decode(t,r){return super.decode(t,r)}};function I(e,t,r){return new at(e,t,r)}function F(e,t,r){let n,i=typeof t=="number"?t:(0,Pe.isBN)(t)?t.toNumber():new Proxy(t,{get(o,s){if(!n){let a=Reflect.get(o,"count");n=(0,Pe.isBN)(a)?a.toNumber():a,Reflect.set(o,"count",n)}return Reflect.get(o,s)},set(o,s,a){return s==="count"&&(n=a),Reflect.set(o,s,a)}});return Ot(e,i,r)}var Ht=require("@solana/web3.js");var me=require("@solana/web3.js"),Gr=require("@solana/spl-token");var Re=require("lodash");var ut=class{constructor(t){this.logLevel=t.logLevel!==void 0?t.logLevel:0,this.name=t.name}set level(t){this.logLevel=t}get time(){return Date.now().toString()}get moduleName(){return this.name}isLogLevel(t){return t<=this.logLevel}error(...t){return this.isLogLevel(0)?(console.error(this.time,this.name,"sdk logger error",...t),this):this}logWithError(...t){let r=t.map(n=>typeof n=="object"?JSON.stringify(n):n).join(", ");throw new Error(r)}warning(...t){return this.isLogLevel(1)?(console.warn(this.time,this.name,"sdk logger warning",...t),this):this}info(...t){return this.isLogLevel(2)?(console.info(this.time,this.name,"sdk logger info",...t),this):this}debug(...t){return this.isLogLevel(3)?(console.debug(this.time,this.name,"sdk logger debug",...t),this):this}},Gt={},qr={};function O(e){let t=(0,Re.get)(Gt,e);if(!t){let r=(0,Re.get)(qr,e);t=new ut({name:e,logLevel:r}),(0,Re.set)(Gt,e,t)}return t}var Ne={CreateAccount:"CreateAccount",InitAccount:"InitAccount",CreateATA:"CreateATA",CloseAccount:"CloseAccount",TransferAmount:"TransferAmount",InitMint:"InitMint",MintTo:"MintTo",InitMarket:"InitMarket",Util1216OwnerClaim:"Util1216OwnerClaim",SetComputeUnitPrice:"SetComputeUnitPrice",SetComputeUnitLimit:"SetComputeUnitLimit",ClmmCreatePool:"ClmmCreatePool",ClmmOpenPosition:"ClmmOpenPosition",ClmmIncreasePosition:"ClmmIncreasePosition",ClmmDecreasePosition:"ClmmDecreasePosition",ClmmClosePosition:"ClmmClosePosition",ClmmSwapBaseIn:"ClmmSwapBaseIn",ClmmSwapBaseOut:"ClmmSwapBaseOut",ClmmInitReward:"ClmmInitReward",ClmmSetReward:"ClmmSetReward",ClmmCollectReward:"ClmmCollectReward",AmmV4Swap:"AmmV4Swap",AmmV4AddLiquidity:"AmmV4AddLiquidity",AmmV4RemoveLiquidity:"AmmV4RemoveLiquidity",AmmV4SimulatePoolInfo:"AmmV4SimulatePoolInfo",AmmV4SwapBaseIn:"AmmV4SwapBaseIn",AmmV4SwapBaseOut:"AmmV4SwapBaseOut",AmmV4CreatePool:"AmmV4CreatePool",AmmV4InitPool:"AmmV4InitPool",AmmV5AddLiquidity:"AmmV5AddLiquidity",AmmV5RemoveLiquidity:"AmmV5RemoveLiquidity",AmmV5SimulatePoolInfo:"AmmV5SimulatePoolInfo",AmmV5SwapBaseIn:"AmmV5SwapBaseIn",AmmV5SwapBaseOut:"AmmV5SwapBaseOut",RouteSwap:"RouteSwap",RouteSwap1:"RouteSwap1",RouteSwap2:"RouteSwap2",FarmV3Deposit:"FarmV3Deposit",FarmV3Withdraw:"FarmV3Withdraw",FarmV3CreateLedger:"FarmV3CreateLedger",FarmV5Deposit:"FarmV5Deposit",FarmV5Withdraw:"FarmV5Withdraw",FarmV5CreateLedger:"FarmV5CreateLedger",FarmV6Deposit:"FarmV6Deposit",FarmV6Withdraw:"FarmV6Withdraw",FarmV6Create:"FarmV6Create",FarmV6Restart:"FarmV6Restart",FarmV6CreatorAddReward:"FarmV6CreatorAddReward",FarmV6CreatorWithdraw:"FarmV6CreatorWithdraw",CpmmCreatePool:"CpmmCreatePool",CpmmAddLiquidity:"CpmmAddLiquidity",CpmmWithdrawLiquidity:"CpmmWithdrawLiquidity",CpmmSwapBaseIn:"CpmmSwapBaseIn",CpmmSwapBaseOut:"CpmmSwapBaseOut"};var Qi=O("Raydium_txUtil");function ee(e,t){let[r,n]=me.PublicKey.findProgramAddressSync(e,t);return{publicKey:r,nonce:n}}var jt=require("@solana/spl-token");function Ce(e,t,r){return ee([e.toBuffer(),(r!=null?r:jt.TOKEN_PROGRAM_ID).toBuffer(),t.toBuffer()],new Ht.PublicKey("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL"))}var z=Z(require("bn.js"));var ke=9e15,de=1e9,ct="0123456789abcdef",He="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",je="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",lt={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-ke,maxE:ke,crypto:!1},Xt,se,k=!0,Ye="[DecimalError] ",le=Ye+"Invalid argument: ",Jt=Ye+"Precision limit exceeded",Qt=Ye+"crypto unavailable",$t="[object Decimal]",H=Math.floor,D=Math.pow,Hr=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,jr=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,zr=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,er=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,re=1e7,x=7,Yr=9007199254740991,Zr=He.length-1,dt=je.length-1,m={toStringTag:$t};m.absoluteValue=m.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),w(e)};m.ceil=function(){return w(new this.constructor(this),this.e+1,2)};m.clampedTo=m.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(le+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)};m.comparedTo=m.cmp=function(e){var t,r,n,i,o=this,s=o.d,a=(e=new o.constructor(e)).d,c=o.s,u=e.s;if(!s||!a)return!c||!u?NaN:c!==u?c:s===a?0:!s^c<0?1:-1;if(!s[0]||!a[0])return s[0]?c:a[0]?-u:0;if(c!==u)return c;if(o.e!==e.e)return o.e>e.e^c<0?1:-1;for(n=s.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(s[t]!==a[t])return s[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1};m.cosine=m.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+x,n.rounding=1,r=Xr(n,or(n,r)),n.precision=e,n.rounding=t,w(se==2||se==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)};m.cubeRoot=m.cbrt=function(){var e,t,r,n,i,o,s,a,c,u,l=this,d=l.constructor;if(!l.isFinite()||l.isZero())return new d(l);for(k=!1,o=l.s*D(l.s*l,1/3),!o||Math.abs(o)==1/0?(r=q(l.d),e=l.e,(o=(e-r.length+1)%3)&&(r+=o==1||o==-2?"0":"00"),o=D(r,1/3),e=H((e+1)/3)-(e%3==(e<0?-1:2)),o==1/0?r="5e"+e:(r=o.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new d(r),n.s=l.s):n=new d(o.toString()),s=(e=d.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=V(u.plus(l).times(a),u.plus(c),s+2,1),q(a.d).slice(0,s)===(r=q(n.d)).slice(0,s))if(r=r.slice(s-3,s+1),r=="9999"||!i&&r=="4999"){if(!i&&(w(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}s+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(w(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return k=!0,w(n,e,d.rounding,t)};m.decimalPlaces=m.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-H(this.e/x))*x,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r};m.dividedBy=m.div=function(e){return V(this,new this.constructor(e))};m.dividedToIntegerBy=m.divToInt=function(e){var t=this,r=t.constructor;return w(V(t,new r(e),0,1,1),r.precision,r.rounding)};m.equals=m.eq=function(e){return this.cmp(e)===0};m.floor=function(){return w(new this.constructor(this),this.e+1,3)};m.greaterThan=m.gt=function(e){return this.cmp(e)>0};m.greaterThanOrEqualTo=m.gte=function(e){var t=this.cmp(e);return t==1||t===0};m.hyperbolicCosine=m.cosh=function(){var e,t,r,n,i,o=this,s=o.constructor,a=new s(1);if(!o.isFinite())return new s(o.s?1/0:NaN);if(o.isZero())return a;r=s.precision,n=s.rounding,s.precision=r+Math.max(o.e,o.sd())+4,s.rounding=1,i=o.d.length,i<32?(e=Math.ceil(i/3),t=(1/Xe(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),o=Se(s,1,o.times(t),new s(1),!0);for(var c,u=e,l=new s(8);u--;)c=o.times(o),o=a.minus(c.times(l.minus(c.times(l))));return w(o,s.precision=r,s.rounding=n,!0)};m.hyperbolicSine=m.sinh=function(){var e,t,r,n,i=this,o=i.constructor;if(!i.isFinite()||i.isZero())return new o(i);if(t=o.precision,r=o.rounding,o.precision=t+Math.max(i.e,i.sd())+4,o.rounding=1,n=i.d.length,n<3)i=Se(o,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Xe(5,e)),i=Se(o,2,i,i,!0);for(var s,a=new o(5),c=new o(16),u=new o(20);e--;)s=i.times(i),i=i.times(a.plus(s.times(c.times(s).plus(u))))}return o.precision=t,o.rounding=r,w(i,t,r,!0)};m.hyperbolicTangent=m.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,V(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)};m.inverseCosine=m.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,o=r.rounding;return n!==-1?n===0?t.isNeg()?te(r,i,o):new r(0):new r(NaN):t.isZero()?te(r,i+4,o).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=te(r,i+4,o).times(.5),r.precision=i,r.rounding=o,e.minus(t))};m.inverseHyperbolicCosine=m.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,k=!1,r=r.times(r).minus(1).sqrt().plus(r),k=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)};m.inverseHyperbolicSine=m.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,k=!1,r=r.times(r).plus(1).sqrt().plus(r),k=!0,n.precision=e,n.rounding=t,r.ln())};m.inverseHyperbolicTangent=m.atanh=function(){var e,t,r,n,i=this,o=i.constructor;return i.isFinite()?i.e>=0?new o(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=o.precision,t=o.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?w(new o(i),e,t,!0):(o.precision=r=n-i.e,i=V(i.plus(1),new o(1).minus(i),r+e,1),o.precision=e+4,o.rounding=1,i=i.ln(),o.precision=e,o.rounding=t,i.times(.5))):new o(NaN)};m.inverseSine=m.asin=function(){var e,t,r,n,i=this,o=i.constructor;return i.isZero()?new o(i):(t=i.abs().cmp(1),r=o.precision,n=o.rounding,t!==-1?t===0?(e=te(o,r+4,n).times(.5),e.s=i.s,e):new o(NaN):(o.precision=r+6,o.rounding=1,i=i.div(new o(1).minus(i.times(i)).sqrt().plus(1)).atan(),o.precision=r,o.rounding=n,i.times(2)))};m.inverseTangent=m.atan=function(){var e,t,r,n,i,o,s,a,c,u=this,l=u.constructor,d=l.precision,f=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&d+4<=dt)return s=te(l,d+4,f).times(.25),s.s=u.s,s}else{if(!u.s)return new l(NaN);if(d+4<=dt)return s=te(l,d+4,f).times(.5),s.s=u.s,s}for(l.precision=a=d+10,l.rounding=1,r=Math.min(28,a/x+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(k=!1,t=Math.ceil(a/x),n=1,c=u.times(u),s=new l(u),i=u;e!==-1;)if(i=i.times(c),o=s.minus(i.div(n+=2)),i=i.times(c),s=o.plus(i.div(n+=2)),s.d[t]!==void 0)for(e=t;s.d[e]===o.d[e]&&e--;);return r&&(s=s.times(2<<r-1)),k=!0,w(s,l.precision=d,l.rounding=f,!0)};m.isFinite=function(){return!!this.d};m.isInteger=m.isInt=function(){return!!this.d&&H(this.e/x)>this.d.length-2};m.isNaN=function(){return!this.s};m.isNegative=m.isNeg=function(){return this.s<0};m.isPositive=m.isPos=function(){return this.s>0};m.isZero=function(){return!!this.d&&this.d[0]===0};m.lessThan=m.lt=function(e){return this.cmp(e)<0};m.lessThanOrEqualTo=m.lte=function(e){return this.cmp(e)<1};m.logarithm=m.log=function(e){var t,r,n,i,o,s,a,c,u=this,l=u.constructor,d=l.precision,f=l.rounding,g=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(r=u.d,u.s<0||!r||!r[0]||u.eq(1))return new l(r&&!r[0]?-1/0:u.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)o=!0;else{for(i=r[0];i%10===0;)i/=10;o=i!==1}if(k=!1,a=d+g,s=ce(u,a),n=t?ze(l,a+10):ce(e,a),c=V(s,n,a,1),Ke(c.d,i=d,f))do if(a+=10,s=ce(u,a),n=t?ze(l,a+10):ce(e,a),c=V(s,n,a,1),!o){+q(c.d).slice(i+1,i+15)+1==1e14&&(c=w(c,d+1,0));break}while(Ke(c.d,i+=10,f));return k=!0,w(c,d,f)};m.minus=m.sub=function(e){var t,r,n,i,o,s,a,c,u,l,d,f,g=this,P=g.constructor;if(e=new P(e),!g.d||!e.d)return!g.s||!e.s?e=new P(NaN):g.d?e.s=-e.s:e=new P(e.d||g.s!==e.s?g:NaN),e;if(g.s!=e.s)return e.s=-e.s,g.plus(e);if(u=g.d,f=e.d,a=P.precision,c=P.rounding,!u[0]||!f[0]){if(f[0])e.s=-e.s;else if(u[0])e=new P(g);else return new P(c===3?-0:0);return k?w(e,a,c):e}if(r=H(e.e/x),l=H(g.e/x),u=u.slice(),o=l-r,o){for(d=o<0,d?(t=u,o=-o,s=f.length):(t=f,r=l,s=u.length),n=Math.max(Math.ceil(a/x),s)+2,o>n&&(o=n,t.length=1),t.reverse(),n=o;n--;)t.push(0);t.reverse()}else{for(n=u.length,s=f.length,d=n<s,d&&(s=n),n=0;n<s;n++)if(u[n]!=f[n]){d=u[n]<f[n];break}o=0}for(d&&(t=u,u=f,f=t,e.s=-e.s),s=u.length,n=f.length-s;n>0;--n)u[s++]=0;for(n=f.length;n>o;){if(u[--n]<f[n]){for(i=n;i&&u[--i]===0;)u[i]=re-1;--u[i],u[n]+=re}u[n]-=f[n]}for(;u[--s]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Ze(u,r),k?w(e,a,c):e):new P(c===3?-0:0)};m.modulo=m.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?w(new n(r),n.precision,n.rounding):(k=!1,n.modulo==9?(t=V(r,e.abs(),0,3,1),t.s*=e.s):t=V(r,e,0,n.modulo,1),t=t.times(e),k=!0,r.minus(t))};m.naturalExponential=m.exp=function(){return ft(this)};m.naturalLogarithm=m.ln=function(){return ce(this)};m.negated=m.neg=function(){var e=new this.constructor(this);return e.s=-e.s,w(e)};m.plus=m.add=function(e){var t,r,n,i,o,s,a,c,u,l,d=this,f=d.constructor;if(e=new f(e),!d.d||!e.d)return!d.s||!e.s?e=new f(NaN):d.d||(e=new f(e.d||d.s===e.s?d:NaN)),e;if(d.s!=e.s)return e.s=-e.s,d.minus(e);if(u=d.d,l=e.d,a=f.precision,c=f.rounding,!u[0]||!l[0])return l[0]||(e=new f(d)),k?w(e,a,c):e;if(o=H(d.e/x),n=H(e.e/x),u=u.slice(),i=o-n,i){for(i<0?(r=u,i=-i,s=l.length):(r=l,n=o,s=u.length),o=Math.ceil(a/x),s=o>s?o+1:s+1,i>s&&(i=s,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(s=u.length,i=l.length,s-i<0&&(i=s,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/re|0,u[i]%=re;for(t&&(u.unshift(t),++n),s=u.length;u[--s]==0;)u.pop();return e.d=u,e.e=Ze(u,n),k?w(e,a,c):e};m.precision=m.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(le+e);return r.d?(t=tr(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t};m.round=function(){var e=this,t=e.constructor;return w(new t(e),e.e+1,t.rounding)};m.sine=m.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+x,n.rounding=1,r=Qr(n,or(n,r)),n.precision=e,n.rounding=t,w(se>2?r.neg():r,e,t,!0)):new n(NaN)};m.squareRoot=m.sqrt=function(){var e,t,r,n,i,o,s=this,a=s.d,c=s.e,u=s.s,l=s.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?s:1/0);for(k=!1,u=Math.sqrt(+s),u==0||u==1/0?(t=q(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=H((c+1)/2)-(c<0||c%2),u==1/0?t="5e"+c:(t=u.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new l(t)):n=new l(u.toString()),r=(c=l.precision)+3;;)if(o=n,n=o.plus(V(s,o,r+2,1)).times(.5),q(o.d).slice(0,r)===(t=q(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(w(o,c+1,0),o.times(o).eq(s))){n=o;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(w(n,c+1,1),e=!n.times(n).eq(s));break}return k=!0,w(n,c,l.rounding,e)};m.tangent=m.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=V(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,w(se==2||se==4?r.neg():r,e,t,!0)):new n(NaN)};m.times=m.mul=function(e){var t,r,n,i,o,s,a,c,u,l=this,d=l.constructor,f=l.d,g=(e=new d(e)).d;if(e.s*=l.s,!f||!f[0]||!g||!g[0])return new d(!e.s||f&&!f[0]&&!g||g&&!g[0]&&!f?NaN:!f||!g?e.s/0:e.s*0);for(r=H(l.e/x)+H(e.e/x),c=f.length,u=g.length,c<u&&(o=f,f=g,g=o,s=c,c=u,u=s),o=[],s=c+u,n=s;n--;)o.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=o[i]+g[n]*f[i-n-1]+t,o[i--]=a%re|0,t=a/re|0;o[i]=(o[i]+t)%re|0}for(;!o[--s];)o.pop();return t?++r:o.shift(),e.d=o,e.e=Ze(o,r),k?w(e,d.precision,d.rounding):e};m.toBinary=function(e,t){return mt(this,2,e,t)};m.toDecimalPlaces=m.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(X(e,0,de),t===void 0?t=n.rounding:X(t,0,8),w(r,e+r.e+1,t))};m.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ne(n,!0):(X(e,0,de),t===void 0?t=i.rounding:X(t,0,8),n=w(new i(n),e+1,t),r=ne(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r};m.toFixed=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?r=ne(i):(X(e,0,de),t===void 0?t=o.rounding:X(t,0,8),n=w(new o(i),e+i.e+1,t),r=ne(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r};m.toFraction=function(e){var t,r,n,i,o,s,a,c,u,l,d,f,g=this,P=g.d,b=g.constructor;if(!P)return new b(g);if(u=r=new b(1),n=c=new b(0),t=new b(n),o=t.e=tr(P)-g.e-1,s=o%x,t.d[0]=D(10,s<0?x+s:s),e==null)e=o>0?t:u;else{if(a=new b(e),!a.isInt()||a.lt(u))throw Error(le+a);e=a.gt(t)?o>0?t:u:a}for(k=!1,a=new b(q(P)),l=b.precision,b.precision=o=P.length*x*2;d=V(a,t,0,1,1),i=r.plus(d.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(d.times(i)),c=i,i=t,t=a.minus(d.times(i)),a=i;return i=V(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=g.s,f=V(u,n,o,1).minus(g).abs().cmp(V(c,r,o,1).minus(g).abs())<1?[u,n]:[c,r],b.precision=l,k=!0,f};m.toHexadecimal=m.toHex=function(e,t){return mt(this,16,e,t)};m.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:X(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(k=!1,r=V(r,e,0,t,1).times(e),k=!0,w(r)):(e.s=r.s,r=e),r};m.toNumber=function(){return+this};m.toOctal=function(e,t){return mt(this,8,e,t)};m.toPower=m.pow=function(e){var t,r,n,i,o,s,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(D(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,o=c.rounding,e.eq(1))return w(a,n,o);if(t=H(e.e/x),t>=e.d.length-1&&(r=u<0?-u:u)<=Yr)return i=rr(c,a,r,n),e.s<0?new c(1).div(i):w(i,n,o);if(s=a.s,s<0){if(t<e.d.length-1)return new c(NaN);if((e.d[t]&1)==0&&(s=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=s,a}return r=D(+a,u),t=r==0||!isFinite(r)?H(u*(Math.log("0."+q(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?s/0:0):(k=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=ft(e.times(ce(a,n+r)),n),i.d&&(i=w(i,n+5,1),Ke(i.d,n,o)&&(t=n+10,i=w(ft(e.times(ce(a,t+r)),t),t+5,1),+q(i.d).slice(n+1,n+15)+1==1e14&&(i=w(i,n+1,0)))),i.s=s,k=!0,c.rounding=o,w(i,n,o))};m.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ne(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(X(e,1,de),t===void 0?t=i.rounding:X(t,0,8),n=w(new i(n),e,t),r=ne(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r};m.toSignificantDigits=m.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(X(e,1,de),t===void 0?t=n.rounding:X(t,0,8)),w(new n(r),e,t)};m.toString=function(){var e=this,t=e.constructor,r=ne(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r};m.truncated=m.trunc=function(){return w(new this.constructor(this),this.e+1,1)};m.valueOf=m.toJSON=function(){var e=this,t=e.constructor,r=ne(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function q(e){var t,r,n,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)n=e[t]+"",r=x-n.length,r&&(o+=ue(r)),o+=n;s=e[t],n=s+"",r=x-n.length,r&&(o+=ue(r))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function X(e,t,r){if(e!==~~e||e<t||e>r)throw Error(le+e)}function Ke(e,t,r,n){var i,o,s,a;for(o=e[0];o>=10;o/=10)--t;return--t<0?(t+=x,i=0):(i=Math.ceil((t+1)/x),t%=x),o=D(10,x-t),a=e[i]%o|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),s=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):s=(r<4&&a+1==o||r>3&&a+1==o/2)&&(e[i+1]/o/100|0)==D(10,t-2)-1||(a==o/2||a==0)&&(e[i+1]/o/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),s=(n||r<4)&&a==9999||!n&&r>3&&a==4999):s=((n||r<4)&&a+1==o||!n&&r>3&&a+1==o/2)&&(e[i+1]/o/1e3|0)==D(10,t-3)-1,s}function Ge(e,t,r){for(var n,i=[0],o,s=0,a=e.length;s<a;){for(o=i.length;o--;)i[o]*=t;for(i[0]+=ct.indexOf(e.charAt(s++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function Xr(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Xe(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=Se(e,1,t.times(i),new e(1));for(var o=r;o--;){var s=t.times(t);t=s.times(s).minus(s).times(8).plus(1)}return e.precision-=r,t}var V=function(){function e(n,i,o){var s,a=0,c=n.length;for(n=n.slice();c--;)s=n[c]*i+a,n[c]=s%o|0,a=s/o|0;return a&&n.unshift(a),n}function t(n,i,o,s){var a,c;if(o!=s)c=o>s?1:-1;else for(a=c=0;a<o;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,o,s){for(var a=0;o--;)n[o]-=a,a=n[o]<i[o]?1:0,n[o]=a*s+n[o]-i[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,o,s,a,c){var u,l,d,f,g,P,b,K,R,W,B,M,ae,j,fe,Le,he,be,J,we,Oe=n.constructor,it=n.s==i.s?1:-1,G=n.d,v=i.d;if(!G||!G[0]||!v||!v[0])return new Oe(!n.s||!i.s||(G?v&&G[0]==v[0]:!v)?NaN:G&&G[0]==0||!v?it*0:it/0);for(c?(g=1,l=n.e-i.e):(c=re,g=x,l=H(n.e/g)-H(i.e/g)),J=v.length,he=G.length,R=new Oe(it),W=R.d=[],d=0;v[d]==(G[d]||0);d++);if(v[d]>(G[d]||0)&&l--,o==null?(j=o=Oe.precision,s=Oe.rounding):a?j=o+(n.e-i.e)+1:j=o,j<0)W.push(1),P=!0;else{if(j=j/g+2|0,d=0,J==1){for(f=0,v=v[0],j++;(d<he||f)&&j--;d++)fe=f*c+(G[d]||0),W[d]=fe/v|0,f=fe%v|0;P=f||d<he}else{for(f=c/(v[0]+1)|0,f>1&&(v=e(v,f,c),G=e(G,f,c),J=v.length,he=G.length),Le=J,B=G.slice(0,J),M=B.length;M<J;)B[M++]=0;we=v.slice(),we.unshift(0),be=v[0],v[1]>=c/2&&++be;do f=0,u=t(v,B,J,M),u<0?(ae=B[0],J!=M&&(ae=ae*c+(B[1]||0)),f=ae/be|0,f>1?(f>=c&&(f=c-1),b=e(v,f,c),K=b.length,M=B.length,u=t(b,B,K,M),u==1&&(f--,r(b,J<K?we:v,K,c))):(f==0&&(u=f=1),b=v.slice()),K=b.length,K<M&&b.unshift(0),r(B,b,M,c),u==-1&&(M=B.length,u=t(v,B,J,M),u<1&&(f++,r(B,J<M?we:v,M,c))),M=B.length):u===0&&(f++,B=[0]),W[d++]=f,u&&B[0]?B[M++]=G[Le]||0:(B=[G[Le]],M=1);while((Le++<he||B[0]!==void 0)&&j--);P=B[0]!==void 0}W[0]||W.shift()}if(g==1)R.e=l,Xt=P;else{for(d=1,f=W[0];f>=10;f/=10)d++;R.e=d+l*g-1,w(R,a?o+R.e+1:o,s,P)}return R}}();function w(e,t,r,n){var i,o,s,a,c,u,l,d,f,g=e.constructor;e:if(t!=null){if(d=e.d,!d)return e;for(i=1,a=d[0];a>=10;a/=10)i++;if(o=t-i,o<0)o+=x,s=t,l=d[f=0],c=l/D(10,i-s-1)%10|0;else if(f=Math.ceil((o+1)/x),a=d.length,f>=a)if(n){for(;a++<=f;)d.push(0);l=c=0,i=1,o%=x,s=o-x+1}else break e;else{for(l=a=d[f],i=1;a>=10;a/=10)i++;o%=x,s=o-x+i,c=s<0?0:l/D(10,i-s-1)%10|0}if(n=n||t<0||d[f+1]!==void 0||(s<0?l:l%D(10,i-s-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(o>0?s>0?l/D(10,i-s):0:d[f-1])%10&1||r==(e.s<0?8:7)),t<1||!d[0])return d.length=0,u?(t-=e.e+1,d[0]=D(10,(x-t%x)%x),e.e=-t||0):d[0]=e.e=0,e;if(o==0?(d.length=f,a=1,f--):(d.length=f+1,a=D(10,x-o),d[f]=s>0?(l/D(10,i-s)%D(10,s)|0)*a:0),u)for(;;)if(f==0){for(o=1,s=d[0];s>=10;s/=10)o++;for(s=d[0]+=a,a=1;s>=10;s/=10)a++;o!=a&&(e.e++,d[0]==re&&(d[0]=1));break}else{if(d[f]+=a,d[f]!=re)break;d[f--]=0,a=1}for(o=d.length;d[--o]===0;)d.pop()}return k&&(e.e>g.maxE?(e.d=null,e.e=NaN):e.e<g.minE&&(e.e=0,e.d=[0])),e}function ne(e,t,r){if(!e.isFinite())return ir(e);var n,i=e.e,o=q(e.d),s=o.length;return t?(r&&(n=r-s)>0?o=o.charAt(0)+"."+o.slice(1)+ue(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(e.e<0?"e":"e+")+e.e):i<0?(o="0."+ue(-i-1)+o,r&&(n=r-s)>0&&(o+=ue(n))):i>=s?(o+=ue(i+1-s),r&&(n=r-i-1)>0&&(o=o+"."+ue(n))):((n=i+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),r&&(n=r-s)>0&&(i+1===s&&(o+="."),o+=ue(n))),o}function Ze(e,t){var r=e[0];for(t*=x;r>=10;r/=10)t++;return t}function ze(e,t,r){if(t>Zr)throw k=!0,r&&(e.precision=r),Error(Jt);return w(new e(He),t,1,!0)}function te(e,t,r){if(t>dt)throw Error(Jt);return w(new e(je),t,r,!0)}function tr(e){var t=e.length-1,r=t*x+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function ue(e){for(var t="";e--;)t+="0";return t}function rr(e,t,r,n){var i,o=new e(1),s=Math.ceil(n/x+4);for(k=!1;;){if(r%2&&(o=o.times(t),Yt(o.d,s)&&(i=!0)),r=H(r/2),r===0){r=o.d.length-1,i&&o.d[r]===0&&++o.d[r];break}t=t.times(t),Yt(t.d,s)}return k=!0,o}function zt(e){return e.d[e.d.length-1]&1}function nr(e,t,r){for(var n,i=new e(t[0]),o=0;++o<t.length;)if(n=new e(t[o]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function ft(e,t){var r,n,i,o,s,a,c,u=0,l=0,d=0,f=e.constructor,g=f.rounding,P=f.precision;if(!e.d||!e.d[0]||e.e>17)return new f(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(k=!1,c=P):c=t,a=new f(.03125);e.e>-2;)e=e.times(a),d+=5;for(n=Math.log(D(2,d))/Math.LN10*2+5|0,c+=n,r=o=s=new f(1),f.precision=c;;){if(o=w(o.times(e),c,1),r=r.times(++l),a=s.plus(V(o,r,c,1)),q(a.d).slice(0,c)===q(s.d).slice(0,c)){for(i=d;i--;)s=w(s.times(s),c,1);if(t==null)if(u<3&&Ke(s.d,c-n,g,u))f.precision=c+=10,r=o=a=new f(1),l=0,u++;else return w(s,f.precision=P,g,k=!0);else return f.precision=P,s}s=a}}function ce(e,t){var r,n,i,o,s,a,c,u,l,d,f,g=1,P=10,b=e,K=b.d,R=b.constructor,W=R.rounding,B=R.precision;if(b.s<0||!K||!K[0]||!b.e&&K[0]==1&&K.length==1)return new R(K&&!K[0]?-1/0:b.s!=1?NaN:K?0:b);if(t==null?(k=!1,l=B):l=t,R.precision=l+=P,r=q(K),n=r.charAt(0),Math.abs(o=b.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)b=b.times(e),r=q(b.d),n=r.charAt(0),g++;o=b.e,n>1?(b=new R("0."+r),o++):b=new R(n+"."+r.slice(1))}else return u=ze(R,l+2,B).times(o+""),b=ce(new R(n+"."+r.slice(1)),l-P).plus(u),R.precision=B,t==null?w(b,B,W,k=!0):b;for(d=b,c=s=b=V(b.minus(1),b.plus(1),l,1),f=w(b.times(b),l,1),i=3;;){if(s=w(s.times(f),l,1),u=c.plus(V(s,new R(i),l,1)),q(u.d).slice(0,l)===q(c.d).slice(0,l))if(c=c.times(2),o!==0&&(c=c.plus(ze(R,l+2,B).times(o+""))),c=V(c,new R(g),l,1),t==null)if(Ke(c.d,l-P,W,a))R.precision=l+=P,u=s=b=V(d.minus(1),d.plus(1),l,1),f=w(b.times(b),l,1),i=a=1;else return w(c,R.precision=B,W,k=!0);else return R.precision=B,c;c=u,i+=2}}function ir(e){return String(e.s*e.s/0)}function pt(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%x,r<0&&(n+=x),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=x;n<i;)e.d.push(+t.slice(n,n+=x));t=t.slice(n),n=x-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),k&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function Jr(e,t){var r,n,i,o,s,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),er.test(t))return pt(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(jr.test(t))r=16,t=t.toLowerCase();else if(Hr.test(t))r=2;else if(zr.test(t))r=8;else throw Error(le+t);for(o=t.search(/p/i),o>0?(c=+t.slice(o+1),t=t.substring(2,o)):t=t.slice(2),o=t.indexOf("."),s=o>=0,n=e.constructor,s&&(t=t.replace(".",""),a=t.length,o=a-o,i=rr(n,new n(r),o,o*2)),u=Ge(t,r,re),l=u.length-1,o=l;u[o]===0;--o)u.pop();return o<0?new n(e.s*0):(e.e=Ze(u,l),e.d=u,k=!1,s&&(e=V(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?D(2,c):Je.pow(2,c))),k=!0,e)}function Qr(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Se(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Xe(5,r)),t=Se(e,2,t,t);for(var i,o=new e(5),s=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(o.plus(i.times(s.times(i).minus(a))));return t}function Se(e,t,r,n,i){var o,s,a,c,u=1,l=e.precision,d=Math.ceil(l/x);for(k=!1,c=r.times(r),a=new e(n);;){if(s=V(a.times(c),new e(t++*t++),l,1),a=i?n.plus(s):n.minus(s),n=V(s.times(c),new e(t++*t++),l,1),s=a.plus(n),s.d[d]!==void 0){for(o=d;s.d[o]===a.d[o]&&o--;);if(o==-1)break}o=a,a=n,n=s,s=o,u++}return k=!0,s.d.length=d+1,s}function Xe(e,t){for(var r=e;--t;)r*=e;return r}function or(e,t){var r,n=t.s<0,i=te(e,e.precision,1),o=i.times(.5);if(t=t.abs(),t.lte(o))return se=n?4:1,t;if(r=t.divToInt(i),r.isZero())se=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(o))return se=zt(r)?n?2:3:n?4:1,t;se=zt(r)?n?1:4:n?3:2}return t.minus(i).abs()}function mt(e,t,r,n){var i,o,s,a,c,u,l,d,f,g=e.constructor,P=r!==void 0;if(P?(X(r,1,de),n===void 0?n=g.rounding:X(n,0,8)):(r=g.precision,n=g.rounding),!e.isFinite())l=ir(e);else{for(l=ne(e),s=l.indexOf("."),P?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,s>=0&&(l=l.replace(".",""),f=new g(1),f.e=l.length-s,f.d=Ge(ne(f),10,i),f.e=f.d.length),d=Ge(l,10,i),o=c=d.length;d[--c]==0;)d.pop();if(!d[0])l=P?"0p+0":"0";else{if(s<0?o--:(e=new g(e),e.d=d,e.e=o,e=V(e,f,r,n,0,i),d=e.d,o=e.e,u=Xt),s=d[r],a=i/2,u=u||d[r+1]!==void 0,u=n<4?(s!==void 0||u)&&(n===0||n===(e.s<0?3:2)):s>a||s===a&&(n===4||u||n===6&&d[r-1]&1||n===(e.s<0?8:7)),d.length=r,u)for(;++d[--r]>i-1;)d[r]=0,r||(++o,d.unshift(1));for(c=d.length;!d[c-1];--c);for(s=0,l="";s<c;s++)l+=ct.charAt(d[s]);if(P){if(c>1)if(t==16||t==8){for(s=t==16?4:3,--c;c%s;c++)l+="0";for(d=Ge(l,i,t),c=d.length;!d[c-1];--c);for(s=1,l="1.";s<c;s++)l+=ct.charAt(d[s])}else l=l.charAt(0)+"."+l.slice(1);l=l+(o<0?"p":"p+")+o}else if(o<0){for(;++o;)l="0"+l;l="0."+l}else if(++o>c)for(o-=c;o--;)l+="0";else o<c&&(l=l.slice(0,o)+"."+l.slice(o))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function Yt(e,t){if(e.length>t)return e.length=t,!0}function $r(e){return new this(e).abs()}function en(e){return new this(e).acos()}function tn(e){return new this(e).acosh()}function rn(e,t){return new this(e).plus(t)}function nn(e){return new this(e).asin()}function on(e){return new this(e).asinh()}function sn(e){return new this(e).atan()}function an(e){return new this(e).atanh()}function un(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,o=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=te(this,o,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?te(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=te(this,o,1).times(.5),r.s=e.s):t.s<0?(this.precision=o,this.rounding=1,r=this.atan(V(e,t,o,1)),t=te(this,o,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(V(e,t,o,1)),r}function cn(e){return new this(e).cbrt()}function ln(e){return w(e=new this(e),e.e+1,2)}function dn(e,t,r){return new this(e).clamp(t,r)}function fn(e){if(!e||typeof e!="object")throw Error(Ye+"Object expected");var t,r,n,i=e.defaults===!0,o=["precision",1,de,"rounding",0,8,"toExpNeg",-ke,0,"toExpPos",0,ke,"maxE",0,ke,"minE",-ke,0,"modulo",0,9];for(t=0;t<o.length;t+=3)if(r=o[t],i&&(this[r]=lt[r]),(n=e[r])!==void 0)if(H(n)===n&&n>=o[t+1]&&n<=o[t+2])this[r]=n;else throw Error(le+r+": "+n);if(r="crypto",i&&(this[r]=lt[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(Qt);else this[r]=!1;else throw Error(le+r+": "+n);return this}function pn(e){return new this(e).cos()}function mn(e){return new this(e).cosh()}function sr(e){var t,r,n;function i(o){var s,a,c,u=this;if(!(u instanceof i))return new i(o);if(u.constructor=i,Zt(o)){u.s=o.s,k?!o.d||o.e>i.maxE?(u.e=NaN,u.d=null):o.e<i.minE?(u.e=0,u.d=[0]):(u.e=o.e,u.d=o.d.slice()):(u.e=o.e,u.d=o.d?o.d.slice():o.d);return}if(c=typeof o,c==="number"){if(o===0){u.s=1/o<0?-1:1,u.e=0,u.d=[0];return}if(o<0?(o=-o,u.s=-1):u.s=1,o===~~o&&o<1e7){for(s=0,a=o;a>=10;a/=10)s++;k?s>i.maxE?(u.e=NaN,u.d=null):s<i.minE?(u.e=0,u.d=[0]):(u.e=s,u.d=[o]):(u.e=s,u.d=[o]);return}else if(o*0!==0){o||(u.s=NaN),u.e=NaN,u.d=null;return}return pt(u,o.toString())}else if(c!=="string")throw Error(le+o);return(a=o.charCodeAt(0))===45?(o=o.slice(1),u.s=-1):(a===43&&(o=o.slice(1)),u.s=1),er.test(o)?pt(u,o):Jr(u,o)}if(i.prototype=m,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=fn,i.clone=sr,i.isDecimal=Zt,i.abs=$r,i.acos=en,i.acosh=tn,i.add=rn,i.asin=nn,i.asinh=on,i.atan=sn,i.atanh=an,i.atan2=un,i.cbrt=cn,i.ceil=ln,i.clamp=dn,i.cos=pn,i.cosh=mn,i.div=gn,i.exp=yn,i.floor=hn,i.hypot=bn,i.ln=wn,i.log=Pn,i.log10=xn,i.log2=Tn,i.max=kn,i.min=Sn,i.mod=An,i.mul=Ln,i.pow=Bn,i.random=In,i.round=Rn,i.sign=Nn,i.sin=Cn,i.sinh=Kn,i.sqrt=Vn,i.sub=vn,i.sum=En,i.tan=Fn,i.tanh=_n,i.trunc=Mn,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function gn(e,t){return new this(e).div(t)}function yn(e){return new this(e).exp()}function hn(e){return w(e=new this(e),e.e+1,3)}function bn(){var e,t,r=new this(0);for(k=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return k=!0,new this(1/0);r=t}return k=!0,r.sqrt()}function Zt(e){return e instanceof Je||e&&e.toStringTag===$t||!1}function wn(e){return new this(e).ln()}function Pn(e,t){return new this(e).log(t)}function Tn(e){return new this(e).log(2)}function xn(e){return new this(e).log(10)}function kn(){return nr(this,arguments,"lt")}function Sn(){return nr(this,arguments,"gt")}function An(e,t){return new this(e).mod(t)}function Ln(e,t){return new this(e).mul(t)}function Bn(e,t){return new this(e).pow(t)}function In(e){var t,r,n,i,o=0,s=new this(1),a=[];if(e===void 0?e=this.precision:X(e,1,de),n=Math.ceil(e/x),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));o<n;)i=t[o],i>=429e7?t[o]=crypto.getRandomValues(new Uint32Array(1))[0]:a[o++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);o<n;)i=t[o]+(t[o+1]<<8)+(t[o+2]<<16)+((t[o+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,o):(a.push(i%1e7),o+=4);o=n/4}else throw Error(Qt);else for(;o<n;)a[o++]=Math.random()*1e7|0;for(n=a[--o],e%=x,n&&e&&(i=D(10,x-e),a[o]=(n/i|0)*i);a[o]===0;o--)a.pop();if(o<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=x)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<x&&(r-=x-n)}return s.e=r,s.d=a,s}function Rn(e){return w(e=new this(e),e.e+1,this.rounding)}function Nn(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function Cn(e){return new this(e).sin()}function Kn(e){return new this(e).sinh()}function Vn(e){return new this(e).sqrt()}function vn(e,t){return new this(e).sub(t)}function En(){var e=0,t=arguments,r=new this(t[e]);for(k=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return k=!0,w(r,this.precision,this.rounding)}function Fn(e){return new this(e).tan()}function _n(e){return new this(e).tanh()}function Mn(e){return w(e=new this(e),e.e+1,1)}m[Symbol.for("nodejs.util.inspect.custom")]=m.toString;m[Symbol.toStringTag]="Decimal";var Je=m.constructor=sr(lt);He=new Je(He);je=new Je(je);var $e=require("@solana/web3.js");var ar=require("@solana/spl-token"),C=require("@solana/web3.js");function p({pubkey:e,isSigner:t=!1,isWritable:r=!0}){return{pubkey:e,isWritable:r,isSigner:t}}var yt=[p({pubkey:ar.TOKEN_PROGRAM_ID,isWritable:!1}),p({pubkey:C.SystemProgram.programId,isWritable:!1}),p({pubkey:C.SYSVAR_RENT_PUBKEY,isWritable:!1})];function ur({publicKey:e,transformSol:t}){let r=cr(e.toString());if(r instanceof C.PublicKey)return t&&r.equals(ge)?gt:r;if(t&&r.toString()===ge.toBase58())return gt;if(typeof r=="string"){if(r===C.PublicKey.default.toBase58())return C.PublicKey.default;try{return new C.PublicKey(r)}catch{throw new Error("invalid public key")}}throw new Error("invalid public key")}function cr(e){try{return new C.PublicKey(e)}catch{return e}}var io=new C.PublicKey("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"),oo=new C.PublicKey("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"),ht=new C.PublicKey("SysvarRent111111111111111111111111111111111"),so=new C.PublicKey("SysvarC1ock11111111111111111111111111111111"),ao=new C.PublicKey("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"),Qe=new C.PublicKey("Sysvar1nstructions1111111111111111111111111"),uo=C.SystemProgram.programId,co=new C.PublicKey("4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"),lo=new C.PublicKey("Ea5SjE2Y6yvCeW5dYTn7PYMuW5ikXkvbGdcmSnXeaLjS"),fo=new C.PublicKey("SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt"),po=new C.PublicKey("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"),mo=new C.PublicKey("Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"),go=new C.PublicKey("mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So"),yo=new C.PublicKey("7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj"),ho=new C.PublicKey("USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX"),bo=new C.PublicKey("NRVwhjBQiUPYtfDT5zRBVJajzFQHaBUNtC7SNVvqRFa"),wo=new C.PublicKey("ANAxByE6G2WjFp7A4NqtWYXb3mgruyzZYg3spfxe6Lbo"),Po=new C.PublicKey("7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs"),gt=new C.PublicKey("So11111111111111111111111111111111111111112"),ge=C.PublicKey.default;var lr=require("@solana/web3.js"),bt=require("@solana/spl-token"),dr={chainId:101,address:lr.PublicKey.default.toBase58(),programId:bt.TOKEN_PROGRAM_ID.toBase58(),decimals:9,symbol:"SOL",name:"solana",logoURI:"https://img.raydium.io/icon/So11111111111111111111111111111111111111112.png",tags:[],priority:2,type:"raydium",extensions:{coingeckoId:"solana"}},ye={chainId:101,address:"So11111111111111111111111111111111111111112",programId:bt.TOKEN_PROGRAM_ID.toBase58(),decimals:9,symbol:"WSOL",name:"Wrapped SOL",logoURI:"https://img.raydium.io/icon/So11111111111111111111111111111111111111112.png",tags:[],priority:2,type:"raydium",extensions:{coingeckoId:"solana"}};var wt=class{constructor({mint:t,decimals:r,symbol:n,name:i,skipMint:o=!1,isToken2022:s=!1}){if(t===ge.toBase58()||t instanceof $e.PublicKey&&ge.equals(t)){this.decimals=ye.decimals,this.symbol=ye.symbol,this.name=ye.name,this.mint=new $e.PublicKey(ye.address),this.isToken2022=!1;return}this.decimals=r,this.symbol=n||t.toString().substring(0,6),this.name=i||t.toString().substring(0,6),this.mint=o?$e.PublicKey.default:ur({publicKey:t}),this.isToken2022=s}equals(t){return this===t?!0:this.mint.equals(t.mint)}},Ae=wt;Ae.WSOL=new wt($(Q({},ye),{mint:ye.address}));var ve=Z(require("big.js")),pr=Z(require("bn.js")),mr=Z(require("decimal.js-light"));var fr=Z(require("toformat")),Dn=fr.default,Ve=Dn;var et=O("module/fraction"),Pt=Ve(ve.default),Ee=Ve(mr.default),Wn={[0]:Ee.ROUND_DOWN,[1]:Ee.ROUND_HALF_UP,[2]:Ee.ROUND_UP},On={[0]:ve.default.roundDown,[1]:ve.default.roundHalfUp,[2]:ve.default.roundUp},E=class{constructor(t,r=new pr.default(1)){this.numerator=_(t),this.denominator=_(r)}get quotient(){return this.numerator.div(this.denominator)}invert(){return new E(this.denominator,this.numerator)}add(t){let r=t instanceof E?t:new E(_(t));return this.denominator.eq(r.denominator)?new E(this.numerator.add(r.numerator),this.denominator):new E(this.numerator.mul(r.denominator).add(r.numerator.mul(this.denominator)),this.denominator.mul(r.denominator))}sub(t){let r=t instanceof E?t:new E(_(t));return this.denominator.eq(r.denominator)?new E(this.numerator.sub(r.numerator),this.denominator):new E(this.numerator.mul(r.denominator).sub(r.numerator.mul(this.denominator)),this.denominator.mul(r.denominator))}mul(t){let r=t instanceof E?t:new E(_(t));return new E(this.numerator.mul(r.numerator),this.denominator.mul(r.denominator))}div(t){let r=t instanceof E?t:new E(_(t));return new E(this.numerator.mul(r.denominator),this.denominator.mul(r.numerator))}toSignificant(t,r={groupSeparator:""},n=1){Number.isInteger(t)||et.logWithError(`${t} is not an integer.`),t<=0&&et.logWithError(`${t} is not positive.`),Ee.set({precision:t+1,rounding:Wn[n]});let i=new Ee(this.numerator.toString()).div(this.denominator.toString()).toSignificantDigits(t);return i.toFormat(i.decimalPlaces(),r)}toFixed(t,r={groupSeparator:""},n=1){return Number.isInteger(t)||et.logWithError(`${t} is not an integer.`),t<0&&et.logWithError(`${t} is negative.`),Pt.DP=t,Pt.RM=On[n]||1,new Pt(this.numerator.toString()).div(this.denominator.toString()).toFormat(t,r)}isZero(){return this.numerator.isZero()}};var Do=O("Raydium_price");var Tt=class{constructor({decimals:t,symbol:r="UNKNOWN",name:n="UNKNOWN"}){this.decimals=t,this.symbol=r,this.name=n}equals(t){return this===t}},tt=Tt;tt.SOL=new Tt(dr);var gr=Z(require("big.js")),qn=Z(require("bn.js"));var Qo=O("Raydium_amount"),$o=Ve(gr.default);var yr=Z(require("bn.js"));var rs=new E(new yr.default(100));var jn=require("@solana/web3.js"),zn=Z(require("bn.js"));var Hn=new z.default(0),vs=new z.default(1),Es=new z.default(2),Fs=new z.default(3),_s=new z.default(5),Gn=new z.default(10),Ms=new z.default(100),Ds=new z.default(1e3),Ws=new z.default(1e4),Pr=9007199254740991;function _(e){let t=O("Raydium_parseBigNumberish");if(e instanceof z.default)return e;if(typeof e=="string"){if(e.match(/^-?[0-9]+$/))return new z.default(e);t.logWithError(`invalid BigNumberish string: ${e}`)}return typeof e=="number"?(e%1&&t.logWithError(`BigNumberish number underflow: ${e}`),(e>=Pr||e<=-Pr)&&t.logWithError(`BigNumberish number overflow: ${e}`),new z.default(String(e))):typeof e=="bigint"?new z.default(e.toString()):(t.error(`invalid BigNumberish value: ${e}`),new z.default(0))}var xt=require("@solana/web3.js");var L=require("@solana/web3.js"),Tr=new L.PublicKey("EhhTKczWMGQt46ynNeRX1WfeagwwJd7ufHvCDjRxjo5Q"),xr=new L.PublicKey("9KEPoZmtHUrBbhWN1v1KWLMkkvwY6WLtAVUCPRtRjP4z"),kr=new L.PublicKey("FarmqiPv5eAj3j1GMdMCMUGXqPUvmquZtMy86QH6rzhG"),Us=new L.PublicKey("CLaimxFqjHzgTJtAGHU47NPhg6qrc5sCnpC4tBLyABQS"),qs=new L.PublicKey("srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX"),Gs=new L.PublicKey("9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"),Hs=new L.PublicKey("675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"),js=new L.PublicKey("5quBtoiQqxF9Jv6KYKctB59NT3gtJD2Y65kdnB1Uev3h"),zs=new L.PublicKey("CDSr3ssLcRB6XYPJwAfFt18MZvEZp4LjHcvzBVZ45duo"),Ys=new L.PublicKey("CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK"),Zs=new L.PublicKey("routeUGWgWzqBWFcrCfv8tritsqukccJPu3q5GPP3xS"),Xs=new L.PublicKey("7YttLkHDoNj9wyDur5pM1ejNaAvT9X4eqaYcHQqtj2G5"),Js=new L.PublicKey("6FJon3QE27qgPVggARueB22hLvoh22VzJpXv4rBEoSLF"),Qs=new L.PublicKey("CC12se5To1CdEuw7fDS27B7Geo5jJyL7t5UK2B44NgiH"),$s=new L.PublicKey("9HzJyW1qZsEiSfMUf6L2jo3CcTKAyBmSyKdwQeYisHrC"),ea=new L.PublicKey("DropEU8AvevN3UrXWXTMuz3rqnMczQVNjq3kcSdW2SQi"),ta=new L.PublicKey("CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C"),ra=new L.PublicKey("GpMZbSM2GgvTKHJirzeGfMFoaZ8UR2X7F4v8vHTvxFbL"),na=new L.PublicKey("DNXgeM9EiiaAbaWvwjHj9fQQLAX5ZsfHyvmYUNRAdNC8"),Yn=new L.PublicKey("CPMDWBwJDtYax9qW7AyRuVC19Cc4L4Vcy4n2BHAbHkCW"),Zn=new L.PublicKey("7rQ1QFNosMkUCuh7Z7fPbTHvh73b68sQYdirycEzJVuw"),Xn=new L.PublicKey("G11FKBRaAkHAKuLCgLM6K6NUc9rTjPAznRCjZifrTQe2");var ia={SERUM_MARKET:L.PublicKey.default,OPENBOOK_MARKET:new L.PublicKey("EoTcMgcDRTJVZDMZWBoU6rhYHZfkNTVEAfz3uUJRcYGj"),UTIL1216:L.PublicKey.default,FarmV3:new L.PublicKey("85BFyr98MbCUU9MVTEgzx1nbhWACbJqLzho6zd6DZcWL"),FarmV5:new L.PublicKey("EcLzTrNg9V7qhcdyXDe2qjtPkiGzDM2UbdRaeaadU5r2"),FarmV6:new L.PublicKey("Farm2hJLcqPtPg8M4rR6DMrsRNc5TPm5Cs4bVQrMe2T7"),AmmV4:new L.PublicKey("HWy1jotHpo6UqeQxx49dpYYdQB8wj9Qk9MdxwjLvDHB8"),AmmStable:new L.PublicKey("DDg4VmQaJV9ogWce7LpcjBA9bv22wRp5uaTPa5pGjijF"),CLMM:new L.PublicKey("devi51mZmdwUJGU9hjN27vEz64Gps7uUefqxg27EAtH"),Router:new L.PublicKey("BVChZ3XFEwTMUk1o9i3HAf91H6mFxSwa5X2wFAWhYPhU"),CREATE_CPMM_POOL_PROGRAM:Yn,CREATE_CPMM_POOL_AUTH:Zn,CREATE_CPMM_POOL_FEE_ACC:Xn,FEE_DESTINATION_ID:new L.PublicKey("3XMrhbv989VxAMi3DErLV9eJht1pHppW5LbKxe9fkEFR")};var da=O("Raydium_farm_config"),fa=new xt.PublicKey("4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"),pa=new xt.PublicKey("FrspKwj8i3pNmKwXreTveC4fu7KL5ZbGeXdZBe2XViu1");var Fe={"Standard SPL":0,"Option tokens":1},ma={[Tr.toString()]:3,[xr.toString()]:5,[kr.toString()]:6};var kt=I([N("instruction")]),St=I([N("instruction")]),ri=I([y("rewardState"),y("rewardOpenTime"),y("rewardEndTime"),y("rewardLastUpdateTime"),y("totalReward"),y("totalRewardEmissioned"),y("rewardClaimed"),y("rewardPerSecond"),oe("accRewardPerShare"),S("rewardVault"),S("rewardMint"),S("rewardSender"),y("rewardType"),F(y(),15,"padding")]),ni=I([y("state"),y("nonce"),S("lpVault"),S("rewardVault"),S(),S(),y(),y(),y("totalReward"),oe("perShareReward"),y("lastSlot"),y("perSlotReward")]),ii=I([y("state"),y("nonce"),S("lpVault"),S("rewardVaultA"),y("totalRewardA"),oe("perShareRewardA"),y("perSlotRewardA"),N("option"),S("rewardVaultB"),pe(7),y("totalRewardB"),oe("perShareRewardB"),y("perSlotRewardB"),y("lastSlot"),S()]),oi=I([y(),y("state"),y("nonce"),y("validRewardTokenNum"),oe("rewardMultiplier"),y("rewardPeriodMax"),y("rewardPeriodMin"),y("rewardPeriodExtend"),S("lpMint"),S("lpVault"),F(ri,5,"rewardInfos"),S("creator"),S(),F(y(),32,"padding")]),Jn=new Proxy(ni,{get(e,t,r){return t==="decode"?(...n)=>{let i=e.decode(...n);return $(Q({},i),{version:3,rewardInfos:[{rewardVault:i.rewardVault,totalReward:i.totalReward,perSlotReward:i.perSlotReward,perShareReward:i.perShareReward}]})}:Reflect.get(e,t,r)}}),Qn=new Proxy(ii,{get(e,t,r){return t==="decode"?(...n)=>{let i=e.decode(...n);return $(Q({},i),{version:5,rewardInfos:[{rewardVault:i.rewardVaultA,totalReward:i.totalRewardA,perSlotReward:i.perSlotRewardA,perShareReward:i.perShareRewardA},{rewardVault:i.rewardVaultB,totalReward:i.totalRewardB,perSlotReward:i.perSlotRewardB,perShareReward:i.perShareRewardB}]})}:Reflect.get(e,t,r)}}),$n=new Proxy(oi,{get(e,t,r){return t==="decode"?(...n)=>{let i=e.decode(...n);return $(Q({},i),{version:6,rewardInfos:i.rewardInfos.map(o=>{var s;return $(Q({},o),{rewardType:((s=Object.entries(Fe).find(a=>String(a[1])===o.rewardType.toString()))!=null?s:["Standard SPL"])[0]})})})}:Reflect.get(e,t,r)}}),si=I([y("isSet"),y("rewardPerSecond"),y("rewardOpenTime"),y("rewardEndTime"),y("rewardType")]),At=I([N("instruction"),y("nonce"),F(si,5,"rewardTimeInfo")]),Lt=I([N("instruction"),y("rewardReopenTime"),y("rewardEndTime"),y("rewardPerSecond")]),Bt=I([N("instruction"),y("isSet"),y("rewardPerSecond"),y("rewardOpenTime"),y("rewardEndTime"),y("rewardType")]),Ta=I([y("state"),S("id"),S("owner"),y("deposited"),F(y(),1,"rewardDebts")])