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
|
@@ -2022,443 +2022,443 @@ export declare const abi: {
|
|
|
2022
2022
|
readonly type: "function";
|
|
2023
2023
|
}];
|
|
2024
2024
|
readonly SablierBatchLockup: readonly [{
|
|
2025
|
+
readonly type: "function";
|
|
2026
|
+
readonly name: "createWithDurationsLD";
|
|
2025
2027
|
readonly inputs: readonly [{
|
|
2026
|
-
readonly internalType: "contract ISablierLockup";
|
|
2027
2028
|
readonly name: "lockup";
|
|
2028
2029
|
readonly type: "address";
|
|
2030
|
+
readonly internalType: "contract ISablierLockup";
|
|
2029
2031
|
}, {
|
|
2030
|
-
readonly internalType: "contract IERC20";
|
|
2031
2032
|
readonly name: "token";
|
|
2032
2033
|
readonly type: "address";
|
|
2034
|
+
readonly internalType: "contract IERC20";
|
|
2033
2035
|
}, {
|
|
2036
|
+
readonly name: "batch";
|
|
2037
|
+
readonly type: "tuple[]";
|
|
2038
|
+
readonly internalType: "struct BatchLockup.CreateWithDurationsLD[]";
|
|
2034
2039
|
readonly components: readonly [{
|
|
2035
|
-
readonly internalType: "address";
|
|
2036
2040
|
readonly name: "sender";
|
|
2037
2041
|
readonly type: "address";
|
|
2038
|
-
}, {
|
|
2039
2042
|
readonly internalType: "address";
|
|
2043
|
+
}, {
|
|
2040
2044
|
readonly name: "recipient";
|
|
2041
2045
|
readonly type: "address";
|
|
2046
|
+
readonly internalType: "address";
|
|
2042
2047
|
}, {
|
|
2043
|
-
readonly internalType: "uint128";
|
|
2044
2048
|
readonly name: "depositAmount";
|
|
2045
2049
|
readonly type: "uint128";
|
|
2050
|
+
readonly internalType: "uint128";
|
|
2046
2051
|
}, {
|
|
2047
|
-
readonly internalType: "bool";
|
|
2048
2052
|
readonly name: "cancelable";
|
|
2049
2053
|
readonly type: "bool";
|
|
2050
|
-
}, {
|
|
2051
2054
|
readonly internalType: "bool";
|
|
2055
|
+
}, {
|
|
2052
2056
|
readonly name: "transferable";
|
|
2053
2057
|
readonly type: "bool";
|
|
2058
|
+
readonly internalType: "bool";
|
|
2054
2059
|
}, {
|
|
2060
|
+
readonly name: "segmentsWithDuration";
|
|
2061
|
+
readonly type: "tuple[]";
|
|
2062
|
+
readonly internalType: "struct LockupDynamic.SegmentWithDuration[]";
|
|
2055
2063
|
readonly components: readonly [{
|
|
2056
|
-
readonly internalType: "uint128";
|
|
2057
2064
|
readonly name: "amount";
|
|
2058
2065
|
readonly type: "uint128";
|
|
2066
|
+
readonly internalType: "uint128";
|
|
2059
2067
|
}, {
|
|
2060
|
-
readonly internalType: "UD2x18";
|
|
2061
2068
|
readonly name: "exponent";
|
|
2062
2069
|
readonly type: "uint64";
|
|
2070
|
+
readonly internalType: "UD2x18";
|
|
2063
2071
|
}, {
|
|
2064
|
-
readonly internalType: "uint40";
|
|
2065
2072
|
readonly name: "duration";
|
|
2066
2073
|
readonly type: "uint40";
|
|
2074
|
+
readonly internalType: "uint40";
|
|
2067
2075
|
}];
|
|
2068
|
-
readonly internalType: "struct LockupDynamic.SegmentWithDuration[]";
|
|
2069
|
-
readonly name: "segmentsWithDuration";
|
|
2070
|
-
readonly type: "tuple[]";
|
|
2071
2076
|
}, {
|
|
2072
|
-
readonly internalType: "string";
|
|
2073
2077
|
readonly name: "shape";
|
|
2074
2078
|
readonly type: "string";
|
|
2079
|
+
readonly internalType: "string";
|
|
2075
2080
|
}];
|
|
2076
|
-
readonly internalType: "struct BatchLockup.CreateWithDurationsLD[]";
|
|
2077
|
-
readonly name: "batch";
|
|
2078
|
-
readonly type: "tuple[]";
|
|
2079
2081
|
}];
|
|
2080
|
-
readonly name: "createWithDurationsLD";
|
|
2081
2082
|
readonly outputs: readonly [{
|
|
2082
|
-
readonly internalType: "uint256[]";
|
|
2083
2083
|
readonly name: "streamIds";
|
|
2084
2084
|
readonly type: "uint256[]";
|
|
2085
|
+
readonly internalType: "uint256[]";
|
|
2085
2086
|
}];
|
|
2086
2087
|
readonly stateMutability: "nonpayable";
|
|
2087
|
-
readonly type: "function";
|
|
2088
2088
|
}, {
|
|
2089
|
+
readonly type: "function";
|
|
2090
|
+
readonly name: "createWithDurationsLL";
|
|
2089
2091
|
readonly inputs: readonly [{
|
|
2090
|
-
readonly internalType: "contract ISablierLockup";
|
|
2091
2092
|
readonly name: "lockup";
|
|
2092
2093
|
readonly type: "address";
|
|
2094
|
+
readonly internalType: "contract ISablierLockup";
|
|
2093
2095
|
}, {
|
|
2094
|
-
readonly internalType: "contract IERC20";
|
|
2095
2096
|
readonly name: "token";
|
|
2096
2097
|
readonly type: "address";
|
|
2098
|
+
readonly internalType: "contract IERC20";
|
|
2097
2099
|
}, {
|
|
2100
|
+
readonly name: "batch";
|
|
2101
|
+
readonly type: "tuple[]";
|
|
2102
|
+
readonly internalType: "struct BatchLockup.CreateWithDurationsLL[]";
|
|
2098
2103
|
readonly components: readonly [{
|
|
2099
|
-
readonly internalType: "address";
|
|
2100
2104
|
readonly name: "sender";
|
|
2101
2105
|
readonly type: "address";
|
|
2102
|
-
}, {
|
|
2103
2106
|
readonly internalType: "address";
|
|
2107
|
+
}, {
|
|
2104
2108
|
readonly name: "recipient";
|
|
2105
2109
|
readonly type: "address";
|
|
2110
|
+
readonly internalType: "address";
|
|
2106
2111
|
}, {
|
|
2107
|
-
readonly internalType: "uint128";
|
|
2108
2112
|
readonly name: "depositAmount";
|
|
2109
2113
|
readonly type: "uint128";
|
|
2114
|
+
readonly internalType: "uint128";
|
|
2110
2115
|
}, {
|
|
2111
|
-
readonly internalType: "bool";
|
|
2112
2116
|
readonly name: "cancelable";
|
|
2113
2117
|
readonly type: "bool";
|
|
2114
|
-
}, {
|
|
2115
2118
|
readonly internalType: "bool";
|
|
2119
|
+
}, {
|
|
2116
2120
|
readonly name: "transferable";
|
|
2117
2121
|
readonly type: "bool";
|
|
2122
|
+
readonly internalType: "bool";
|
|
2118
2123
|
}, {
|
|
2124
|
+
readonly name: "durations";
|
|
2125
|
+
readonly type: "tuple";
|
|
2126
|
+
readonly internalType: "struct LockupLinear.Durations";
|
|
2119
2127
|
readonly components: readonly [{
|
|
2120
|
-
readonly internalType: "uint40";
|
|
2121
2128
|
readonly name: "cliff";
|
|
2122
2129
|
readonly type: "uint40";
|
|
2123
|
-
}, {
|
|
2124
2130
|
readonly internalType: "uint40";
|
|
2131
|
+
}, {
|
|
2125
2132
|
readonly name: "total";
|
|
2126
2133
|
readonly type: "uint40";
|
|
2134
|
+
readonly internalType: "uint40";
|
|
2127
2135
|
}];
|
|
2128
|
-
readonly internalType: "struct LockupLinear.Durations";
|
|
2129
|
-
readonly name: "durations";
|
|
2130
|
-
readonly type: "tuple";
|
|
2131
2136
|
}, {
|
|
2137
|
+
readonly name: "unlockAmounts";
|
|
2138
|
+
readonly type: "tuple";
|
|
2139
|
+
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2132
2140
|
readonly components: readonly [{
|
|
2133
|
-
readonly internalType: "uint128";
|
|
2134
2141
|
readonly name: "start";
|
|
2135
2142
|
readonly type: "uint128";
|
|
2136
|
-
}, {
|
|
2137
2143
|
readonly internalType: "uint128";
|
|
2144
|
+
}, {
|
|
2138
2145
|
readonly name: "cliff";
|
|
2139
2146
|
readonly type: "uint128";
|
|
2147
|
+
readonly internalType: "uint128";
|
|
2140
2148
|
}];
|
|
2141
|
-
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2142
|
-
readonly name: "unlockAmounts";
|
|
2143
|
-
readonly type: "tuple";
|
|
2144
2149
|
}, {
|
|
2145
|
-
readonly internalType: "string";
|
|
2146
2150
|
readonly name: "shape";
|
|
2147
2151
|
readonly type: "string";
|
|
2152
|
+
readonly internalType: "string";
|
|
2148
2153
|
}];
|
|
2149
|
-
readonly internalType: "struct BatchLockup.CreateWithDurationsLL[]";
|
|
2150
|
-
readonly name: "batch";
|
|
2151
|
-
readonly type: "tuple[]";
|
|
2152
2154
|
}];
|
|
2153
|
-
readonly name: "createWithDurationsLL";
|
|
2154
2155
|
readonly outputs: readonly [{
|
|
2155
|
-
readonly internalType: "uint256[]";
|
|
2156
2156
|
readonly name: "streamIds";
|
|
2157
2157
|
readonly type: "uint256[]";
|
|
2158
|
+
readonly internalType: "uint256[]";
|
|
2158
2159
|
}];
|
|
2159
2160
|
readonly stateMutability: "nonpayable";
|
|
2160
|
-
readonly type: "function";
|
|
2161
2161
|
}, {
|
|
2162
|
+
readonly type: "function";
|
|
2163
|
+
readonly name: "createWithDurationsLT";
|
|
2162
2164
|
readonly inputs: readonly [{
|
|
2163
|
-
readonly internalType: "contract ISablierLockup";
|
|
2164
2165
|
readonly name: "lockup";
|
|
2165
2166
|
readonly type: "address";
|
|
2167
|
+
readonly internalType: "contract ISablierLockup";
|
|
2166
2168
|
}, {
|
|
2167
|
-
readonly internalType: "contract IERC20";
|
|
2168
2169
|
readonly name: "token";
|
|
2169
2170
|
readonly type: "address";
|
|
2171
|
+
readonly internalType: "contract IERC20";
|
|
2170
2172
|
}, {
|
|
2173
|
+
readonly name: "batch";
|
|
2174
|
+
readonly type: "tuple[]";
|
|
2175
|
+
readonly internalType: "struct BatchLockup.CreateWithDurationsLT[]";
|
|
2171
2176
|
readonly components: readonly [{
|
|
2172
|
-
readonly internalType: "address";
|
|
2173
2177
|
readonly name: "sender";
|
|
2174
2178
|
readonly type: "address";
|
|
2175
|
-
}, {
|
|
2176
2179
|
readonly internalType: "address";
|
|
2180
|
+
}, {
|
|
2177
2181
|
readonly name: "recipient";
|
|
2178
2182
|
readonly type: "address";
|
|
2183
|
+
readonly internalType: "address";
|
|
2179
2184
|
}, {
|
|
2180
|
-
readonly internalType: "uint128";
|
|
2181
2185
|
readonly name: "depositAmount";
|
|
2182
2186
|
readonly type: "uint128";
|
|
2187
|
+
readonly internalType: "uint128";
|
|
2183
2188
|
}, {
|
|
2184
|
-
readonly internalType: "bool";
|
|
2185
2189
|
readonly name: "cancelable";
|
|
2186
2190
|
readonly type: "bool";
|
|
2187
|
-
}, {
|
|
2188
2191
|
readonly internalType: "bool";
|
|
2192
|
+
}, {
|
|
2189
2193
|
readonly name: "transferable";
|
|
2190
2194
|
readonly type: "bool";
|
|
2195
|
+
readonly internalType: "bool";
|
|
2191
2196
|
}, {
|
|
2197
|
+
readonly name: "tranchesWithDuration";
|
|
2198
|
+
readonly type: "tuple[]";
|
|
2199
|
+
readonly internalType: "struct LockupTranched.TrancheWithDuration[]";
|
|
2192
2200
|
readonly components: readonly [{
|
|
2193
|
-
readonly internalType: "uint128";
|
|
2194
2201
|
readonly name: "amount";
|
|
2195
2202
|
readonly type: "uint128";
|
|
2203
|
+
readonly internalType: "uint128";
|
|
2196
2204
|
}, {
|
|
2197
|
-
readonly internalType: "uint40";
|
|
2198
2205
|
readonly name: "duration";
|
|
2199
2206
|
readonly type: "uint40";
|
|
2207
|
+
readonly internalType: "uint40";
|
|
2200
2208
|
}];
|
|
2201
|
-
readonly internalType: "struct LockupTranched.TrancheWithDuration[]";
|
|
2202
|
-
readonly name: "tranchesWithDuration";
|
|
2203
|
-
readonly type: "tuple[]";
|
|
2204
2209
|
}, {
|
|
2205
|
-
readonly internalType: "string";
|
|
2206
2210
|
readonly name: "shape";
|
|
2207
2211
|
readonly type: "string";
|
|
2212
|
+
readonly internalType: "string";
|
|
2208
2213
|
}];
|
|
2209
|
-
readonly internalType: "struct BatchLockup.CreateWithDurationsLT[]";
|
|
2210
|
-
readonly name: "batch";
|
|
2211
|
-
readonly type: "tuple[]";
|
|
2212
2214
|
}];
|
|
2213
|
-
readonly name: "createWithDurationsLT";
|
|
2214
2215
|
readonly outputs: readonly [{
|
|
2215
|
-
readonly internalType: "uint256[]";
|
|
2216
2216
|
readonly name: "streamIds";
|
|
2217
2217
|
readonly type: "uint256[]";
|
|
2218
|
+
readonly internalType: "uint256[]";
|
|
2218
2219
|
}];
|
|
2219
2220
|
readonly stateMutability: "nonpayable";
|
|
2220
|
-
readonly type: "function";
|
|
2221
2221
|
}, {
|
|
2222
|
+
readonly type: "function";
|
|
2223
|
+
readonly name: "createWithTimestampsLD";
|
|
2222
2224
|
readonly inputs: readonly [{
|
|
2223
|
-
readonly internalType: "contract ISablierLockup";
|
|
2224
2225
|
readonly name: "lockup";
|
|
2225
2226
|
readonly type: "address";
|
|
2227
|
+
readonly internalType: "contract ISablierLockup";
|
|
2226
2228
|
}, {
|
|
2227
|
-
readonly internalType: "contract IERC20";
|
|
2228
2229
|
readonly name: "token";
|
|
2229
2230
|
readonly type: "address";
|
|
2231
|
+
readonly internalType: "contract IERC20";
|
|
2230
2232
|
}, {
|
|
2233
|
+
readonly name: "batch";
|
|
2234
|
+
readonly type: "tuple[]";
|
|
2235
|
+
readonly internalType: "struct BatchLockup.CreateWithTimestampsLD[]";
|
|
2231
2236
|
readonly components: readonly [{
|
|
2232
|
-
readonly internalType: "address";
|
|
2233
2237
|
readonly name: "sender";
|
|
2234
2238
|
readonly type: "address";
|
|
2235
|
-
}, {
|
|
2236
2239
|
readonly internalType: "address";
|
|
2240
|
+
}, {
|
|
2237
2241
|
readonly name: "recipient";
|
|
2238
2242
|
readonly type: "address";
|
|
2243
|
+
readonly internalType: "address";
|
|
2239
2244
|
}, {
|
|
2240
|
-
readonly internalType: "uint128";
|
|
2241
2245
|
readonly name: "depositAmount";
|
|
2242
2246
|
readonly type: "uint128";
|
|
2247
|
+
readonly internalType: "uint128";
|
|
2243
2248
|
}, {
|
|
2244
|
-
readonly internalType: "bool";
|
|
2245
2249
|
readonly name: "cancelable";
|
|
2246
2250
|
readonly type: "bool";
|
|
2247
|
-
}, {
|
|
2248
2251
|
readonly internalType: "bool";
|
|
2252
|
+
}, {
|
|
2249
2253
|
readonly name: "transferable";
|
|
2250
2254
|
readonly type: "bool";
|
|
2255
|
+
readonly internalType: "bool";
|
|
2251
2256
|
}, {
|
|
2252
|
-
readonly internalType: "uint40";
|
|
2253
2257
|
readonly name: "startTime";
|
|
2254
2258
|
readonly type: "uint40";
|
|
2259
|
+
readonly internalType: "uint40";
|
|
2255
2260
|
}, {
|
|
2261
|
+
readonly name: "segments";
|
|
2262
|
+
readonly type: "tuple[]";
|
|
2263
|
+
readonly internalType: "struct LockupDynamic.Segment[]";
|
|
2256
2264
|
readonly components: readonly [{
|
|
2257
|
-
readonly internalType: "uint128";
|
|
2258
2265
|
readonly name: "amount";
|
|
2259
2266
|
readonly type: "uint128";
|
|
2267
|
+
readonly internalType: "uint128";
|
|
2260
2268
|
}, {
|
|
2261
|
-
readonly internalType: "UD2x18";
|
|
2262
2269
|
readonly name: "exponent";
|
|
2263
2270
|
readonly type: "uint64";
|
|
2271
|
+
readonly internalType: "UD2x18";
|
|
2264
2272
|
}, {
|
|
2265
|
-
readonly internalType: "uint40";
|
|
2266
2273
|
readonly name: "timestamp";
|
|
2267
2274
|
readonly type: "uint40";
|
|
2275
|
+
readonly internalType: "uint40";
|
|
2268
2276
|
}];
|
|
2269
|
-
readonly internalType: "struct LockupDynamic.Segment[]";
|
|
2270
|
-
readonly name: "segments";
|
|
2271
|
-
readonly type: "tuple[]";
|
|
2272
2277
|
}, {
|
|
2273
|
-
readonly internalType: "string";
|
|
2274
2278
|
readonly name: "shape";
|
|
2275
2279
|
readonly type: "string";
|
|
2280
|
+
readonly internalType: "string";
|
|
2276
2281
|
}];
|
|
2277
|
-
readonly internalType: "struct BatchLockup.CreateWithTimestampsLD[]";
|
|
2278
|
-
readonly name: "batch";
|
|
2279
|
-
readonly type: "tuple[]";
|
|
2280
2282
|
}];
|
|
2281
|
-
readonly name: "createWithTimestampsLD";
|
|
2282
2283
|
readonly outputs: readonly [{
|
|
2283
|
-
readonly internalType: "uint256[]";
|
|
2284
2284
|
readonly name: "streamIds";
|
|
2285
2285
|
readonly type: "uint256[]";
|
|
2286
|
+
readonly internalType: "uint256[]";
|
|
2286
2287
|
}];
|
|
2287
2288
|
readonly stateMutability: "nonpayable";
|
|
2288
|
-
readonly type: "function";
|
|
2289
2289
|
}, {
|
|
2290
|
+
readonly type: "function";
|
|
2291
|
+
readonly name: "createWithTimestampsLL";
|
|
2290
2292
|
readonly inputs: readonly [{
|
|
2291
|
-
readonly internalType: "contract ISablierLockup";
|
|
2292
2293
|
readonly name: "lockup";
|
|
2293
2294
|
readonly type: "address";
|
|
2295
|
+
readonly internalType: "contract ISablierLockup";
|
|
2294
2296
|
}, {
|
|
2295
|
-
readonly internalType: "contract IERC20";
|
|
2296
2297
|
readonly name: "token";
|
|
2297
2298
|
readonly type: "address";
|
|
2299
|
+
readonly internalType: "contract IERC20";
|
|
2298
2300
|
}, {
|
|
2301
|
+
readonly name: "batch";
|
|
2302
|
+
readonly type: "tuple[]";
|
|
2303
|
+
readonly internalType: "struct BatchLockup.CreateWithTimestampsLL[]";
|
|
2299
2304
|
readonly components: readonly [{
|
|
2300
|
-
readonly internalType: "address";
|
|
2301
2305
|
readonly name: "sender";
|
|
2302
2306
|
readonly type: "address";
|
|
2303
|
-
}, {
|
|
2304
2307
|
readonly internalType: "address";
|
|
2308
|
+
}, {
|
|
2305
2309
|
readonly name: "recipient";
|
|
2306
2310
|
readonly type: "address";
|
|
2311
|
+
readonly internalType: "address";
|
|
2307
2312
|
}, {
|
|
2308
|
-
readonly internalType: "uint128";
|
|
2309
2313
|
readonly name: "depositAmount";
|
|
2310
2314
|
readonly type: "uint128";
|
|
2315
|
+
readonly internalType: "uint128";
|
|
2311
2316
|
}, {
|
|
2312
|
-
readonly internalType: "bool";
|
|
2313
2317
|
readonly name: "cancelable";
|
|
2314
2318
|
readonly type: "bool";
|
|
2315
|
-
}, {
|
|
2316
2319
|
readonly internalType: "bool";
|
|
2320
|
+
}, {
|
|
2317
2321
|
readonly name: "transferable";
|
|
2318
2322
|
readonly type: "bool";
|
|
2323
|
+
readonly internalType: "bool";
|
|
2319
2324
|
}, {
|
|
2325
|
+
readonly name: "timestamps";
|
|
2326
|
+
readonly type: "tuple";
|
|
2327
|
+
readonly internalType: "struct Lockup.Timestamps";
|
|
2320
2328
|
readonly components: readonly [{
|
|
2321
|
-
readonly internalType: "uint40";
|
|
2322
2329
|
readonly name: "start";
|
|
2323
2330
|
readonly type: "uint40";
|
|
2324
|
-
}, {
|
|
2325
2331
|
readonly internalType: "uint40";
|
|
2332
|
+
}, {
|
|
2326
2333
|
readonly name: "end";
|
|
2327
2334
|
readonly type: "uint40";
|
|
2335
|
+
readonly internalType: "uint40";
|
|
2328
2336
|
}];
|
|
2329
|
-
readonly internalType: "struct Lockup.Timestamps";
|
|
2330
|
-
readonly name: "timestamps";
|
|
2331
|
-
readonly type: "tuple";
|
|
2332
2337
|
}, {
|
|
2333
|
-
readonly internalType: "uint40";
|
|
2334
2338
|
readonly name: "cliffTime";
|
|
2335
2339
|
readonly type: "uint40";
|
|
2340
|
+
readonly internalType: "uint40";
|
|
2336
2341
|
}, {
|
|
2342
|
+
readonly name: "unlockAmounts";
|
|
2343
|
+
readonly type: "tuple";
|
|
2344
|
+
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2337
2345
|
readonly components: readonly [{
|
|
2338
|
-
readonly internalType: "uint128";
|
|
2339
2346
|
readonly name: "start";
|
|
2340
2347
|
readonly type: "uint128";
|
|
2341
|
-
}, {
|
|
2342
2348
|
readonly internalType: "uint128";
|
|
2349
|
+
}, {
|
|
2343
2350
|
readonly name: "cliff";
|
|
2344
2351
|
readonly type: "uint128";
|
|
2352
|
+
readonly internalType: "uint128";
|
|
2345
2353
|
}];
|
|
2346
|
-
readonly internalType: "struct LockupLinear.UnlockAmounts";
|
|
2347
|
-
readonly name: "unlockAmounts";
|
|
2348
|
-
readonly type: "tuple";
|
|
2349
2354
|
}, {
|
|
2350
|
-
readonly internalType: "string";
|
|
2351
2355
|
readonly name: "shape";
|
|
2352
2356
|
readonly type: "string";
|
|
2357
|
+
readonly internalType: "string";
|
|
2353
2358
|
}];
|
|
2354
|
-
readonly internalType: "struct BatchLockup.CreateWithTimestampsLL[]";
|
|
2355
|
-
readonly name: "batch";
|
|
2356
|
-
readonly type: "tuple[]";
|
|
2357
2359
|
}];
|
|
2358
|
-
readonly name: "createWithTimestampsLL";
|
|
2359
2360
|
readonly outputs: readonly [{
|
|
2360
|
-
readonly internalType: "uint256[]";
|
|
2361
2361
|
readonly name: "streamIds";
|
|
2362
2362
|
readonly type: "uint256[]";
|
|
2363
|
+
readonly internalType: "uint256[]";
|
|
2363
2364
|
}];
|
|
2364
2365
|
readonly stateMutability: "nonpayable";
|
|
2365
|
-
readonly type: "function";
|
|
2366
2366
|
}, {
|
|
2367
|
+
readonly type: "function";
|
|
2368
|
+
readonly name: "createWithTimestampsLT";
|
|
2367
2369
|
readonly inputs: readonly [{
|
|
2368
|
-
readonly internalType: "contract ISablierLockup";
|
|
2369
2370
|
readonly name: "lockup";
|
|
2370
2371
|
readonly type: "address";
|
|
2372
|
+
readonly internalType: "contract ISablierLockup";
|
|
2371
2373
|
}, {
|
|
2372
|
-
readonly internalType: "contract IERC20";
|
|
2373
2374
|
readonly name: "token";
|
|
2374
2375
|
readonly type: "address";
|
|
2376
|
+
readonly internalType: "contract IERC20";
|
|
2375
2377
|
}, {
|
|
2378
|
+
readonly name: "batch";
|
|
2379
|
+
readonly type: "tuple[]";
|
|
2380
|
+
readonly internalType: "struct BatchLockup.CreateWithTimestampsLT[]";
|
|
2376
2381
|
readonly components: readonly [{
|
|
2377
|
-
readonly internalType: "address";
|
|
2378
2382
|
readonly name: "sender";
|
|
2379
2383
|
readonly type: "address";
|
|
2380
|
-
}, {
|
|
2381
2384
|
readonly internalType: "address";
|
|
2385
|
+
}, {
|
|
2382
2386
|
readonly name: "recipient";
|
|
2383
2387
|
readonly type: "address";
|
|
2388
|
+
readonly internalType: "address";
|
|
2384
2389
|
}, {
|
|
2385
|
-
readonly internalType: "uint128";
|
|
2386
2390
|
readonly name: "depositAmount";
|
|
2387
2391
|
readonly type: "uint128";
|
|
2392
|
+
readonly internalType: "uint128";
|
|
2388
2393
|
}, {
|
|
2389
|
-
readonly internalType: "bool";
|
|
2390
2394
|
readonly name: "cancelable";
|
|
2391
2395
|
readonly type: "bool";
|
|
2392
|
-
}, {
|
|
2393
2396
|
readonly internalType: "bool";
|
|
2397
|
+
}, {
|
|
2394
2398
|
readonly name: "transferable";
|
|
2395
2399
|
readonly type: "bool";
|
|
2400
|
+
readonly internalType: "bool";
|
|
2396
2401
|
}, {
|
|
2397
|
-
readonly internalType: "uint40";
|
|
2398
2402
|
readonly name: "startTime";
|
|
2399
2403
|
readonly type: "uint40";
|
|
2404
|
+
readonly internalType: "uint40";
|
|
2400
2405
|
}, {
|
|
2406
|
+
readonly name: "tranches";
|
|
2407
|
+
readonly type: "tuple[]";
|
|
2408
|
+
readonly internalType: "struct LockupTranched.Tranche[]";
|
|
2401
2409
|
readonly components: readonly [{
|
|
2402
|
-
readonly internalType: "uint128";
|
|
2403
2410
|
readonly name: "amount";
|
|
2404
2411
|
readonly type: "uint128";
|
|
2412
|
+
readonly internalType: "uint128";
|
|
2405
2413
|
}, {
|
|
2406
|
-
readonly internalType: "uint40";
|
|
2407
2414
|
readonly name: "timestamp";
|
|
2408
2415
|
readonly type: "uint40";
|
|
2416
|
+
readonly internalType: "uint40";
|
|
2409
2417
|
}];
|
|
2410
|
-
readonly internalType: "struct LockupTranched.Tranche[]";
|
|
2411
|
-
readonly name: "tranches";
|
|
2412
|
-
readonly type: "tuple[]";
|
|
2413
2418
|
}, {
|
|
2414
|
-
readonly internalType: "string";
|
|
2415
2419
|
readonly name: "shape";
|
|
2416
2420
|
readonly type: "string";
|
|
2421
|
+
readonly internalType: "string";
|
|
2417
2422
|
}];
|
|
2418
|
-
readonly internalType: "struct BatchLockup.CreateWithTimestampsLT[]";
|
|
2419
|
-
readonly name: "batch";
|
|
2420
|
-
readonly type: "tuple[]";
|
|
2421
2423
|
}];
|
|
2422
|
-
readonly name: "createWithTimestampsLT";
|
|
2423
2424
|
readonly outputs: readonly [{
|
|
2424
|
-
readonly internalType: "uint256[]";
|
|
2425
2425
|
readonly name: "streamIds";
|
|
2426
2426
|
readonly type: "uint256[]";
|
|
2427
|
+
readonly internalType: "uint256[]";
|
|
2427
2428
|
}];
|
|
2428
2429
|
readonly stateMutability: "nonpayable";
|
|
2429
|
-
readonly type: "function";
|
|
2430
2430
|
}, {
|
|
2431
|
-
readonly
|
|
2431
|
+
readonly type: "event";
|
|
2432
|
+
readonly name: "CreateLockupBatch";
|
|
2432
2433
|
readonly inputs: readonly [{
|
|
2433
|
-
readonly indexed: true;
|
|
2434
|
-
readonly internalType: "address";
|
|
2435
2434
|
readonly name: "funder";
|
|
2436
2435
|
readonly type: "address";
|
|
2437
|
-
}, {
|
|
2438
2436
|
readonly indexed: true;
|
|
2439
|
-
readonly internalType: "
|
|
2437
|
+
readonly internalType: "address";
|
|
2438
|
+
}, {
|
|
2440
2439
|
readonly name: "lockup";
|
|
2441
2440
|
readonly type: "address";
|
|
2441
|
+
readonly indexed: true;
|
|
2442
|
+
readonly internalType: "contract ISablierLockup";
|
|
2442
2443
|
}, {
|
|
2443
|
-
readonly indexed: false;
|
|
2444
|
-
readonly internalType: "uint256[]";
|
|
2445
2444
|
readonly name: "streamIds";
|
|
2446
2445
|
readonly type: "uint256[]";
|
|
2446
|
+
readonly indexed: false;
|
|
2447
|
+
readonly internalType: "uint256[]";
|
|
2447
2448
|
}];
|
|
2448
|
-
readonly
|
|
2449
|
-
readonly type: "event";
|
|
2449
|
+
readonly anonymous: false;
|
|
2450
2450
|
}, {
|
|
2451
|
-
readonly inputs: readonly [];
|
|
2452
|
-
readonly name: "SablierBatchLockup_BatchSizeZero";
|
|
2453
2451
|
readonly type: "error";
|
|
2452
|
+
readonly name: "SablierBatchLockup_BatchSizeZero";
|
|
2453
|
+
readonly inputs: readonly [];
|
|
2454
2454
|
}, {
|
|
2455
|
+
readonly type: "error";
|
|
2456
|
+
readonly name: "SafeERC20FailedOperation";
|
|
2455
2457
|
readonly inputs: readonly [{
|
|
2456
|
-
readonly internalType: "address";
|
|
2457
2458
|
readonly name: "token";
|
|
2458
2459
|
readonly type: "address";
|
|
2460
|
+
readonly internalType: "address";
|
|
2459
2461
|
}];
|
|
2460
|
-
readonly name: "SafeERC20FailedOperation";
|
|
2461
|
-
readonly type: "error";
|
|
2462
2462
|
}];
|
|
2463
2463
|
};
|
|
2464
2464
|
//# sourceMappingURL=abi.d.ts.map
|