sablier 2.0.0-beta.3 → 2.0.0-beta.5
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/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLL.d.ts +463 -22
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLL.d.ts.map +1 -1
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLL.js +598 -22
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLL.js.map +1 -1
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLT.d.ts +477 -20
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLT.d.ts.map +1 -1
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLT.js +618 -20
- package/dist/evm/releases/airdrops/v1.3/abi/SablierMerkleLT.js.map +1 -1
- package/dist/evm/releases/airdrops/v1.3/abi.d.ts +982 -84
- package/dist/evm/releases/airdrops/v1.3/abi.d.ts.map +1 -1
- package/dist/evm/releases/flow/v1.0/abi/SablierFlow.d.ts +1639 -259
- package/dist/evm/releases/flow/v1.0/abi/SablierFlow.d.ts.map +1 -1
- package/dist/evm/releases/flow/v1.0/abi/SablierFlow.js +2088 -257
- package/dist/evm/releases/flow/v1.0/abi/SablierFlow.js.map +1 -1
- package/dist/evm/releases/flow/v1.0/abi.d.ts +1639 -259
- package/dist/evm/releases/flow/v1.0/abi.d.ts.map +1 -1
- package/dist/evm/releases/flow/v1.1/abi/SablierFlow.d.ts +1674 -265
- package/dist/evm/releases/flow/v1.1/abi/SablierFlow.d.ts.map +1 -1
- package/dist/evm/releases/flow/v1.1/abi/SablierFlow.js +2147 -279
- package/dist/evm/releases/flow/v1.1/abi/SablierFlow.js.map +1 -1
- package/dist/evm/releases/flow/v1.1/abi.d.ts +1674 -265
- package/dist/evm/releases/flow/v1.1/abi.d.ts.map +1 -1
- package/dist/evm/releases/flow/v2.0/abi/SablierFlow.d.ts +1555 -243
- package/dist/evm/releases/flow/v2.0/abi/SablierFlow.d.ts.map +1 -1
- package/dist/evm/releases/flow/v2.0/abi/SablierFlow.js +829 -393
- package/dist/evm/releases/flow/v2.0/abi/SablierFlow.js.map +1 -1
- package/dist/evm/releases/flow/v2.0/abi.d.ts +1555 -243
- package/dist/evm/releases/flow/v2.0/abi.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1949,154 +1949,1052 @@ export declare const abi: {
|
|
|
1949
1949
|
readonly type: "error";
|
|
1950
1950
|
}];
|
|
1951
1951
|
[manifest.SABLIER_MERKLE_LL]: readonly [{
|
|
1952
|
+
readonly type: "constructor";
|
|
1952
1953
|
readonly inputs: readonly [{
|
|
1954
|
+
readonly name: "baseParams";
|
|
1955
|
+
readonly type: "tuple";
|
|
1956
|
+
readonly internalType: "struct MerkleBase.ConstructorParams";
|
|
1953
1957
|
readonly components: readonly [{
|
|
1954
|
-
readonly internalType: "contract IERC20";
|
|
1955
1958
|
readonly name: "token";
|
|
1956
1959
|
readonly type: "address";
|
|
1960
|
+
readonly internalType: "contract IERC20";
|
|
1957
1961
|
}, {
|
|
1958
|
-
readonly internalType: "uint40";
|
|
1959
1962
|
readonly name: "expiration";
|
|
1960
1963
|
readonly type: "uint40";
|
|
1964
|
+
readonly internalType: "uint40";
|
|
1961
1965
|
}, {
|
|
1962
|
-
readonly internalType: "address";
|
|
1963
1966
|
readonly name: "initialAdmin";
|
|
1964
1967
|
readonly type: "address";
|
|
1968
|
+
readonly internalType: "address";
|
|
1965
1969
|
}, {
|
|
1966
|
-
readonly internalType: "string";
|
|
1967
1970
|
readonly name: "ipfsCID";
|
|
1968
1971
|
readonly type: "string";
|
|
1972
|
+
readonly internalType: "string";
|
|
1969
1973
|
}, {
|
|
1970
|
-
readonly internalType: "bytes32";
|
|
1971
1974
|
readonly name: "merkleRoot";
|
|
1972
1975
|
readonly type: "bytes32";
|
|
1976
|
+
readonly internalType: "bytes32";
|
|
1973
1977
|
}, {
|
|
1974
|
-
readonly internalType: "string";
|
|
1975
1978
|
readonly name: "campaignName";
|
|
1976
1979
|
readonly type: "string";
|
|
1977
|
-
}, {
|
|
1978
1980
|
readonly internalType: "string";
|
|
1981
|
+
}, {
|
|
1979
1982
|
readonly name: "shape";
|
|
1980
1983
|
readonly type: "string";
|
|
1984
|
+
readonly internalType: "string";
|
|
1981
1985
|
}];
|
|
1982
|
-
readonly internalType: "struct MerkleBase.ConstructorParams";
|
|
1983
|
-
readonly name: "baseParams";
|
|
1984
|
-
readonly type: "tuple";
|
|
1985
1986
|
}, {
|
|
1986
|
-
readonly internalType: "address";
|
|
1987
1987
|
readonly name: "campaignCreator";
|
|
1988
1988
|
readonly type: "address";
|
|
1989
|
+
readonly internalType: "address";
|
|
1989
1990
|
}, {
|
|
1990
|
-
readonly internalType: "contract ISablierLockup";
|
|
1991
1991
|
readonly name: "lockup";
|
|
1992
1992
|
readonly type: "address";
|
|
1993
|
+
readonly internalType: "contract ISablierLockup";
|
|
1993
1994
|
}, {
|
|
1994
|
-
readonly internalType: "bool";
|
|
1995
1995
|
readonly name: "cancelable";
|
|
1996
1996
|
readonly type: "bool";
|
|
1997
|
-
}, {
|
|
1998
1997
|
readonly internalType: "bool";
|
|
1998
|
+
}, {
|
|
1999
1999
|
readonly name: "transferable";
|
|
2000
2000
|
readonly type: "bool";
|
|
2001
|
+
readonly internalType: "bool";
|
|
2001
2002
|
}, {
|
|
2003
|
+
readonly name: "schedule";
|
|
2004
|
+
readonly type: "tuple";
|
|
2005
|
+
readonly internalType: "struct MerkleLL.Schedule";
|
|
2002
2006
|
readonly components: readonly [{
|
|
2003
|
-
readonly internalType: "uint40";
|
|
2004
2007
|
readonly name: "startTime";
|
|
2005
2008
|
readonly type: "uint40";
|
|
2009
|
+
readonly internalType: "uint40";
|
|
2006
2010
|
}, {
|
|
2007
|
-
readonly internalType: "UD2x18";
|
|
2008
2011
|
readonly name: "startPercentage";
|
|
2009
2012
|
readonly type: "uint64";
|
|
2013
|
+
readonly internalType: "UD2x18";
|
|
2010
2014
|
}, {
|
|
2011
|
-
readonly internalType: "uint40";
|
|
2012
2015
|
readonly name: "cliffDuration";
|
|
2013
2016
|
readonly type: "uint40";
|
|
2017
|
+
readonly internalType: "uint40";
|
|
2014
2018
|
}, {
|
|
2015
|
-
readonly internalType: "UD2x18";
|
|
2016
2019
|
readonly name: "cliffPercentage";
|
|
2017
2020
|
readonly type: "uint64";
|
|
2021
|
+
readonly internalType: "UD2x18";
|
|
2018
2022
|
}, {
|
|
2019
|
-
readonly internalType: "uint40";
|
|
2020
2023
|
readonly name: "totalDuration";
|
|
2021
2024
|
readonly type: "uint40";
|
|
2025
|
+
readonly internalType: "uint40";
|
|
2022
2026
|
}];
|
|
2023
|
-
readonly internalType: "struct MerkleLL.Schedule";
|
|
2024
|
-
readonly name: "schedule";
|
|
2025
|
-
readonly type: "tuple";
|
|
2026
2027
|
}];
|
|
2027
2028
|
readonly stateMutability: "nonpayable";
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
readonly inputs: readonly [
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
readonly internalType: "string";
|
|
2046
|
-
readonly name: "ipfsCID";
|
|
2047
|
-
readonly type: "string";
|
|
2048
|
-
}, {
|
|
2049
|
-
readonly internalType: "bytes32";
|
|
2050
|
-
readonly name: "merkleRoot";
|
|
2051
|
-
readonly type: "bytes32";
|
|
2052
|
-
}, {
|
|
2053
|
-
readonly internalType: "string";
|
|
2054
|
-
readonly name: "campaignName";
|
|
2055
|
-
readonly type: "string";
|
|
2056
|
-
}, {
|
|
2057
|
-
readonly internalType: "string";
|
|
2058
|
-
readonly name: "shape";
|
|
2059
|
-
readonly type: "string";
|
|
2060
|
-
}];
|
|
2061
|
-
readonly internalType: "struct MerkleBase.ConstructorParams";
|
|
2062
|
-
readonly name: "baseParams";
|
|
2063
|
-
readonly type: "tuple";
|
|
2064
|
-
}, {
|
|
2029
|
+
}, {
|
|
2030
|
+
readonly type: "function";
|
|
2031
|
+
readonly name: "EXPIRATION";
|
|
2032
|
+
readonly inputs: readonly [];
|
|
2033
|
+
readonly outputs: readonly [{
|
|
2034
|
+
readonly name: "";
|
|
2035
|
+
readonly type: "uint40";
|
|
2036
|
+
readonly internalType: "uint40";
|
|
2037
|
+
}];
|
|
2038
|
+
readonly stateMutability: "view";
|
|
2039
|
+
}, {
|
|
2040
|
+
readonly type: "function";
|
|
2041
|
+
readonly name: "FACTORY";
|
|
2042
|
+
readonly inputs: readonly [];
|
|
2043
|
+
readonly outputs: readonly [{
|
|
2044
|
+
readonly name: "";
|
|
2045
|
+
readonly type: "address";
|
|
2065
2046
|
readonly internalType: "address";
|
|
2066
|
-
|
|
2047
|
+
}];
|
|
2048
|
+
readonly stateMutability: "view";
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly type: "function";
|
|
2051
|
+
readonly name: "FEE";
|
|
2052
|
+
readonly inputs: readonly [];
|
|
2053
|
+
readonly outputs: readonly [{
|
|
2054
|
+
readonly name: "";
|
|
2055
|
+
readonly type: "uint256";
|
|
2056
|
+
readonly internalType: "uint256";
|
|
2057
|
+
}];
|
|
2058
|
+
readonly stateMutability: "view";
|
|
2059
|
+
}, {
|
|
2060
|
+
readonly type: "function";
|
|
2061
|
+
readonly name: "LOCKUP";
|
|
2062
|
+
readonly inputs: readonly [];
|
|
2063
|
+
readonly outputs: readonly [{
|
|
2064
|
+
readonly name: "";
|
|
2067
2065
|
readonly type: "address";
|
|
2068
|
-
}, {
|
|
2069
2066
|
readonly internalType: "contract ISablierLockup";
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2067
|
+
}];
|
|
2068
|
+
readonly stateMutability: "view";
|
|
2069
|
+
}, {
|
|
2070
|
+
readonly type: "function";
|
|
2071
|
+
readonly name: "MERKLE_ROOT";
|
|
2072
|
+
readonly inputs: readonly [];
|
|
2073
|
+
readonly outputs: readonly [{
|
|
2074
|
+
readonly name: "";
|
|
2075
|
+
readonly type: "bytes32";
|
|
2076
|
+
readonly internalType: "bytes32";
|
|
2077
|
+
}];
|
|
2078
|
+
readonly stateMutability: "view";
|
|
2079
|
+
}, {
|
|
2080
|
+
readonly type: "function";
|
|
2081
|
+
readonly name: "STREAM_CANCELABLE";
|
|
2082
|
+
readonly inputs: readonly [];
|
|
2083
|
+
readonly outputs: readonly [{
|
|
2084
|
+
readonly name: "";
|
|
2075
2085
|
readonly type: "bool";
|
|
2076
|
-
}, {
|
|
2077
2086
|
readonly internalType: "bool";
|
|
2078
|
-
|
|
2087
|
+
}];
|
|
2088
|
+
readonly stateMutability: "view";
|
|
2089
|
+
}, {
|
|
2090
|
+
readonly type: "function";
|
|
2091
|
+
readonly name: "STREAM_TRANSFERABLE";
|
|
2092
|
+
readonly inputs: readonly [];
|
|
2093
|
+
readonly outputs: readonly [{
|
|
2094
|
+
readonly name: "";
|
|
2079
2095
|
readonly type: "bool";
|
|
2096
|
+
readonly internalType: "bool";
|
|
2097
|
+
}];
|
|
2098
|
+
readonly stateMutability: "view";
|
|
2099
|
+
}, {
|
|
2100
|
+
readonly type: "function";
|
|
2101
|
+
readonly name: "TOKEN";
|
|
2102
|
+
readonly inputs: readonly [];
|
|
2103
|
+
readonly outputs: readonly [{
|
|
2104
|
+
readonly name: "";
|
|
2105
|
+
readonly type: "address";
|
|
2106
|
+
readonly internalType: "contract IERC20";
|
|
2107
|
+
}];
|
|
2108
|
+
readonly stateMutability: "view";
|
|
2109
|
+
}, {
|
|
2110
|
+
readonly type: "function";
|
|
2111
|
+
readonly name: "admin";
|
|
2112
|
+
readonly inputs: readonly [];
|
|
2113
|
+
readonly outputs: readonly [{
|
|
2114
|
+
readonly name: "";
|
|
2115
|
+
readonly type: "address";
|
|
2116
|
+
readonly internalType: "address";
|
|
2117
|
+
}];
|
|
2118
|
+
readonly stateMutability: "view";
|
|
2119
|
+
}, {
|
|
2120
|
+
readonly type: "function";
|
|
2121
|
+
readonly name: "campaignName";
|
|
2122
|
+
readonly inputs: readonly [];
|
|
2123
|
+
readonly outputs: readonly [{
|
|
2124
|
+
readonly name: "";
|
|
2125
|
+
readonly type: "string";
|
|
2126
|
+
readonly internalType: "string";
|
|
2127
|
+
}];
|
|
2128
|
+
readonly stateMutability: "view";
|
|
2129
|
+
}, {
|
|
2130
|
+
readonly type: "function";
|
|
2131
|
+
readonly name: "claim";
|
|
2132
|
+
readonly inputs: readonly [{
|
|
2133
|
+
readonly name: "index";
|
|
2134
|
+
readonly type: "uint256";
|
|
2135
|
+
readonly internalType: "uint256";
|
|
2080
2136
|
}, {
|
|
2081
|
-
readonly
|
|
2082
|
-
readonly
|
|
2083
|
-
readonly
|
|
2137
|
+
readonly name: "recipient";
|
|
2138
|
+
readonly type: "address";
|
|
2139
|
+
readonly internalType: "address";
|
|
2084
2140
|
}, {
|
|
2085
|
-
readonly
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2141
|
+
readonly name: "amount";
|
|
2142
|
+
readonly type: "uint128";
|
|
2143
|
+
readonly internalType: "uint128";
|
|
2144
|
+
}, {
|
|
2145
|
+
readonly name: "merkleProof";
|
|
2146
|
+
readonly type: "bytes32[]";
|
|
2147
|
+
readonly internalType: "bytes32[]";
|
|
2148
|
+
}];
|
|
2149
|
+
readonly outputs: readonly [];
|
|
2150
|
+
readonly stateMutability: "payable";
|
|
2151
|
+
}, {
|
|
2152
|
+
readonly type: "function";
|
|
2153
|
+
readonly name: "clawback";
|
|
2154
|
+
readonly inputs: readonly [{
|
|
2155
|
+
readonly name: "to";
|
|
2156
|
+
readonly type: "address";
|
|
2157
|
+
readonly internalType: "address";
|
|
2158
|
+
}, {
|
|
2159
|
+
readonly name: "amount";
|
|
2160
|
+
readonly type: "uint128";
|
|
2161
|
+
readonly internalType: "uint128";
|
|
2097
2162
|
}];
|
|
2163
|
+
readonly outputs: readonly [];
|
|
2098
2164
|
readonly stateMutability: "nonpayable";
|
|
2099
|
-
|
|
2165
|
+
}, {
|
|
2166
|
+
readonly type: "function";
|
|
2167
|
+
readonly name: "collectFees";
|
|
2168
|
+
readonly inputs: readonly [{
|
|
2169
|
+
readonly name: "factoryAdmin";
|
|
2170
|
+
readonly type: "address";
|
|
2171
|
+
readonly internalType: "address";
|
|
2172
|
+
}];
|
|
2173
|
+
readonly outputs: readonly [{
|
|
2174
|
+
readonly name: "feeAmount";
|
|
2175
|
+
readonly type: "uint256";
|
|
2176
|
+
readonly internalType: "uint256";
|
|
2177
|
+
}];
|
|
2178
|
+
readonly stateMutability: "nonpayable";
|
|
2179
|
+
}, {
|
|
2180
|
+
readonly type: "function";
|
|
2181
|
+
readonly name: "getFirstClaimTime";
|
|
2182
|
+
readonly inputs: readonly [];
|
|
2183
|
+
readonly outputs: readonly [{
|
|
2184
|
+
readonly name: "";
|
|
2185
|
+
readonly type: "uint40";
|
|
2186
|
+
readonly internalType: "uint40";
|
|
2187
|
+
}];
|
|
2188
|
+
readonly stateMutability: "view";
|
|
2189
|
+
}, {
|
|
2190
|
+
readonly type: "function";
|
|
2191
|
+
readonly name: "getSchedule";
|
|
2192
|
+
readonly inputs: readonly [];
|
|
2193
|
+
readonly outputs: readonly [{
|
|
2194
|
+
readonly name: "";
|
|
2195
|
+
readonly type: "tuple";
|
|
2196
|
+
readonly internalType: "struct MerkleLL.Schedule";
|
|
2197
|
+
readonly components: readonly [{
|
|
2198
|
+
readonly name: "startTime";
|
|
2199
|
+
readonly type: "uint40";
|
|
2200
|
+
readonly internalType: "uint40";
|
|
2201
|
+
}, {
|
|
2202
|
+
readonly name: "startPercentage";
|
|
2203
|
+
readonly type: "uint64";
|
|
2204
|
+
readonly internalType: "UD2x18";
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly name: "cliffDuration";
|
|
2207
|
+
readonly type: "uint40";
|
|
2208
|
+
readonly internalType: "uint40";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly name: "cliffPercentage";
|
|
2211
|
+
readonly type: "uint64";
|
|
2212
|
+
readonly internalType: "UD2x18";
|
|
2213
|
+
}, {
|
|
2214
|
+
readonly name: "totalDuration";
|
|
2215
|
+
readonly type: "uint40";
|
|
2216
|
+
readonly internalType: "uint40";
|
|
2217
|
+
}];
|
|
2218
|
+
}];
|
|
2219
|
+
readonly stateMutability: "view";
|
|
2220
|
+
}, {
|
|
2221
|
+
readonly type: "function";
|
|
2222
|
+
readonly name: "hasClaimed";
|
|
2223
|
+
readonly inputs: readonly [{
|
|
2224
|
+
readonly name: "index";
|
|
2225
|
+
readonly type: "uint256";
|
|
2226
|
+
readonly internalType: "uint256";
|
|
2227
|
+
}];
|
|
2228
|
+
readonly outputs: readonly [{
|
|
2229
|
+
readonly name: "";
|
|
2230
|
+
readonly type: "bool";
|
|
2231
|
+
readonly internalType: "bool";
|
|
2232
|
+
}];
|
|
2233
|
+
readonly stateMutability: "view";
|
|
2234
|
+
}, {
|
|
2235
|
+
readonly type: "function";
|
|
2236
|
+
readonly name: "hasExpired";
|
|
2237
|
+
readonly inputs: readonly [];
|
|
2238
|
+
readonly outputs: readonly [{
|
|
2239
|
+
readonly name: "";
|
|
2240
|
+
readonly type: "bool";
|
|
2241
|
+
readonly internalType: "bool";
|
|
2242
|
+
}];
|
|
2243
|
+
readonly stateMutability: "view";
|
|
2244
|
+
}, {
|
|
2245
|
+
readonly type: "function";
|
|
2246
|
+
readonly name: "ipfsCID";
|
|
2247
|
+
readonly inputs: readonly [];
|
|
2248
|
+
readonly outputs: readonly [{
|
|
2249
|
+
readonly name: "";
|
|
2250
|
+
readonly type: "string";
|
|
2251
|
+
readonly internalType: "string";
|
|
2252
|
+
}];
|
|
2253
|
+
readonly stateMutability: "view";
|
|
2254
|
+
}, {
|
|
2255
|
+
readonly type: "function";
|
|
2256
|
+
readonly name: "shape";
|
|
2257
|
+
readonly inputs: readonly [];
|
|
2258
|
+
readonly outputs: readonly [{
|
|
2259
|
+
readonly name: "";
|
|
2260
|
+
readonly type: "string";
|
|
2261
|
+
readonly internalType: "string";
|
|
2262
|
+
}];
|
|
2263
|
+
readonly stateMutability: "view";
|
|
2264
|
+
}, {
|
|
2265
|
+
readonly type: "function";
|
|
2266
|
+
readonly name: "transferAdmin";
|
|
2267
|
+
readonly inputs: readonly [{
|
|
2268
|
+
readonly name: "newAdmin";
|
|
2269
|
+
readonly type: "address";
|
|
2270
|
+
readonly internalType: "address";
|
|
2271
|
+
}];
|
|
2272
|
+
readonly outputs: readonly [];
|
|
2273
|
+
readonly stateMutability: "nonpayable";
|
|
2274
|
+
}, {
|
|
2275
|
+
readonly type: "event";
|
|
2276
|
+
readonly name: "Claim";
|
|
2277
|
+
readonly inputs: readonly [{
|
|
2278
|
+
readonly name: "index";
|
|
2279
|
+
readonly type: "uint256";
|
|
2280
|
+
readonly indexed: false;
|
|
2281
|
+
readonly internalType: "uint256";
|
|
2282
|
+
}, {
|
|
2283
|
+
readonly name: "recipient";
|
|
2284
|
+
readonly type: "address";
|
|
2285
|
+
readonly indexed: true;
|
|
2286
|
+
readonly internalType: "address";
|
|
2287
|
+
}, {
|
|
2288
|
+
readonly name: "amount";
|
|
2289
|
+
readonly type: "uint128";
|
|
2290
|
+
readonly indexed: false;
|
|
2291
|
+
readonly internalType: "uint128";
|
|
2292
|
+
}, {
|
|
2293
|
+
readonly name: "streamId";
|
|
2294
|
+
readonly type: "uint256";
|
|
2295
|
+
readonly indexed: true;
|
|
2296
|
+
readonly internalType: "uint256";
|
|
2297
|
+
}];
|
|
2298
|
+
readonly anonymous: false;
|
|
2299
|
+
}, {
|
|
2300
|
+
readonly type: "event";
|
|
2301
|
+
readonly name: "Clawback";
|
|
2302
|
+
readonly inputs: readonly [{
|
|
2303
|
+
readonly name: "admin";
|
|
2304
|
+
readonly type: "address";
|
|
2305
|
+
readonly indexed: true;
|
|
2306
|
+
readonly internalType: "address";
|
|
2307
|
+
}, {
|
|
2308
|
+
readonly name: "to";
|
|
2309
|
+
readonly type: "address";
|
|
2310
|
+
readonly indexed: true;
|
|
2311
|
+
readonly internalType: "address";
|
|
2312
|
+
}, {
|
|
2313
|
+
readonly name: "amount";
|
|
2314
|
+
readonly type: "uint128";
|
|
2315
|
+
readonly indexed: false;
|
|
2316
|
+
readonly internalType: "uint128";
|
|
2317
|
+
}];
|
|
2318
|
+
readonly anonymous: false;
|
|
2319
|
+
}, {
|
|
2320
|
+
readonly type: "event";
|
|
2321
|
+
readonly name: "TransferAdmin";
|
|
2322
|
+
readonly inputs: readonly [{
|
|
2323
|
+
readonly name: "oldAdmin";
|
|
2324
|
+
readonly type: "address";
|
|
2325
|
+
readonly indexed: true;
|
|
2326
|
+
readonly internalType: "address";
|
|
2327
|
+
}, {
|
|
2328
|
+
readonly name: "newAdmin";
|
|
2329
|
+
readonly type: "address";
|
|
2330
|
+
readonly indexed: true;
|
|
2331
|
+
readonly internalType: "address";
|
|
2332
|
+
}];
|
|
2333
|
+
readonly anonymous: false;
|
|
2334
|
+
}, {
|
|
2335
|
+
readonly type: "error";
|
|
2336
|
+
readonly name: "AddressEmptyCode";
|
|
2337
|
+
readonly inputs: readonly [{
|
|
2338
|
+
readonly name: "target";
|
|
2339
|
+
readonly type: "address";
|
|
2340
|
+
readonly internalType: "address";
|
|
2341
|
+
}];
|
|
2342
|
+
}, {
|
|
2343
|
+
readonly type: "error";
|
|
2344
|
+
readonly name: "AddressInsufficientBalance";
|
|
2345
|
+
readonly inputs: readonly [{
|
|
2346
|
+
readonly name: "account";
|
|
2347
|
+
readonly type: "address";
|
|
2348
|
+
readonly internalType: "address";
|
|
2349
|
+
}];
|
|
2350
|
+
}, {
|
|
2351
|
+
readonly type: "error";
|
|
2352
|
+
readonly name: "CallerNotAdmin";
|
|
2353
|
+
readonly inputs: readonly [{
|
|
2354
|
+
readonly name: "admin";
|
|
2355
|
+
readonly type: "address";
|
|
2356
|
+
readonly internalType: "address";
|
|
2357
|
+
}, {
|
|
2358
|
+
readonly name: "caller";
|
|
2359
|
+
readonly type: "address";
|
|
2360
|
+
readonly internalType: "address";
|
|
2361
|
+
}];
|
|
2362
|
+
}, {
|
|
2363
|
+
readonly type: "error";
|
|
2364
|
+
readonly name: "FailedInnerCall";
|
|
2365
|
+
readonly inputs: readonly [];
|
|
2366
|
+
}, {
|
|
2367
|
+
readonly type: "error";
|
|
2368
|
+
readonly name: "PRBMath_MulDiv18_Overflow";
|
|
2369
|
+
readonly inputs: readonly [{
|
|
2370
|
+
readonly name: "x";
|
|
2371
|
+
readonly type: "uint256";
|
|
2372
|
+
readonly internalType: "uint256";
|
|
2373
|
+
}, {
|
|
2374
|
+
readonly name: "y";
|
|
2375
|
+
readonly type: "uint256";
|
|
2376
|
+
readonly internalType: "uint256";
|
|
2377
|
+
}];
|
|
2378
|
+
}, {
|
|
2379
|
+
readonly type: "error";
|
|
2380
|
+
readonly name: "PRBMath_UD60x18_IntoUint128_Overflow";
|
|
2381
|
+
readonly inputs: readonly [{
|
|
2382
|
+
readonly name: "x";
|
|
2383
|
+
readonly type: "uint256";
|
|
2384
|
+
readonly internalType: "UD60x18";
|
|
2385
|
+
}];
|
|
2386
|
+
}, {
|
|
2387
|
+
readonly type: "error";
|
|
2388
|
+
readonly name: "SablierMerkleBase_CallerNotFactory";
|
|
2389
|
+
readonly inputs: readonly [{
|
|
2390
|
+
readonly name: "factory";
|
|
2391
|
+
readonly type: "address";
|
|
2392
|
+
readonly internalType: "address";
|
|
2393
|
+
}, {
|
|
2394
|
+
readonly name: "caller";
|
|
2395
|
+
readonly type: "address";
|
|
2396
|
+
readonly internalType: "address";
|
|
2397
|
+
}];
|
|
2398
|
+
}, {
|
|
2399
|
+
readonly type: "error";
|
|
2400
|
+
readonly name: "SablierMerkleBase_CampaignExpired";
|
|
2401
|
+
readonly inputs: readonly [{
|
|
2402
|
+
readonly name: "blockTimestamp";
|
|
2403
|
+
readonly type: "uint256";
|
|
2404
|
+
readonly internalType: "uint256";
|
|
2405
|
+
}, {
|
|
2406
|
+
readonly name: "expiration";
|
|
2407
|
+
readonly type: "uint40";
|
|
2408
|
+
readonly internalType: "uint40";
|
|
2409
|
+
}];
|
|
2410
|
+
}, {
|
|
2411
|
+
readonly type: "error";
|
|
2412
|
+
readonly name: "SablierMerkleBase_ClawbackNotAllowed";
|
|
2413
|
+
readonly inputs: readonly [{
|
|
2414
|
+
readonly name: "blockTimestamp";
|
|
2415
|
+
readonly type: "uint256";
|
|
2416
|
+
readonly internalType: "uint256";
|
|
2417
|
+
}, {
|
|
2418
|
+
readonly name: "expiration";
|
|
2419
|
+
readonly type: "uint40";
|
|
2420
|
+
readonly internalType: "uint40";
|
|
2421
|
+
}, {
|
|
2422
|
+
readonly name: "firstClaimTime";
|
|
2423
|
+
readonly type: "uint40";
|
|
2424
|
+
readonly internalType: "uint40";
|
|
2425
|
+
}];
|
|
2426
|
+
}, {
|
|
2427
|
+
readonly type: "error";
|
|
2428
|
+
readonly name: "SablierMerkleBase_FeeTransferFail";
|
|
2429
|
+
readonly inputs: readonly [{
|
|
2430
|
+
readonly name: "factoryAdmin";
|
|
2431
|
+
readonly type: "address";
|
|
2432
|
+
readonly internalType: "address";
|
|
2433
|
+
}, {
|
|
2434
|
+
readonly name: "feeAmount";
|
|
2435
|
+
readonly type: "uint256";
|
|
2436
|
+
readonly internalType: "uint256";
|
|
2437
|
+
}];
|
|
2438
|
+
}, {
|
|
2439
|
+
readonly type: "error";
|
|
2440
|
+
readonly name: "SablierMerkleBase_InsufficientFeePayment";
|
|
2441
|
+
readonly inputs: readonly [{
|
|
2442
|
+
readonly name: "feePaid";
|
|
2443
|
+
readonly type: "uint256";
|
|
2444
|
+
readonly internalType: "uint256";
|
|
2445
|
+
}, {
|
|
2446
|
+
readonly name: "fee";
|
|
2447
|
+
readonly type: "uint256";
|
|
2448
|
+
readonly internalType: "uint256";
|
|
2449
|
+
}];
|
|
2450
|
+
}, {
|
|
2451
|
+
readonly type: "error";
|
|
2452
|
+
readonly name: "SablierMerkleBase_InvalidProof";
|
|
2453
|
+
readonly inputs: readonly [];
|
|
2454
|
+
}, {
|
|
2455
|
+
readonly type: "error";
|
|
2456
|
+
readonly name: "SablierMerkleBase_StreamClaimed";
|
|
2457
|
+
readonly inputs: readonly [{
|
|
2458
|
+
readonly name: "index";
|
|
2459
|
+
readonly type: "uint256";
|
|
2460
|
+
readonly internalType: "uint256";
|
|
2461
|
+
}];
|
|
2462
|
+
}, {
|
|
2463
|
+
readonly type: "error";
|
|
2464
|
+
readonly name: "SafeERC20FailedOperation";
|
|
2465
|
+
readonly inputs: readonly [{
|
|
2466
|
+
readonly name: "token";
|
|
2467
|
+
readonly type: "address";
|
|
2468
|
+
readonly internalType: "address";
|
|
2469
|
+
}];
|
|
2470
|
+
}];
|
|
2471
|
+
[manifest.SABLIER_MERKLE_LT]: readonly [{
|
|
2472
|
+
readonly type: "constructor";
|
|
2473
|
+
readonly inputs: readonly [{
|
|
2474
|
+
readonly name: "baseParams";
|
|
2475
|
+
readonly type: "tuple";
|
|
2476
|
+
readonly internalType: "struct MerkleBase.ConstructorParams";
|
|
2477
|
+
readonly components: readonly [{
|
|
2478
|
+
readonly name: "token";
|
|
2479
|
+
readonly type: "address";
|
|
2480
|
+
readonly internalType: "contract IERC20";
|
|
2481
|
+
}, {
|
|
2482
|
+
readonly name: "expiration";
|
|
2483
|
+
readonly type: "uint40";
|
|
2484
|
+
readonly internalType: "uint40";
|
|
2485
|
+
}, {
|
|
2486
|
+
readonly name: "initialAdmin";
|
|
2487
|
+
readonly type: "address";
|
|
2488
|
+
readonly internalType: "address";
|
|
2489
|
+
}, {
|
|
2490
|
+
readonly name: "ipfsCID";
|
|
2491
|
+
readonly type: "string";
|
|
2492
|
+
readonly internalType: "string";
|
|
2493
|
+
}, {
|
|
2494
|
+
readonly name: "merkleRoot";
|
|
2495
|
+
readonly type: "bytes32";
|
|
2496
|
+
readonly internalType: "bytes32";
|
|
2497
|
+
}, {
|
|
2498
|
+
readonly name: "campaignName";
|
|
2499
|
+
readonly type: "string";
|
|
2500
|
+
readonly internalType: "string";
|
|
2501
|
+
}, {
|
|
2502
|
+
readonly name: "shape";
|
|
2503
|
+
readonly type: "string";
|
|
2504
|
+
readonly internalType: "string";
|
|
2505
|
+
}];
|
|
2506
|
+
}, {
|
|
2507
|
+
readonly name: "campaignCreator";
|
|
2508
|
+
readonly type: "address";
|
|
2509
|
+
readonly internalType: "address";
|
|
2510
|
+
}, {
|
|
2511
|
+
readonly name: "lockup";
|
|
2512
|
+
readonly type: "address";
|
|
2513
|
+
readonly internalType: "contract ISablierLockup";
|
|
2514
|
+
}, {
|
|
2515
|
+
readonly name: "cancelable";
|
|
2516
|
+
readonly type: "bool";
|
|
2517
|
+
readonly internalType: "bool";
|
|
2518
|
+
}, {
|
|
2519
|
+
readonly name: "transferable";
|
|
2520
|
+
readonly type: "bool";
|
|
2521
|
+
readonly internalType: "bool";
|
|
2522
|
+
}, {
|
|
2523
|
+
readonly name: "streamStartTime";
|
|
2524
|
+
readonly type: "uint40";
|
|
2525
|
+
readonly internalType: "uint40";
|
|
2526
|
+
}, {
|
|
2527
|
+
readonly name: "tranchesWithPercentages";
|
|
2528
|
+
readonly type: "tuple[]";
|
|
2529
|
+
readonly internalType: "struct MerkleLT.TrancheWithPercentage[]";
|
|
2530
|
+
readonly components: readonly [{
|
|
2531
|
+
readonly name: "unlockPercentage";
|
|
2532
|
+
readonly type: "uint64";
|
|
2533
|
+
readonly internalType: "UD2x18";
|
|
2534
|
+
}, {
|
|
2535
|
+
readonly name: "duration";
|
|
2536
|
+
readonly type: "uint40";
|
|
2537
|
+
readonly internalType: "uint40";
|
|
2538
|
+
}];
|
|
2539
|
+
}];
|
|
2540
|
+
readonly stateMutability: "nonpayable";
|
|
2541
|
+
}, {
|
|
2542
|
+
readonly type: "function";
|
|
2543
|
+
readonly name: "EXPIRATION";
|
|
2544
|
+
readonly inputs: readonly [];
|
|
2545
|
+
readonly outputs: readonly [{
|
|
2546
|
+
readonly name: "";
|
|
2547
|
+
readonly type: "uint40";
|
|
2548
|
+
readonly internalType: "uint40";
|
|
2549
|
+
}];
|
|
2550
|
+
readonly stateMutability: "view";
|
|
2551
|
+
}, {
|
|
2552
|
+
readonly type: "function";
|
|
2553
|
+
readonly name: "FACTORY";
|
|
2554
|
+
readonly inputs: readonly [];
|
|
2555
|
+
readonly outputs: readonly [{
|
|
2556
|
+
readonly name: "";
|
|
2557
|
+
readonly type: "address";
|
|
2558
|
+
readonly internalType: "address";
|
|
2559
|
+
}];
|
|
2560
|
+
readonly stateMutability: "view";
|
|
2561
|
+
}, {
|
|
2562
|
+
readonly type: "function";
|
|
2563
|
+
readonly name: "FEE";
|
|
2564
|
+
readonly inputs: readonly [];
|
|
2565
|
+
readonly outputs: readonly [{
|
|
2566
|
+
readonly name: "";
|
|
2567
|
+
readonly type: "uint256";
|
|
2568
|
+
readonly internalType: "uint256";
|
|
2569
|
+
}];
|
|
2570
|
+
readonly stateMutability: "view";
|
|
2571
|
+
}, {
|
|
2572
|
+
readonly type: "function";
|
|
2573
|
+
readonly name: "LOCKUP";
|
|
2574
|
+
readonly inputs: readonly [];
|
|
2575
|
+
readonly outputs: readonly [{
|
|
2576
|
+
readonly name: "";
|
|
2577
|
+
readonly type: "address";
|
|
2578
|
+
readonly internalType: "contract ISablierLockup";
|
|
2579
|
+
}];
|
|
2580
|
+
readonly stateMutability: "view";
|
|
2581
|
+
}, {
|
|
2582
|
+
readonly type: "function";
|
|
2583
|
+
readonly name: "MERKLE_ROOT";
|
|
2584
|
+
readonly inputs: readonly [];
|
|
2585
|
+
readonly outputs: readonly [{
|
|
2586
|
+
readonly name: "";
|
|
2587
|
+
readonly type: "bytes32";
|
|
2588
|
+
readonly internalType: "bytes32";
|
|
2589
|
+
}];
|
|
2590
|
+
readonly stateMutability: "view";
|
|
2591
|
+
}, {
|
|
2592
|
+
readonly type: "function";
|
|
2593
|
+
readonly name: "STREAM_CANCELABLE";
|
|
2594
|
+
readonly inputs: readonly [];
|
|
2595
|
+
readonly outputs: readonly [{
|
|
2596
|
+
readonly name: "";
|
|
2597
|
+
readonly type: "bool";
|
|
2598
|
+
readonly internalType: "bool";
|
|
2599
|
+
}];
|
|
2600
|
+
readonly stateMutability: "view";
|
|
2601
|
+
}, {
|
|
2602
|
+
readonly type: "function";
|
|
2603
|
+
readonly name: "STREAM_START_TIME";
|
|
2604
|
+
readonly inputs: readonly [];
|
|
2605
|
+
readonly outputs: readonly [{
|
|
2606
|
+
readonly name: "";
|
|
2607
|
+
readonly type: "uint40";
|
|
2608
|
+
readonly internalType: "uint40";
|
|
2609
|
+
}];
|
|
2610
|
+
readonly stateMutability: "view";
|
|
2611
|
+
}, {
|
|
2612
|
+
readonly type: "function";
|
|
2613
|
+
readonly name: "STREAM_TRANSFERABLE";
|
|
2614
|
+
readonly inputs: readonly [];
|
|
2615
|
+
readonly outputs: readonly [{
|
|
2616
|
+
readonly name: "";
|
|
2617
|
+
readonly type: "bool";
|
|
2618
|
+
readonly internalType: "bool";
|
|
2619
|
+
}];
|
|
2620
|
+
readonly stateMutability: "view";
|
|
2621
|
+
}, {
|
|
2622
|
+
readonly type: "function";
|
|
2623
|
+
readonly name: "TOKEN";
|
|
2624
|
+
readonly inputs: readonly [];
|
|
2625
|
+
readonly outputs: readonly [{
|
|
2626
|
+
readonly name: "";
|
|
2627
|
+
readonly type: "address";
|
|
2628
|
+
readonly internalType: "contract IERC20";
|
|
2629
|
+
}];
|
|
2630
|
+
readonly stateMutability: "view";
|
|
2631
|
+
}, {
|
|
2632
|
+
readonly type: "function";
|
|
2633
|
+
readonly name: "TOTAL_PERCENTAGE";
|
|
2634
|
+
readonly inputs: readonly [];
|
|
2635
|
+
readonly outputs: readonly [{
|
|
2636
|
+
readonly name: "";
|
|
2637
|
+
readonly type: "uint64";
|
|
2638
|
+
readonly internalType: "uint64";
|
|
2639
|
+
}];
|
|
2640
|
+
readonly stateMutability: "view";
|
|
2641
|
+
}, {
|
|
2642
|
+
readonly type: "function";
|
|
2643
|
+
readonly name: "admin";
|
|
2644
|
+
readonly inputs: readonly [];
|
|
2645
|
+
readonly outputs: readonly [{
|
|
2646
|
+
readonly name: "";
|
|
2647
|
+
readonly type: "address";
|
|
2648
|
+
readonly internalType: "address";
|
|
2649
|
+
}];
|
|
2650
|
+
readonly stateMutability: "view";
|
|
2651
|
+
}, {
|
|
2652
|
+
readonly type: "function";
|
|
2653
|
+
readonly name: "campaignName";
|
|
2654
|
+
readonly inputs: readonly [];
|
|
2655
|
+
readonly outputs: readonly [{
|
|
2656
|
+
readonly name: "";
|
|
2657
|
+
readonly type: "string";
|
|
2658
|
+
readonly internalType: "string";
|
|
2659
|
+
}];
|
|
2660
|
+
readonly stateMutability: "view";
|
|
2661
|
+
}, {
|
|
2662
|
+
readonly type: "function";
|
|
2663
|
+
readonly name: "claim";
|
|
2664
|
+
readonly inputs: readonly [{
|
|
2665
|
+
readonly name: "index";
|
|
2666
|
+
readonly type: "uint256";
|
|
2667
|
+
readonly internalType: "uint256";
|
|
2668
|
+
}, {
|
|
2669
|
+
readonly name: "recipient";
|
|
2670
|
+
readonly type: "address";
|
|
2671
|
+
readonly internalType: "address";
|
|
2672
|
+
}, {
|
|
2673
|
+
readonly name: "amount";
|
|
2674
|
+
readonly type: "uint128";
|
|
2675
|
+
readonly internalType: "uint128";
|
|
2676
|
+
}, {
|
|
2677
|
+
readonly name: "merkleProof";
|
|
2678
|
+
readonly type: "bytes32[]";
|
|
2679
|
+
readonly internalType: "bytes32[]";
|
|
2680
|
+
}];
|
|
2681
|
+
readonly outputs: readonly [];
|
|
2682
|
+
readonly stateMutability: "payable";
|
|
2683
|
+
}, {
|
|
2684
|
+
readonly type: "function";
|
|
2685
|
+
readonly name: "clawback";
|
|
2686
|
+
readonly inputs: readonly [{
|
|
2687
|
+
readonly name: "to";
|
|
2688
|
+
readonly type: "address";
|
|
2689
|
+
readonly internalType: "address";
|
|
2690
|
+
}, {
|
|
2691
|
+
readonly name: "amount";
|
|
2692
|
+
readonly type: "uint128";
|
|
2693
|
+
readonly internalType: "uint128";
|
|
2694
|
+
}];
|
|
2695
|
+
readonly outputs: readonly [];
|
|
2696
|
+
readonly stateMutability: "nonpayable";
|
|
2697
|
+
}, {
|
|
2698
|
+
readonly type: "function";
|
|
2699
|
+
readonly name: "collectFees";
|
|
2700
|
+
readonly inputs: readonly [{
|
|
2701
|
+
readonly name: "factoryAdmin";
|
|
2702
|
+
readonly type: "address";
|
|
2703
|
+
readonly internalType: "address";
|
|
2704
|
+
}];
|
|
2705
|
+
readonly outputs: readonly [{
|
|
2706
|
+
readonly name: "feeAmount";
|
|
2707
|
+
readonly type: "uint256";
|
|
2708
|
+
readonly internalType: "uint256";
|
|
2709
|
+
}];
|
|
2710
|
+
readonly stateMutability: "nonpayable";
|
|
2711
|
+
}, {
|
|
2712
|
+
readonly type: "function";
|
|
2713
|
+
readonly name: "getFirstClaimTime";
|
|
2714
|
+
readonly inputs: readonly [];
|
|
2715
|
+
readonly outputs: readonly [{
|
|
2716
|
+
readonly name: "";
|
|
2717
|
+
readonly type: "uint40";
|
|
2718
|
+
readonly internalType: "uint40";
|
|
2719
|
+
}];
|
|
2720
|
+
readonly stateMutability: "view";
|
|
2721
|
+
}, {
|
|
2722
|
+
readonly type: "function";
|
|
2723
|
+
readonly name: "getTranchesWithPercentages";
|
|
2724
|
+
readonly inputs: readonly [];
|
|
2725
|
+
readonly outputs: readonly [{
|
|
2726
|
+
readonly name: "";
|
|
2727
|
+
readonly type: "tuple[]";
|
|
2728
|
+
readonly internalType: "struct MerkleLT.TrancheWithPercentage[]";
|
|
2729
|
+
readonly components: readonly [{
|
|
2730
|
+
readonly name: "unlockPercentage";
|
|
2731
|
+
readonly type: "uint64";
|
|
2732
|
+
readonly internalType: "UD2x18";
|
|
2733
|
+
}, {
|
|
2734
|
+
readonly name: "duration";
|
|
2735
|
+
readonly type: "uint40";
|
|
2736
|
+
readonly internalType: "uint40";
|
|
2737
|
+
}];
|
|
2738
|
+
}];
|
|
2739
|
+
readonly stateMutability: "view";
|
|
2740
|
+
}, {
|
|
2741
|
+
readonly type: "function";
|
|
2742
|
+
readonly name: "hasClaimed";
|
|
2743
|
+
readonly inputs: readonly [{
|
|
2744
|
+
readonly name: "index";
|
|
2745
|
+
readonly type: "uint256";
|
|
2746
|
+
readonly internalType: "uint256";
|
|
2747
|
+
}];
|
|
2748
|
+
readonly outputs: readonly [{
|
|
2749
|
+
readonly name: "";
|
|
2750
|
+
readonly type: "bool";
|
|
2751
|
+
readonly internalType: "bool";
|
|
2752
|
+
}];
|
|
2753
|
+
readonly stateMutability: "view";
|
|
2754
|
+
}, {
|
|
2755
|
+
readonly type: "function";
|
|
2756
|
+
readonly name: "hasExpired";
|
|
2757
|
+
readonly inputs: readonly [];
|
|
2758
|
+
readonly outputs: readonly [{
|
|
2759
|
+
readonly name: "";
|
|
2760
|
+
readonly type: "bool";
|
|
2761
|
+
readonly internalType: "bool";
|
|
2762
|
+
}];
|
|
2763
|
+
readonly stateMutability: "view";
|
|
2764
|
+
}, {
|
|
2765
|
+
readonly type: "function";
|
|
2766
|
+
readonly name: "ipfsCID";
|
|
2767
|
+
readonly inputs: readonly [];
|
|
2768
|
+
readonly outputs: readonly [{
|
|
2769
|
+
readonly name: "";
|
|
2770
|
+
readonly type: "string";
|
|
2771
|
+
readonly internalType: "string";
|
|
2772
|
+
}];
|
|
2773
|
+
readonly stateMutability: "view";
|
|
2774
|
+
}, {
|
|
2775
|
+
readonly type: "function";
|
|
2776
|
+
readonly name: "shape";
|
|
2777
|
+
readonly inputs: readonly [];
|
|
2778
|
+
readonly outputs: readonly [{
|
|
2779
|
+
readonly name: "";
|
|
2780
|
+
readonly type: "string";
|
|
2781
|
+
readonly internalType: "string";
|
|
2782
|
+
}];
|
|
2783
|
+
readonly stateMutability: "view";
|
|
2784
|
+
}, {
|
|
2785
|
+
readonly type: "function";
|
|
2786
|
+
readonly name: "transferAdmin";
|
|
2787
|
+
readonly inputs: readonly [{
|
|
2788
|
+
readonly name: "newAdmin";
|
|
2789
|
+
readonly type: "address";
|
|
2790
|
+
readonly internalType: "address";
|
|
2791
|
+
}];
|
|
2792
|
+
readonly outputs: readonly [];
|
|
2793
|
+
readonly stateMutability: "nonpayable";
|
|
2794
|
+
}, {
|
|
2795
|
+
readonly type: "event";
|
|
2796
|
+
readonly name: "Claim";
|
|
2797
|
+
readonly inputs: readonly [{
|
|
2798
|
+
readonly name: "index";
|
|
2799
|
+
readonly type: "uint256";
|
|
2800
|
+
readonly indexed: false;
|
|
2801
|
+
readonly internalType: "uint256";
|
|
2802
|
+
}, {
|
|
2803
|
+
readonly name: "recipient";
|
|
2804
|
+
readonly type: "address";
|
|
2805
|
+
readonly indexed: true;
|
|
2806
|
+
readonly internalType: "address";
|
|
2807
|
+
}, {
|
|
2808
|
+
readonly name: "amount";
|
|
2809
|
+
readonly type: "uint128";
|
|
2810
|
+
readonly indexed: false;
|
|
2811
|
+
readonly internalType: "uint128";
|
|
2812
|
+
}, {
|
|
2813
|
+
readonly name: "streamId";
|
|
2814
|
+
readonly type: "uint256";
|
|
2815
|
+
readonly indexed: true;
|
|
2816
|
+
readonly internalType: "uint256";
|
|
2817
|
+
}];
|
|
2818
|
+
readonly anonymous: false;
|
|
2819
|
+
}, {
|
|
2820
|
+
readonly type: "event";
|
|
2821
|
+
readonly name: "Clawback";
|
|
2822
|
+
readonly inputs: readonly [{
|
|
2823
|
+
readonly name: "admin";
|
|
2824
|
+
readonly type: "address";
|
|
2825
|
+
readonly indexed: true;
|
|
2826
|
+
readonly internalType: "address";
|
|
2827
|
+
}, {
|
|
2828
|
+
readonly name: "to";
|
|
2829
|
+
readonly type: "address";
|
|
2830
|
+
readonly indexed: true;
|
|
2831
|
+
readonly internalType: "address";
|
|
2832
|
+
}, {
|
|
2833
|
+
readonly name: "amount";
|
|
2834
|
+
readonly type: "uint128";
|
|
2835
|
+
readonly indexed: false;
|
|
2836
|
+
readonly internalType: "uint128";
|
|
2837
|
+
}];
|
|
2838
|
+
readonly anonymous: false;
|
|
2839
|
+
}, {
|
|
2840
|
+
readonly type: "event";
|
|
2841
|
+
readonly name: "TransferAdmin";
|
|
2842
|
+
readonly inputs: readonly [{
|
|
2843
|
+
readonly name: "oldAdmin";
|
|
2844
|
+
readonly type: "address";
|
|
2845
|
+
readonly indexed: true;
|
|
2846
|
+
readonly internalType: "address";
|
|
2847
|
+
}, {
|
|
2848
|
+
readonly name: "newAdmin";
|
|
2849
|
+
readonly type: "address";
|
|
2850
|
+
readonly indexed: true;
|
|
2851
|
+
readonly internalType: "address";
|
|
2852
|
+
}];
|
|
2853
|
+
readonly anonymous: false;
|
|
2854
|
+
}, {
|
|
2855
|
+
readonly type: "error";
|
|
2856
|
+
readonly name: "AddressEmptyCode";
|
|
2857
|
+
readonly inputs: readonly [{
|
|
2858
|
+
readonly name: "target";
|
|
2859
|
+
readonly type: "address";
|
|
2860
|
+
readonly internalType: "address";
|
|
2861
|
+
}];
|
|
2862
|
+
}, {
|
|
2863
|
+
readonly type: "error";
|
|
2864
|
+
readonly name: "AddressInsufficientBalance";
|
|
2865
|
+
readonly inputs: readonly [{
|
|
2866
|
+
readonly name: "account";
|
|
2867
|
+
readonly type: "address";
|
|
2868
|
+
readonly internalType: "address";
|
|
2869
|
+
}];
|
|
2870
|
+
}, {
|
|
2871
|
+
readonly type: "error";
|
|
2872
|
+
readonly name: "CallerNotAdmin";
|
|
2873
|
+
readonly inputs: readonly [{
|
|
2874
|
+
readonly name: "admin";
|
|
2875
|
+
readonly type: "address";
|
|
2876
|
+
readonly internalType: "address";
|
|
2877
|
+
}, {
|
|
2878
|
+
readonly name: "caller";
|
|
2879
|
+
readonly type: "address";
|
|
2880
|
+
readonly internalType: "address";
|
|
2881
|
+
}];
|
|
2882
|
+
}, {
|
|
2883
|
+
readonly type: "error";
|
|
2884
|
+
readonly name: "FailedInnerCall";
|
|
2885
|
+
readonly inputs: readonly [];
|
|
2886
|
+
}, {
|
|
2887
|
+
readonly type: "error";
|
|
2888
|
+
readonly name: "PRBMath_MulDiv18_Overflow";
|
|
2889
|
+
readonly inputs: readonly [{
|
|
2890
|
+
readonly name: "x";
|
|
2891
|
+
readonly type: "uint256";
|
|
2892
|
+
readonly internalType: "uint256";
|
|
2893
|
+
}, {
|
|
2894
|
+
readonly name: "y";
|
|
2895
|
+
readonly type: "uint256";
|
|
2896
|
+
readonly internalType: "uint256";
|
|
2897
|
+
}];
|
|
2898
|
+
}, {
|
|
2899
|
+
readonly type: "error";
|
|
2900
|
+
readonly name: "PRBMath_UD60x18_IntoUint128_Overflow";
|
|
2901
|
+
readonly inputs: readonly [{
|
|
2902
|
+
readonly name: "x";
|
|
2903
|
+
readonly type: "uint256";
|
|
2904
|
+
readonly internalType: "UD60x18";
|
|
2905
|
+
}];
|
|
2906
|
+
}, {
|
|
2907
|
+
readonly type: "error";
|
|
2908
|
+
readonly name: "SablierMerkleBase_CallerNotFactory";
|
|
2909
|
+
readonly inputs: readonly [{
|
|
2910
|
+
readonly name: "factory";
|
|
2911
|
+
readonly type: "address";
|
|
2912
|
+
readonly internalType: "address";
|
|
2913
|
+
}, {
|
|
2914
|
+
readonly name: "caller";
|
|
2915
|
+
readonly type: "address";
|
|
2916
|
+
readonly internalType: "address";
|
|
2917
|
+
}];
|
|
2918
|
+
}, {
|
|
2919
|
+
readonly type: "error";
|
|
2920
|
+
readonly name: "SablierMerkleBase_CampaignExpired";
|
|
2921
|
+
readonly inputs: readonly [{
|
|
2922
|
+
readonly name: "blockTimestamp";
|
|
2923
|
+
readonly type: "uint256";
|
|
2924
|
+
readonly internalType: "uint256";
|
|
2925
|
+
}, {
|
|
2926
|
+
readonly name: "expiration";
|
|
2927
|
+
readonly type: "uint40";
|
|
2928
|
+
readonly internalType: "uint40";
|
|
2929
|
+
}];
|
|
2930
|
+
}, {
|
|
2931
|
+
readonly type: "error";
|
|
2932
|
+
readonly name: "SablierMerkleBase_ClawbackNotAllowed";
|
|
2933
|
+
readonly inputs: readonly [{
|
|
2934
|
+
readonly name: "blockTimestamp";
|
|
2935
|
+
readonly type: "uint256";
|
|
2936
|
+
readonly internalType: "uint256";
|
|
2937
|
+
}, {
|
|
2938
|
+
readonly name: "expiration";
|
|
2939
|
+
readonly type: "uint40";
|
|
2940
|
+
readonly internalType: "uint40";
|
|
2941
|
+
}, {
|
|
2942
|
+
readonly name: "firstClaimTime";
|
|
2943
|
+
readonly type: "uint40";
|
|
2944
|
+
readonly internalType: "uint40";
|
|
2945
|
+
}];
|
|
2946
|
+
}, {
|
|
2947
|
+
readonly type: "error";
|
|
2948
|
+
readonly name: "SablierMerkleBase_FeeTransferFail";
|
|
2949
|
+
readonly inputs: readonly [{
|
|
2950
|
+
readonly name: "factoryAdmin";
|
|
2951
|
+
readonly type: "address";
|
|
2952
|
+
readonly internalType: "address";
|
|
2953
|
+
}, {
|
|
2954
|
+
readonly name: "feeAmount";
|
|
2955
|
+
readonly type: "uint256";
|
|
2956
|
+
readonly internalType: "uint256";
|
|
2957
|
+
}];
|
|
2958
|
+
}, {
|
|
2959
|
+
readonly type: "error";
|
|
2960
|
+
readonly name: "SablierMerkleBase_InsufficientFeePayment";
|
|
2961
|
+
readonly inputs: readonly [{
|
|
2962
|
+
readonly name: "feePaid";
|
|
2963
|
+
readonly type: "uint256";
|
|
2964
|
+
readonly internalType: "uint256";
|
|
2965
|
+
}, {
|
|
2966
|
+
readonly name: "fee";
|
|
2967
|
+
readonly type: "uint256";
|
|
2968
|
+
readonly internalType: "uint256";
|
|
2969
|
+
}];
|
|
2970
|
+
}, {
|
|
2971
|
+
readonly type: "error";
|
|
2972
|
+
readonly name: "SablierMerkleBase_InvalidProof";
|
|
2973
|
+
readonly inputs: readonly [];
|
|
2974
|
+
}, {
|
|
2975
|
+
readonly type: "error";
|
|
2976
|
+
readonly name: "SablierMerkleBase_StreamClaimed";
|
|
2977
|
+
readonly inputs: readonly [{
|
|
2978
|
+
readonly name: "index";
|
|
2979
|
+
readonly type: "uint256";
|
|
2980
|
+
readonly internalType: "uint256";
|
|
2981
|
+
}];
|
|
2982
|
+
}, {
|
|
2983
|
+
readonly type: "error";
|
|
2984
|
+
readonly name: "SablierMerkleLT_TotalPercentageNotOneHundred";
|
|
2985
|
+
readonly inputs: readonly [{
|
|
2986
|
+
readonly name: "totalPercentage";
|
|
2987
|
+
readonly type: "uint64";
|
|
2988
|
+
readonly internalType: "uint64";
|
|
2989
|
+
}];
|
|
2990
|
+
}, {
|
|
2991
|
+
readonly type: "error";
|
|
2992
|
+
readonly name: "SafeERC20FailedOperation";
|
|
2993
|
+
readonly inputs: readonly [{
|
|
2994
|
+
readonly name: "token";
|
|
2995
|
+
readonly type: "address";
|
|
2996
|
+
readonly internalType: "address";
|
|
2997
|
+
}];
|
|
2100
2998
|
}];
|
|
2101
2999
|
};
|
|
2102
3000
|
//# sourceMappingURL=abi.d.ts.map
|