sablier 3.3.2 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/abi/lockup/v2.0/SablierBatchLockup.json +126 -22
- package/abi/lockup/v3.0/SablierBatchLockup.json +22 -126
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleExecute.js +24 -0
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleExecute.js.map +1 -1
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleInstant.js +23 -0
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleInstant.js.map +1 -1
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleLL.js +23 -0
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleLL.js.map +1 -1
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleLT.js +23 -0
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleLT.js.map +1 -1
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleVCA.js +23 -0
- package/dist/cjs/evm/releases/airdrops/v3.0/abi/SablierMerkleVCA.js.map +1 -1
- package/dist/cjs/evm/releases/lockup/v2.0/abi/SablierBatchLockup.js +167 -167
- package/dist/cjs/evm/releases/lockup/v2.0/abi/SablierBatchLockup.js.map +1 -1
- package/dist/cjs/evm/releases/lockup/v3.0/abi/SablierBatchLockup.js +138 -138
- package/dist/cjs/evm/releases/lockup/v3.0/abi/SablierBatchLockup.js.map +1 -1
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleExecute.js +24 -0
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleExecute.js.map +1 -1
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleInstant.js +23 -0
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleInstant.js.map +1 -1
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleLL.js +23 -0
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleLL.js.map +1 -1
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleLT.js +23 -0
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleLT.js.map +1 -1
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleVCA.js +23 -0
- package/dist/esm/evm/releases/airdrops/v3.0/abi/SablierMerkleVCA.js.map +1 -1
- package/dist/esm/evm/releases/lockup/v2.0/abi/SablierBatchLockup.js +167 -167
- package/dist/esm/evm/releases/lockup/v2.0/abi/SablierBatchLockup.js.map +1 -1
- package/dist/esm/evm/releases/lockup/v3.0/abi/SablierBatchLockup.js +138 -138
- package/dist/esm/evm/releases/lockup/v3.0/abi/SablierBatchLockup.js.map +1 -1
- package/dist/types/evm/releases/airdrops/index.d.ts +239 -0
- package/dist/types/evm/releases/airdrops/index.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleExecute.d.ts +51 -0
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleExecute.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleInstant.d.ts +47 -0
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleInstant.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleLL.d.ts +47 -0
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleLL.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleLT.d.ts +47 -0
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleLT.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleVCA.d.ts +47 -0
- package/dist/types/evm/releases/airdrops/v3.0/abi/SablierMerkleVCA.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/abi.d.ts +239 -0
- package/dist/types/evm/releases/airdrops/v3.0/abi.d.ts.map +1 -1
- package/dist/types/evm/releases/airdrops/v3.0/index.d.ts +239 -0
- package/dist/types/evm/releases/airdrops/v3.0/index.d.ts.map +1 -1
- package/dist/types/evm/releases/lockup/index.d.ts +315 -315
- package/dist/types/evm/releases/lockup/v2.0/abi/SablierBatchLockup.d.ts +172 -172
- package/dist/types/evm/releases/lockup/v2.0/abi.d.ts +172 -172
- package/dist/types/evm/releases/lockup/v2.0/index.d.ts +172 -172
- package/dist/types/evm/releases/lockup/v3.0/abi/SablierBatchLockup.d.ts +143 -143
- package/dist/types/evm/releases/lockup/v3.0/abi.d.ts +143 -143
- package/dist/types/evm/releases/lockup/v3.0/index.d.ts +143 -143
- package/package.json +1 -1
- package/abi/comptroller/ERC1967.json +0 -31
|
@@ -2093,521 +2093,521 @@ export declare const release: Sablier.Release.Standard<{
|
|
|
2093
2093
|
readonly type: "function";
|
|
2094
2094
|
}];
|
|
2095
2095
|
readonly SablierBatchLockup: readonly [{
|
|
2096
|
+
readonly type: "function";
|
|
2097
|
+
readonly name: "createWithDurationsLD";
|
|
2096
2098
|
readonly inputs: readonly [{
|
|
2097
|
-
readonly internalType: "contract ISablierLockup";
|
|
2098
2099
|
readonly name: "lockup";
|
|
2099
2100
|
readonly type: "address";
|
|
2101
|
+
readonly internalType: "contract ISablierLockup";
|
|
2100
2102
|
}, {
|
|
2101
|
-
readonly internalType: "contract IERC20";
|
|
2102
2103
|
readonly name: "token";
|
|
2103
2104
|
readonly type: "address";
|
|
2105
|
+
readonly internalType: "contract IERC20";
|
|
2104
2106
|
}, {
|
|
2107
|
+
readonly name: "batch";
|
|
2108
|
+
readonly type: "tuple[]";
|
|
2109
|
+
readonly internalType: "struct BatchLockup.CreateWithDurationsLD[]";
|
|
2105
2110
|
readonly components: readonly [{
|
|
2106
|
-
readonly internalType: "address";
|
|
2107
2111
|
readonly name: "sender";
|
|
2108
2112
|
readonly type: "address";
|
|
2109
|
-
}, {
|
|
2110
2113
|
readonly internalType: "address";
|
|
2114
|
+
}, {
|
|
2111
2115
|
readonly name: "recipient";
|
|
2112
2116
|
readonly type: "address";
|
|
2117
|
+
readonly internalType: "address";
|
|
2113
2118
|
}, {
|
|
2114
|
-
readonly internalType: "uint128";
|
|
2115
2119
|
readonly name: "totalAmount";
|
|
2116
2120
|
readonly type: "uint128";
|
|
2121
|
+
readonly internalType: "uint128";
|
|
2117
2122
|
}, {
|
|
2118
|
-
readonly internalType: "bool";
|
|
2119
2123
|
readonly name: "cancelable";
|
|
2120
2124
|
readonly type: "bool";
|
|
2121
|
-
}, {
|
|
2122
2125
|
readonly internalType: "bool";
|
|
2126
|
+
}, {
|
|
2123
2127
|
readonly name: "transferable";
|
|
2124
2128
|
readonly type: "bool";
|
|
2129
|
+
readonly internalType: "bool";
|
|
2125
2130
|
}, {
|
|
2131
|
+
readonly name: "segmentsWithDuration";
|
|
2132
|
+
readonly type: "tuple[]";
|
|
2133
|
+
readonly internalType: "struct LockupDynamic.SegmentWithDuration[]";
|
|
2126
2134
|
readonly components: readonly [{
|
|
2127
|
-
readonly internalType: "uint128";
|
|
2128
2135
|
readonly name: "amount";
|
|
2129
2136
|
readonly type: "uint128";
|
|
2137
|
+
readonly internalType: "uint128";
|
|
2130
2138
|
}, {
|
|
2131
|
-
readonly internalType: "UD2x18";
|
|
2132
2139
|
readonly name: "exponent";
|
|
2133
2140
|
readonly type: "uint64";
|
|
2141
|
+
readonly internalType: "UD2x18";
|
|
2134
2142
|
}, {
|
|
2135
|
-
readonly internalType: "uint40";
|
|
2136
2143
|
readonly name: "duration";
|
|
2137
2144
|
readonly type: "uint40";
|
|
2145
|
+
readonly internalType: "uint40";
|
|
2138
2146
|
}];
|
|
2139
|
-
readonly internalType: "struct LockupDynamic.SegmentWithDuration[]";
|
|
2140
|
-
readonly name: "segmentsWithDuration";
|
|
2141
|
-
readonly type: "tuple[]";
|
|
2142
2147
|
}, {
|
|
2143
|
-
readonly internalType: "string";
|
|
2144
2148
|
readonly name: "shape";
|
|
2145
2149
|
readonly type: "string";
|
|
2150
|
+
readonly internalType: "string";
|
|
2146
2151
|
}, {
|
|
2152
|
+
readonly name: "broker";
|
|
2153
|
+
readonly type: "tuple";
|
|
2154
|
+
readonly internalType: "struct Broker";
|
|
2147
2155
|
readonly components: readonly [{
|
|
2148
|
-
readonly internalType: "address";
|
|
2149
2156
|
readonly name: "account";
|
|
2150
2157
|
readonly type: "address";
|
|
2158
|
+
readonly internalType: "address";
|
|
2151
2159
|
}, {
|
|
2152
|
-
readonly internalType: "UD60x18";
|
|
2153
2160
|
readonly name: "fee";
|
|
2154
2161
|
readonly type: "uint256";
|
|
2162
|
+
readonly internalType: "UD60x18";
|
|
2155
2163
|
}];
|
|
2156
|
-
readonly internalType: "struct Broker";
|
|
2157
|
-
readonly name: "broker";
|
|
2158
|
-
readonly type: "tuple";
|
|
2159
2164
|
}];
|
|
2160
|
-
readonly internalType: "struct BatchLockup.CreateWithDurationsLD[]";
|
|
2161
|
-
readonly name: "batch";
|
|
2162
|
-
readonly type: "tuple[]";
|
|
2163
2165
|
}];
|
|
2164
|
-
readonly name: "createWithDurationsLD";
|
|
2165
2166
|
readonly outputs: readonly [{
|
|
2166
|
-
readonly internalType: "uint256[]";
|
|
2167
2167
|
readonly name: "streamIds";
|
|
2168
2168
|
readonly type: "uint256[]";
|
|
2169
|
+
readonly internalType: "uint256[]";
|
|
2169
2170
|
}];
|
|
2170
2171
|
readonly stateMutability: "nonpayable";
|
|
2171
|
-
readonly type: "function";
|
|
2172
2172
|
}, {
|
|
2173
|
+
readonly type: "function";
|
|
2174
|
+
readonly name: "createWithDurationsLL";
|
|
2173
2175
|
readonly inputs: readonly [{
|
|
2174
|
-
readonly internalType: "contract ISablierLockup";
|
|
2175
2176
|
readonly name: "lockup";
|
|
2176
2177
|
readonly type: "address";
|
|
2178
|
+
readonly internalType: "contract ISablierLockup";
|
|
2177
2179
|
}, {
|
|
2178
|
-
readonly internalType: "contract IERC20";
|
|
2179
2180
|
readonly name: "token";
|
|
2180
2181
|
readonly type: "address";
|
|
2182
|
+
readonly internalType: "contract IERC20";
|
|
2181
2183
|
}, {
|
|
2184
|
+
readonly name: "batch";
|
|
2185
|
+
readonly type: "tuple[]";
|
|
2186
|
+
readonly internalType: "struct BatchLockup.CreateWithDurationsLL[]";
|
|
2182
2187
|
readonly components: readonly [{
|
|
2183
|
-
readonly internalType: "address";
|
|
2184
2188
|
readonly name: "sender";
|
|
2185
2189
|
readonly type: "address";
|
|
2186
|
-
}, {
|
|
2187
2190
|
readonly internalType: "address";
|
|
2191
|
+
}, {
|
|
2188
2192
|
readonly name: "recipient";
|
|
2189
2193
|
readonly type: "address";
|
|
2194
|
+
readonly internalType: "address";
|
|
2190
2195
|
}, {
|
|
2191
|
-
readonly internalType: "uint128";
|
|
2192
2196
|
readonly name: "totalAmount";
|
|
2193
2197
|
readonly type: "uint128";
|
|
2198
|
+
readonly internalType: "uint128";
|
|
2194
2199
|
}, {
|
|
2195
|
-
readonly internalType: "bool";
|
|
2196
2200
|
readonly name: "cancelable";
|
|
2197
2201
|
readonly type: "bool";
|
|
2198
|
-
}, {
|
|
2199
2202
|
readonly internalType: "bool";
|
|
2203
|
+
}, {
|
|
2200
2204
|
readonly name: "transferable";
|
|
2201
2205
|
readonly type: "bool";
|
|
2206
|
+
readonly internalType: "bool";
|
|
2202
2207
|
}, {
|
|
2208
|
+
readonly name: "durations";
|
|
2209
|
+
readonly type: "tuple";
|
|
2210
|
+
readonly internalType: "struct LockupLinear.Durations";
|
|
2203
2211
|
readonly components: readonly [{
|
|
2204
|
-
readonly internalType: "uint40";
|
|
2205
2212
|
readonly name: "cliff";
|
|
2206
2213
|
readonly type: "uint40";
|
|
2207
|
-
}, {
|
|
2208
2214
|
readonly internalType: "uint40";
|
|
2215
|
+
}, {
|
|
2209
2216
|
readonly name: "total";
|
|
2210
2217
|
readonly type: "uint40";
|
|
2218
|
+
readonly internalType: "uint40";
|
|
2211
2219
|
}];
|
|
2212
|
-
readonly internalType: "struct LockupLinear.Durations";
|
|
2213
|
-
readonly name: "durations";
|
|
2214
|
-
readonly type: "tuple";
|
|
2215
2220
|
}, {
|
|
2221
|
+
readonly name: "unlockAmounts";
|
|
2222
|
+
readonly type: "tuple";
|
|
2223
|
+
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2216
2224
|
readonly components: readonly [{
|
|
2217
|
-
readonly internalType: "uint128";
|
|
2218
2225
|
readonly name: "start";
|
|
2219
2226
|
readonly type: "uint128";
|
|
2220
|
-
}, {
|
|
2221
2227
|
readonly internalType: "uint128";
|
|
2228
|
+
}, {
|
|
2222
2229
|
readonly name: "cliff";
|
|
2223
2230
|
readonly type: "uint128";
|
|
2231
|
+
readonly internalType: "uint128";
|
|
2224
2232
|
}];
|
|
2225
|
-
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2226
|
-
readonly name: "unlockAmounts";
|
|
2227
|
-
readonly type: "tuple";
|
|
2228
2233
|
}, {
|
|
2229
|
-
readonly internalType: "string";
|
|
2230
2234
|
readonly name: "shape";
|
|
2231
2235
|
readonly type: "string";
|
|
2236
|
+
readonly internalType: "string";
|
|
2232
2237
|
}, {
|
|
2238
|
+
readonly name: "broker";
|
|
2239
|
+
readonly type: "tuple";
|
|
2240
|
+
readonly internalType: "struct Broker";
|
|
2233
2241
|
readonly components: readonly [{
|
|
2234
|
-
readonly internalType: "address";
|
|
2235
2242
|
readonly name: "account";
|
|
2236
2243
|
readonly type: "address";
|
|
2244
|
+
readonly internalType: "address";
|
|
2237
2245
|
}, {
|
|
2238
|
-
readonly internalType: "UD60x18";
|
|
2239
2246
|
readonly name: "fee";
|
|
2240
2247
|
readonly type: "uint256";
|
|
2248
|
+
readonly internalType: "UD60x18";
|
|
2241
2249
|
}];
|
|
2242
|
-
readonly internalType: "struct Broker";
|
|
2243
|
-
readonly name: "broker";
|
|
2244
|
-
readonly type: "tuple";
|
|
2245
2250
|
}];
|
|
2246
|
-
readonly internalType: "struct BatchLockup.CreateWithDurationsLL[]";
|
|
2247
|
-
readonly name: "batch";
|
|
2248
|
-
readonly type: "tuple[]";
|
|
2249
2251
|
}];
|
|
2250
|
-
readonly name: "createWithDurationsLL";
|
|
2251
2252
|
readonly outputs: readonly [{
|
|
2252
|
-
readonly internalType: "uint256[]";
|
|
2253
2253
|
readonly name: "streamIds";
|
|
2254
2254
|
readonly type: "uint256[]";
|
|
2255
|
+
readonly internalType: "uint256[]";
|
|
2255
2256
|
}];
|
|
2256
2257
|
readonly stateMutability: "nonpayable";
|
|
2257
|
-
readonly type: "function";
|
|
2258
2258
|
}, {
|
|
2259
|
+
readonly type: "function";
|
|
2260
|
+
readonly name: "createWithDurationsLT";
|
|
2259
2261
|
readonly inputs: readonly [{
|
|
2260
|
-
readonly internalType: "contract ISablierLockup";
|
|
2261
2262
|
readonly name: "lockup";
|
|
2262
2263
|
readonly type: "address";
|
|
2264
|
+
readonly internalType: "contract ISablierLockup";
|
|
2263
2265
|
}, {
|
|
2264
|
-
readonly internalType: "contract IERC20";
|
|
2265
2266
|
readonly name: "token";
|
|
2266
2267
|
readonly type: "address";
|
|
2268
|
+
readonly internalType: "contract IERC20";
|
|
2267
2269
|
}, {
|
|
2270
|
+
readonly name: "batch";
|
|
2271
|
+
readonly type: "tuple[]";
|
|
2272
|
+
readonly internalType: "struct BatchLockup.CreateWithDurationsLT[]";
|
|
2268
2273
|
readonly components: readonly [{
|
|
2269
|
-
readonly internalType: "address";
|
|
2270
2274
|
readonly name: "sender";
|
|
2271
2275
|
readonly type: "address";
|
|
2272
|
-
}, {
|
|
2273
2276
|
readonly internalType: "address";
|
|
2277
|
+
}, {
|
|
2274
2278
|
readonly name: "recipient";
|
|
2275
2279
|
readonly type: "address";
|
|
2280
|
+
readonly internalType: "address";
|
|
2276
2281
|
}, {
|
|
2277
|
-
readonly internalType: "uint128";
|
|
2278
2282
|
readonly name: "totalAmount";
|
|
2279
2283
|
readonly type: "uint128";
|
|
2284
|
+
readonly internalType: "uint128";
|
|
2280
2285
|
}, {
|
|
2281
|
-
readonly internalType: "bool";
|
|
2282
2286
|
readonly name: "cancelable";
|
|
2283
2287
|
readonly type: "bool";
|
|
2284
|
-
}, {
|
|
2285
2288
|
readonly internalType: "bool";
|
|
2289
|
+
}, {
|
|
2286
2290
|
readonly name: "transferable";
|
|
2287
2291
|
readonly type: "bool";
|
|
2292
|
+
readonly internalType: "bool";
|
|
2288
2293
|
}, {
|
|
2294
|
+
readonly name: "tranchesWithDuration";
|
|
2295
|
+
readonly type: "tuple[]";
|
|
2296
|
+
readonly internalType: "struct LockupTranched.TrancheWithDuration[]";
|
|
2289
2297
|
readonly components: readonly [{
|
|
2290
|
-
readonly internalType: "uint128";
|
|
2291
2298
|
readonly name: "amount";
|
|
2292
2299
|
readonly type: "uint128";
|
|
2300
|
+
readonly internalType: "uint128";
|
|
2293
2301
|
}, {
|
|
2294
|
-
readonly internalType: "uint40";
|
|
2295
2302
|
readonly name: "duration";
|
|
2296
2303
|
readonly type: "uint40";
|
|
2304
|
+
readonly internalType: "uint40";
|
|
2297
2305
|
}];
|
|
2298
|
-
readonly internalType: "struct LockupTranched.TrancheWithDuration[]";
|
|
2299
|
-
readonly name: "tranchesWithDuration";
|
|
2300
|
-
readonly type: "tuple[]";
|
|
2301
2306
|
}, {
|
|
2302
|
-
readonly internalType: "string";
|
|
2303
2307
|
readonly name: "shape";
|
|
2304
2308
|
readonly type: "string";
|
|
2309
|
+
readonly internalType: "string";
|
|
2305
2310
|
}, {
|
|
2311
|
+
readonly name: "broker";
|
|
2312
|
+
readonly type: "tuple";
|
|
2313
|
+
readonly internalType: "struct Broker";
|
|
2306
2314
|
readonly components: readonly [{
|
|
2307
|
-
readonly internalType: "address";
|
|
2308
2315
|
readonly name: "account";
|
|
2309
2316
|
readonly type: "address";
|
|
2317
|
+
readonly internalType: "address";
|
|
2310
2318
|
}, {
|
|
2311
|
-
readonly internalType: "UD60x18";
|
|
2312
2319
|
readonly name: "fee";
|
|
2313
2320
|
readonly type: "uint256";
|
|
2321
|
+
readonly internalType: "UD60x18";
|
|
2314
2322
|
}];
|
|
2315
|
-
readonly internalType: "struct Broker";
|
|
2316
|
-
readonly name: "broker";
|
|
2317
|
-
readonly type: "tuple";
|
|
2318
2323
|
}];
|
|
2319
|
-
readonly internalType: "struct BatchLockup.CreateWithDurationsLT[]";
|
|
2320
|
-
readonly name: "batch";
|
|
2321
|
-
readonly type: "tuple[]";
|
|
2322
2324
|
}];
|
|
2323
|
-
readonly name: "createWithDurationsLT";
|
|
2324
2325
|
readonly outputs: readonly [{
|
|
2325
|
-
readonly internalType: "uint256[]";
|
|
2326
2326
|
readonly name: "streamIds";
|
|
2327
2327
|
readonly type: "uint256[]";
|
|
2328
|
+
readonly internalType: "uint256[]";
|
|
2328
2329
|
}];
|
|
2329
2330
|
readonly stateMutability: "nonpayable";
|
|
2330
|
-
readonly type: "function";
|
|
2331
2331
|
}, {
|
|
2332
|
+
readonly type: "function";
|
|
2333
|
+
readonly name: "createWithTimestampsLD";
|
|
2332
2334
|
readonly inputs: readonly [{
|
|
2333
|
-
readonly internalType: "contract ISablierLockup";
|
|
2334
2335
|
readonly name: "lockup";
|
|
2335
2336
|
readonly type: "address";
|
|
2337
|
+
readonly internalType: "contract ISablierLockup";
|
|
2336
2338
|
}, {
|
|
2337
|
-
readonly internalType: "contract IERC20";
|
|
2338
2339
|
readonly name: "token";
|
|
2339
2340
|
readonly type: "address";
|
|
2341
|
+
readonly internalType: "contract IERC20";
|
|
2340
2342
|
}, {
|
|
2343
|
+
readonly name: "batch";
|
|
2344
|
+
readonly type: "tuple[]";
|
|
2345
|
+
readonly internalType: "struct BatchLockup.CreateWithTimestampsLD[]";
|
|
2341
2346
|
readonly components: readonly [{
|
|
2342
|
-
readonly internalType: "address";
|
|
2343
2347
|
readonly name: "sender";
|
|
2344
2348
|
readonly type: "address";
|
|
2345
|
-
}, {
|
|
2346
2349
|
readonly internalType: "address";
|
|
2350
|
+
}, {
|
|
2347
2351
|
readonly name: "recipient";
|
|
2348
2352
|
readonly type: "address";
|
|
2353
|
+
readonly internalType: "address";
|
|
2349
2354
|
}, {
|
|
2350
|
-
readonly internalType: "uint128";
|
|
2351
2355
|
readonly name: "totalAmount";
|
|
2352
2356
|
readonly type: "uint128";
|
|
2357
|
+
readonly internalType: "uint128";
|
|
2353
2358
|
}, {
|
|
2354
|
-
readonly internalType: "bool";
|
|
2355
2359
|
readonly name: "cancelable";
|
|
2356
2360
|
readonly type: "bool";
|
|
2357
|
-
}, {
|
|
2358
2361
|
readonly internalType: "bool";
|
|
2362
|
+
}, {
|
|
2359
2363
|
readonly name: "transferable";
|
|
2360
2364
|
readonly type: "bool";
|
|
2365
|
+
readonly internalType: "bool";
|
|
2361
2366
|
}, {
|
|
2362
|
-
readonly internalType: "uint40";
|
|
2363
2367
|
readonly name: "startTime";
|
|
2364
2368
|
readonly type: "uint40";
|
|
2369
|
+
readonly internalType: "uint40";
|
|
2365
2370
|
}, {
|
|
2371
|
+
readonly name: "segments";
|
|
2372
|
+
readonly type: "tuple[]";
|
|
2373
|
+
readonly internalType: "struct LockupDynamic.Segment[]";
|
|
2366
2374
|
readonly components: readonly [{
|
|
2367
|
-
readonly internalType: "uint128";
|
|
2368
2375
|
readonly name: "amount";
|
|
2369
2376
|
readonly type: "uint128";
|
|
2377
|
+
readonly internalType: "uint128";
|
|
2370
2378
|
}, {
|
|
2371
|
-
readonly internalType: "UD2x18";
|
|
2372
2379
|
readonly name: "exponent";
|
|
2373
2380
|
readonly type: "uint64";
|
|
2381
|
+
readonly internalType: "UD2x18";
|
|
2374
2382
|
}, {
|
|
2375
|
-
readonly internalType: "uint40";
|
|
2376
2383
|
readonly name: "timestamp";
|
|
2377
2384
|
readonly type: "uint40";
|
|
2385
|
+
readonly internalType: "uint40";
|
|
2378
2386
|
}];
|
|
2379
|
-
readonly internalType: "struct LockupDynamic.Segment[]";
|
|
2380
|
-
readonly name: "segments";
|
|
2381
|
-
readonly type: "tuple[]";
|
|
2382
2387
|
}, {
|
|
2383
|
-
readonly internalType: "string";
|
|
2384
2388
|
readonly name: "shape";
|
|
2385
2389
|
readonly type: "string";
|
|
2390
|
+
readonly internalType: "string";
|
|
2386
2391
|
}, {
|
|
2392
|
+
readonly name: "broker";
|
|
2393
|
+
readonly type: "tuple";
|
|
2394
|
+
readonly internalType: "struct Broker";
|
|
2387
2395
|
readonly components: readonly [{
|
|
2388
|
-
readonly internalType: "address";
|
|
2389
2396
|
readonly name: "account";
|
|
2390
2397
|
readonly type: "address";
|
|
2398
|
+
readonly internalType: "address";
|
|
2391
2399
|
}, {
|
|
2392
|
-
readonly internalType: "UD60x18";
|
|
2393
2400
|
readonly name: "fee";
|
|
2394
2401
|
readonly type: "uint256";
|
|
2402
|
+
readonly internalType: "UD60x18";
|
|
2395
2403
|
}];
|
|
2396
|
-
readonly internalType: "struct Broker";
|
|
2397
|
-
readonly name: "broker";
|
|
2398
|
-
readonly type: "tuple";
|
|
2399
2404
|
}];
|
|
2400
|
-
readonly internalType: "struct BatchLockup.CreateWithTimestampsLD[]";
|
|
2401
|
-
readonly name: "batch";
|
|
2402
|
-
readonly type: "tuple[]";
|
|
2403
2405
|
}];
|
|
2404
|
-
readonly name: "createWithTimestampsLD";
|
|
2405
2406
|
readonly outputs: readonly [{
|
|
2406
|
-
readonly internalType: "uint256[]";
|
|
2407
2407
|
readonly name: "streamIds";
|
|
2408
2408
|
readonly type: "uint256[]";
|
|
2409
|
+
readonly internalType: "uint256[]";
|
|
2409
2410
|
}];
|
|
2410
2411
|
readonly stateMutability: "nonpayable";
|
|
2411
|
-
readonly type: "function";
|
|
2412
2412
|
}, {
|
|
2413
|
+
readonly type: "function";
|
|
2414
|
+
readonly name: "createWithTimestampsLL";
|
|
2413
2415
|
readonly inputs: readonly [{
|
|
2414
|
-
readonly internalType: "contract ISablierLockup";
|
|
2415
2416
|
readonly name: "lockup";
|
|
2416
2417
|
readonly type: "address";
|
|
2418
|
+
readonly internalType: "contract ISablierLockup";
|
|
2417
2419
|
}, {
|
|
2418
|
-
readonly internalType: "contract IERC20";
|
|
2419
2420
|
readonly name: "token";
|
|
2420
2421
|
readonly type: "address";
|
|
2422
|
+
readonly internalType: "contract IERC20";
|
|
2421
2423
|
}, {
|
|
2424
|
+
readonly name: "batch";
|
|
2425
|
+
readonly type: "tuple[]";
|
|
2426
|
+
readonly internalType: "struct BatchLockup.CreateWithTimestampsLL[]";
|
|
2422
2427
|
readonly components: readonly [{
|
|
2423
|
-
readonly internalType: "address";
|
|
2424
2428
|
readonly name: "sender";
|
|
2425
2429
|
readonly type: "address";
|
|
2426
|
-
}, {
|
|
2427
2430
|
readonly internalType: "address";
|
|
2431
|
+
}, {
|
|
2428
2432
|
readonly name: "recipient";
|
|
2429
2433
|
readonly type: "address";
|
|
2434
|
+
readonly internalType: "address";
|
|
2430
2435
|
}, {
|
|
2431
|
-
readonly internalType: "uint128";
|
|
2432
2436
|
readonly name: "totalAmount";
|
|
2433
2437
|
readonly type: "uint128";
|
|
2438
|
+
readonly internalType: "uint128";
|
|
2434
2439
|
}, {
|
|
2435
|
-
readonly internalType: "bool";
|
|
2436
2440
|
readonly name: "cancelable";
|
|
2437
2441
|
readonly type: "bool";
|
|
2438
|
-
}, {
|
|
2439
2442
|
readonly internalType: "bool";
|
|
2443
|
+
}, {
|
|
2440
2444
|
readonly name: "transferable";
|
|
2441
2445
|
readonly type: "bool";
|
|
2446
|
+
readonly internalType: "bool";
|
|
2442
2447
|
}, {
|
|
2448
|
+
readonly name: "timestamps";
|
|
2449
|
+
readonly type: "tuple";
|
|
2450
|
+
readonly internalType: "struct Lockup.Timestamps";
|
|
2443
2451
|
readonly components: readonly [{
|
|
2444
|
-
readonly internalType: "uint40";
|
|
2445
2452
|
readonly name: "start";
|
|
2446
2453
|
readonly type: "uint40";
|
|
2447
|
-
}, {
|
|
2448
2454
|
readonly internalType: "uint40";
|
|
2455
|
+
}, {
|
|
2449
2456
|
readonly name: "end";
|
|
2450
2457
|
readonly type: "uint40";
|
|
2458
|
+
readonly internalType: "uint40";
|
|
2451
2459
|
}];
|
|
2452
|
-
readonly internalType: "struct Lockup.Timestamps";
|
|
2453
|
-
readonly name: "timestamps";
|
|
2454
|
-
readonly type: "tuple";
|
|
2455
2460
|
}, {
|
|
2456
|
-
readonly internalType: "uint40";
|
|
2457
2461
|
readonly name: "cliffTime";
|
|
2458
2462
|
readonly type: "uint40";
|
|
2463
|
+
readonly internalType: "uint40";
|
|
2459
2464
|
}, {
|
|
2465
|
+
readonly name: "unlockAmounts";
|
|
2466
|
+
readonly type: "tuple";
|
|
2467
|
+
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2460
2468
|
readonly components: readonly [{
|
|
2461
|
-
readonly internalType: "uint128";
|
|
2462
2469
|
readonly name: "start";
|
|
2463
2470
|
readonly type: "uint128";
|
|
2464
|
-
}, {
|
|
2465
2471
|
readonly internalType: "uint128";
|
|
2472
|
+
}, {
|
|
2466
2473
|
readonly name: "cliff";
|
|
2467
2474
|
readonly type: "uint128";
|
|
2475
|
+
readonly internalType: "uint128";
|
|
2468
2476
|
}];
|
|
2469
|
-
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2470
|
-
readonly name: "unlockAmounts";
|
|
2471
|
-
readonly type: "tuple";
|
|
2472
2477
|
}, {
|
|
2473
|
-
readonly internalType: "string";
|
|
2474
2478
|
readonly name: "shape";
|
|
2475
2479
|
readonly type: "string";
|
|
2480
|
+
readonly internalType: "string";
|
|
2476
2481
|
}, {
|
|
2482
|
+
readonly name: "broker";
|
|
2483
|
+
readonly type: "tuple";
|
|
2484
|
+
readonly internalType: "struct Broker";
|
|
2477
2485
|
readonly components: readonly [{
|
|
2478
|
-
readonly internalType: "address";
|
|
2479
2486
|
readonly name: "account";
|
|
2480
2487
|
readonly type: "address";
|
|
2488
|
+
readonly internalType: "address";
|
|
2481
2489
|
}, {
|
|
2482
|
-
readonly internalType: "UD60x18";
|
|
2483
2490
|
readonly name: "fee";
|
|
2484
2491
|
readonly type: "uint256";
|
|
2492
|
+
readonly internalType: "UD60x18";
|
|
2485
2493
|
}];
|
|
2486
|
-
readonly internalType: "struct Broker";
|
|
2487
|
-
readonly name: "broker";
|
|
2488
|
-
readonly type: "tuple";
|
|
2489
2494
|
}];
|
|
2490
|
-
readonly internalType: "struct BatchLockup.CreateWithTimestampsLL[]";
|
|
2491
|
-
readonly name: "batch";
|
|
2492
|
-
readonly type: "tuple[]";
|
|
2493
2495
|
}];
|
|
2494
|
-
readonly name: "createWithTimestampsLL";
|
|
2495
2496
|
readonly outputs: readonly [{
|
|
2496
|
-
readonly internalType: "uint256[]";
|
|
2497
2497
|
readonly name: "streamIds";
|
|
2498
2498
|
readonly type: "uint256[]";
|
|
2499
|
+
readonly internalType: "uint256[]";
|
|
2499
2500
|
}];
|
|
2500
2501
|
readonly stateMutability: "nonpayable";
|
|
2501
|
-
readonly type: "function";
|
|
2502
2502
|
}, {
|
|
2503
|
+
readonly type: "function";
|
|
2504
|
+
readonly name: "createWithTimestampsLT";
|
|
2503
2505
|
readonly inputs: readonly [{
|
|
2504
|
-
readonly internalType: "contract ISablierLockup";
|
|
2505
2506
|
readonly name: "lockup";
|
|
2506
2507
|
readonly type: "address";
|
|
2508
|
+
readonly internalType: "contract ISablierLockup";
|
|
2507
2509
|
}, {
|
|
2508
|
-
readonly internalType: "contract IERC20";
|
|
2509
2510
|
readonly name: "token";
|
|
2510
2511
|
readonly type: "address";
|
|
2512
|
+
readonly internalType: "contract IERC20";
|
|
2511
2513
|
}, {
|
|
2514
|
+
readonly name: "batch";
|
|
2515
|
+
readonly type: "tuple[]";
|
|
2516
|
+
readonly internalType: "struct BatchLockup.CreateWithTimestampsLT[]";
|
|
2512
2517
|
readonly components: readonly [{
|
|
2513
|
-
readonly internalType: "address";
|
|
2514
2518
|
readonly name: "sender";
|
|
2515
2519
|
readonly type: "address";
|
|
2516
|
-
}, {
|
|
2517
2520
|
readonly internalType: "address";
|
|
2521
|
+
}, {
|
|
2518
2522
|
readonly name: "recipient";
|
|
2519
2523
|
readonly type: "address";
|
|
2524
|
+
readonly internalType: "address";
|
|
2520
2525
|
}, {
|
|
2521
|
-
readonly internalType: "uint128";
|
|
2522
2526
|
readonly name: "totalAmount";
|
|
2523
2527
|
readonly type: "uint128";
|
|
2528
|
+
readonly internalType: "uint128";
|
|
2524
2529
|
}, {
|
|
2525
|
-
readonly internalType: "bool";
|
|
2526
2530
|
readonly name: "cancelable";
|
|
2527
2531
|
readonly type: "bool";
|
|
2528
|
-
}, {
|
|
2529
2532
|
readonly internalType: "bool";
|
|
2533
|
+
}, {
|
|
2530
2534
|
readonly name: "transferable";
|
|
2531
2535
|
readonly type: "bool";
|
|
2536
|
+
readonly internalType: "bool";
|
|
2532
2537
|
}, {
|
|
2533
|
-
readonly internalType: "uint40";
|
|
2534
2538
|
readonly name: "startTime";
|
|
2535
2539
|
readonly type: "uint40";
|
|
2540
|
+
readonly internalType: "uint40";
|
|
2536
2541
|
}, {
|
|
2542
|
+
readonly name: "tranches";
|
|
2543
|
+
readonly type: "tuple[]";
|
|
2544
|
+
readonly internalType: "struct LockupTranched.Tranche[]";
|
|
2537
2545
|
readonly components: readonly [{
|
|
2538
|
-
readonly internalType: "uint128";
|
|
2539
2546
|
readonly name: "amount";
|
|
2540
2547
|
readonly type: "uint128";
|
|
2548
|
+
readonly internalType: "uint128";
|
|
2541
2549
|
}, {
|
|
2542
|
-
readonly internalType: "uint40";
|
|
2543
2550
|
readonly name: "timestamp";
|
|
2544
2551
|
readonly type: "uint40";
|
|
2552
|
+
readonly internalType: "uint40";
|
|
2545
2553
|
}];
|
|
2546
|
-
readonly internalType: "struct LockupTranched.Tranche[]";
|
|
2547
|
-
readonly name: "tranches";
|
|
2548
|
-
readonly type: "tuple[]";
|
|
2549
2554
|
}, {
|
|
2550
|
-
readonly internalType: "string";
|
|
2551
2555
|
readonly name: "shape";
|
|
2552
2556
|
readonly type: "string";
|
|
2557
|
+
readonly internalType: "string";
|
|
2553
2558
|
}, {
|
|
2559
|
+
readonly name: "broker";
|
|
2560
|
+
readonly type: "tuple";
|
|
2561
|
+
readonly internalType: "struct Broker";
|
|
2554
2562
|
readonly components: readonly [{
|
|
2555
|
-
readonly internalType: "address";
|
|
2556
2563
|
readonly name: "account";
|
|
2557
2564
|
readonly type: "address";
|
|
2565
|
+
readonly internalType: "address";
|
|
2558
2566
|
}, {
|
|
2559
|
-
readonly internalType: "UD60x18";
|
|
2560
2567
|
readonly name: "fee";
|
|
2561
2568
|
readonly type: "uint256";
|
|
2569
|
+
readonly internalType: "UD60x18";
|
|
2562
2570
|
}];
|
|
2563
|
-
readonly internalType: "struct Broker";
|
|
2564
|
-
readonly name: "broker";
|
|
2565
|
-
readonly type: "tuple";
|
|
2566
2571
|
}];
|
|
2567
|
-
readonly internalType: "struct BatchLockup.CreateWithTimestampsLT[]";
|
|
2568
|
-
readonly name: "batch";
|
|
2569
|
-
readonly type: "tuple[]";
|
|
2570
2572
|
}];
|
|
2571
|
-
readonly name: "createWithTimestampsLT";
|
|
2572
2573
|
readonly outputs: readonly [{
|
|
2573
|
-
readonly internalType: "uint256[]";
|
|
2574
2574
|
readonly name: "streamIds";
|
|
2575
2575
|
readonly type: "uint256[]";
|
|
2576
|
+
readonly internalType: "uint256[]";
|
|
2576
2577
|
}];
|
|
2577
2578
|
readonly stateMutability: "nonpayable";
|
|
2578
|
-
readonly type: "function";
|
|
2579
2579
|
}, {
|
|
2580
|
+
readonly type: "error";
|
|
2581
|
+
readonly name: "AddressEmptyCode";
|
|
2580
2582
|
readonly inputs: readonly [{
|
|
2581
|
-
readonly internalType: "address";
|
|
2582
2583
|
readonly name: "target";
|
|
2583
2584
|
readonly type: "address";
|
|
2585
|
+
readonly internalType: "address";
|
|
2584
2586
|
}];
|
|
2585
|
-
readonly name: "AddressEmptyCode";
|
|
2586
|
-
readonly type: "error";
|
|
2587
2587
|
}, {
|
|
2588
|
+
readonly type: "error";
|
|
2589
|
+
readonly name: "AddressInsufficientBalance";
|
|
2588
2590
|
readonly inputs: readonly [{
|
|
2589
|
-
readonly internalType: "address";
|
|
2590
2591
|
readonly name: "account";
|
|
2591
2592
|
readonly type: "address";
|
|
2593
|
+
readonly internalType: "address";
|
|
2592
2594
|
}];
|
|
2593
|
-
readonly name: "AddressInsufficientBalance";
|
|
2594
|
-
readonly type: "error";
|
|
2595
2595
|
}, {
|
|
2596
|
-
readonly inputs: readonly [];
|
|
2597
|
-
readonly name: "FailedInnerCall";
|
|
2598
2596
|
readonly type: "error";
|
|
2599
|
-
|
|
2597
|
+
readonly name: "FailedInnerCall";
|
|
2600
2598
|
readonly inputs: readonly [];
|
|
2601
|
-
|
|
2599
|
+
}, {
|
|
2602
2600
|
readonly type: "error";
|
|
2601
|
+
readonly name: "SablierBatchLockup_BatchSizeZero";
|
|
2602
|
+
readonly inputs: readonly [];
|
|
2603
2603
|
}, {
|
|
2604
|
+
readonly type: "error";
|
|
2605
|
+
readonly name: "SafeERC20FailedOperation";
|
|
2604
2606
|
readonly inputs: readonly [{
|
|
2605
|
-
readonly internalType: "address";
|
|
2606
2607
|
readonly name: "token";
|
|
2607
2608
|
readonly type: "address";
|
|
2609
|
+
readonly internalType: "address";
|
|
2608
2610
|
}];
|
|
2609
|
-
readonly name: "SafeERC20FailedOperation";
|
|
2610
|
-
readonly type: "error";
|
|
2611
2611
|
}];
|
|
2612
2612
|
}>;
|
|
2613
2613
|
//# sourceMappingURL=index.d.ts.map
|