@@ -15,10 +15,10 @@ export const events = {
15
15
}
16
16
17
17
export 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 } ) ,
22
22
collectFees : fun ( "0xc8796572" , "collectFees()" , { } , { "amount0" : p . uint128 , "amount1" : p . uint128 } ) ,
23
23
factory : viewFun ( "0xc45a0155" , "factory()" , { } , p . address ) ,
24
24
factoryRegistry : viewFun ( "0x3bf0c9fb" , "factoryRegistry()" , { } , p . address ) ,
@@ -191,17 +191,17 @@ export type SetFeeProtocolEventArgs = EParams<typeof events.SetFeeProtocol>
191
191
export type SwapEventArgs = EParams < typeof events . Swap >
192
192
193
193
/// 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)' ] >
196
196
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)' ] >
199
199
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)' ] >
202
202
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)' ] >
205
205
206
206
export type CollectFeesParams = FunctionArguments < typeof functions . collectFees >
207
207
export type CollectFeesReturn = FunctionReturn < typeof functions . collectFees >
0 commit comments