@@ -15,10 +15,10 @@ export const events = {
1515}
1616
1717export const functions = {
18- " burn(int24,int24,uint128,address)" : fun ( "0x6f89244c" , "burn(int24,int24,uint128,address)" , { "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount" : p . uint128 , "owner" : p . address } , { "amount0" : p . uint256 , "amount1" : p . uint256 } ) ,
19- " burn(int24,int24,uint128)" : fun ( "0xa34123a7" , "burn(int24,int24,uint128)" , { "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount" : p . uint128 } , { "amount0" : p . uint256 , "amount1" : p . uint256 } ) ,
20- " collect(address,int24,int24,uint128,uint128,address)" : fun ( "0x31338374" , "collect(address,int24,int24,uint128,uint128,address)" , { "recipient" : p . address , "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount0Requested" : p . uint128 , "amount1Requested" : p . uint128 , "owner" : p . address } , { "amount0" : p . uint128 , "amount1" : p . uint128 } ) ,
21- " collect(address,int24,int24,uint128,uint128)" : fun ( "0x4f1eb3d8" , "collect(address,int24,int24,uint128,uint128)" , { "recipient" : p . address , "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount0Requested" : p . uint128 , "amount1Requested" : p . uint128 } , { "amount0" : p . uint128 , "amount1" : p . uint128 } ) ,
18+ ' burn(int24,int24,uint128,address)' : fun ( "0x6f89244c" , "burn(int24,int24,uint128,address)" , { "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount" : p . uint128 , "owner" : p . address } , { "amount0" : p . uint256 , "amount1" : p . uint256 } ) ,
19+ ' burn(int24,int24,uint128)' : fun ( "0xa34123a7" , "burn(int24,int24,uint128)" , { "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount" : p . uint128 } , { "amount0" : p . uint256 , "amount1" : p . uint256 } ) ,
20+ ' collect(address,int24,int24,uint128,uint128,address)' : fun ( "0x31338374" , "collect(address,int24,int24,uint128,uint128,address)" , { "recipient" : p . address , "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount0Requested" : p . uint128 , "amount1Requested" : p . uint128 , "owner" : p . address } , { "amount0" : p . uint128 , "amount1" : p . uint128 } ) ,
21+ ' collect(address,int24,int24,uint128,uint128)' : fun ( "0x4f1eb3d8" , "collect(address,int24,int24,uint128,uint128)" , { "recipient" : p . address , "tickLower" : p . int24 , "tickUpper" : p . int24 , "amount0Requested" : p . uint128 , "amount1Requested" : p . uint128 } , { "amount0" : p . uint128 , "amount1" : p . uint128 } ) ,
2222 collectFees : fun ( "0xc8796572" , "collectFees()" , { } , { "amount0" : p . uint128 , "amount1" : p . uint128 } ) ,
2323 factory : viewFun ( "0xc45a0155" , "factory()" , { } , p . address ) ,
2424 factoryRegistry : viewFun ( "0x3bf0c9fb" , "factoryRegistry()" , { } , p . address ) ,
@@ -191,17 +191,17 @@ export type SetFeeProtocolEventArgs = EParams<typeof events.SetFeeProtocol>
191191export type SwapEventArgs = EParams < typeof events . Swap >
192192
193193/// Function types
194- export type BurnParams_0 = FunctionArguments < typeof functions [ " burn(int24,int24,uint128,address)" ] >
195- export type BurnReturn_0 = FunctionReturn < typeof functions [ " burn(int24,int24,uint128,address)" ] >
194+ export type BurnParams_0 = FunctionArguments < typeof functions [ ' burn(int24,int24,uint128,address)' ] >
195+ export type BurnReturn_0 = FunctionReturn < typeof functions [ ' burn(int24,int24,uint128,address)' ] >
196196
197- export type BurnParams_1 = FunctionArguments < typeof functions [ " burn(int24,int24,uint128)" ] >
198- export type BurnReturn_1 = FunctionReturn < typeof functions [ " burn(int24,int24,uint128)" ] >
197+ export type BurnParams_1 = FunctionArguments < typeof functions [ ' burn(int24,int24,uint128)' ] >
198+ export type BurnReturn_1 = FunctionReturn < typeof functions [ ' burn(int24,int24,uint128)' ] >
199199
200- export type CollectParams_0 = FunctionArguments < typeof functions [ " collect(address,int24,int24,uint128,uint128,address)" ] >
201- export type CollectReturn_0 = FunctionReturn < typeof functions [ " collect(address,int24,int24,uint128,uint128,address)" ] >
200+ export type CollectParams_0 = FunctionArguments < typeof functions [ ' collect(address,int24,int24,uint128,uint128,address)' ] >
201+ export type CollectReturn_0 = FunctionReturn < typeof functions [ ' collect(address,int24,int24,uint128,uint128,address)' ] >
202202
203- export type CollectParams_1 = FunctionArguments < typeof functions [ " collect(address,int24,int24,uint128,uint128)" ] >
204- export type CollectReturn_1 = FunctionReturn < typeof functions [ " collect(address,int24,int24,uint128,uint128)" ] >
203+ export type CollectParams_1 = FunctionArguments < typeof functions [ ' collect(address,int24,int24,uint128,uint128)' ] >
204+ export type CollectReturn_1 = FunctionReturn < typeof functions [ ' collect(address,int24,int24,uint128,uint128)' ] >
205205
206206export type CollectFeesParams = FunctionArguments < typeof functions . collectFees >
207207export type CollectFeesReturn = FunctionReturn < typeof functions . collectFees >
0 commit comments