@zoralabs/protocol-deployments 0.2.0-SPARKS.0 → 0.2.0-SPARKS.2

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.
@@ -1989,225 +1989,573 @@ export declare const iUnwrapAndForwardActionABI: readonly [{
1989
1989
  readonly outputs: readonly [];
1990
1990
  }];
1991
1991
  /**
1992
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1993
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1994
- * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1995
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1996
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1997
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1998
- * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1999
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2000
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2001
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
1992
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
1993
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2002
1994
  */
2003
- export declare const protocolRewardsABI: readonly [{
2004
- readonly stateMutability: "payable";
1995
+ export declare const mintsEthUnwrapperAndCallerABI: readonly [{
1996
+ readonly stateMutability: "nonpayable";
2005
1997
  readonly type: "constructor";
2006
- readonly inputs: readonly [];
2007
- }, {
2008
- readonly stateMutability: "view";
2009
- readonly type: "function";
2010
- readonly inputs: readonly [];
2011
- readonly name: "WITHDRAW_TYPEHASH";
2012
- readonly outputs: readonly [{
2013
- readonly name: "";
2014
- readonly internalType: "bytes32";
2015
- readonly type: "bytes32";
2016
- }];
2017
- }, {
2018
- readonly stateMutability: "view";
2019
- readonly type: "function";
2020
1998
  readonly inputs: readonly [{
2021
- readonly name: "";
2022
- readonly internalType: "address";
1999
+ readonly name: "_zoraSparks1155";
2000
+ readonly internalType: "contract IZoraSparks1155";
2023
2001
  readonly type: "address";
2024
2002
  }];
2025
- readonly name: "balanceOf";
2026
- readonly outputs: readonly [{
2027
- readonly name: "";
2028
- readonly internalType: "uint256";
2029
- readonly type: "uint256";
2030
- }];
2031
2003
  }, {
2032
2004
  readonly stateMutability: "payable";
2005
+ readonly type: "receive";
2006
+ }, {
2007
+ readonly stateMutability: "nonpayable";
2033
2008
  readonly type: "function";
2034
2009
  readonly inputs: readonly [{
2035
- readonly name: "to";
2010
+ readonly name: "";
2036
2011
  readonly internalType: "address";
2037
2012
  readonly type: "address";
2038
2013
  }, {
2039
- readonly name: "reason";
2040
- readonly internalType: "bytes4";
2041
- readonly type: "bytes4";
2042
- }, {
2043
- readonly name: "comment";
2044
- readonly internalType: "string";
2045
- readonly type: "string";
2046
- }];
2047
- readonly name: "deposit";
2048
- readonly outputs: readonly [];
2049
- }, {
2050
- readonly stateMutability: "payable";
2051
- readonly type: "function";
2052
- readonly inputs: readonly [{
2053
- readonly name: "recipients";
2054
- readonly internalType: "address[]";
2055
- readonly type: "address[]";
2014
+ readonly name: "from";
2015
+ readonly internalType: "address";
2016
+ readonly type: "address";
2056
2017
  }, {
2057
- readonly name: "amounts";
2018
+ readonly name: "ids";
2058
2019
  readonly internalType: "uint256[]";
2059
2020
  readonly type: "uint256[]";
2060
2021
  }, {
2061
- readonly name: "reasons";
2062
- readonly internalType: "bytes4[]";
2063
- readonly type: "bytes4[]";
2022
+ readonly name: "values";
2023
+ readonly internalType: "uint256[]";
2024
+ readonly type: "uint256[]";
2064
2025
  }, {
2065
- readonly name: "comment";
2066
- readonly internalType: "string";
2067
- readonly type: "string";
2026
+ readonly name: "data";
2027
+ readonly internalType: "bytes";
2028
+ readonly type: "bytes";
2029
+ }];
2030
+ readonly name: "onERC1155BatchReceived";
2031
+ readonly outputs: readonly [{
2032
+ readonly name: "";
2033
+ readonly internalType: "bytes4";
2034
+ readonly type: "bytes4";
2068
2035
  }];
2069
- readonly name: "depositBatch";
2070
- readonly outputs: readonly [];
2071
2036
  }, {
2072
- readonly stateMutability: "payable";
2037
+ readonly stateMutability: "nonpayable";
2073
2038
  readonly type: "function";
2074
2039
  readonly inputs: readonly [{
2075
- readonly name: "creator";
2076
- readonly internalType: "address";
2077
- readonly type: "address";
2078
- }, {
2079
- readonly name: "creatorReward";
2080
- readonly internalType: "uint256";
2081
- readonly type: "uint256";
2082
- }, {
2083
- readonly name: "createReferral";
2040
+ readonly name: "";
2084
2041
  readonly internalType: "address";
2085
2042
  readonly type: "address";
2086
2043
  }, {
2087
- readonly name: "createReferralReward";
2088
- readonly internalType: "uint256";
2089
- readonly type: "uint256";
2090
- }, {
2091
- readonly name: "mintReferral";
2044
+ readonly name: "from";
2092
2045
  readonly internalType: "address";
2093
2046
  readonly type: "address";
2094
2047
  }, {
2095
- readonly name: "mintReferralReward";
2048
+ readonly name: "id";
2096
2049
  readonly internalType: "uint256";
2097
2050
  readonly type: "uint256";
2098
2051
  }, {
2099
- readonly name: "firstMinter";
2100
- readonly internalType: "address";
2101
- readonly type: "address";
2102
- }, {
2103
- readonly name: "firstMinterReward";
2052
+ readonly name: "value";
2104
2053
  readonly internalType: "uint256";
2105
2054
  readonly type: "uint256";
2106
2055
  }, {
2107
- readonly name: "zora";
2108
- readonly internalType: "address";
2109
- readonly type: "address";
2110
- }, {
2111
- readonly name: "zoraReward";
2112
- readonly internalType: "uint256";
2113
- readonly type: "uint256";
2056
+ readonly name: "data";
2057
+ readonly internalType: "bytes";
2058
+ readonly type: "bytes";
2059
+ }];
2060
+ readonly name: "onERC1155Received";
2061
+ readonly outputs: readonly [{
2062
+ readonly name: "";
2063
+ readonly internalType: "bytes4";
2064
+ readonly type: "bytes4";
2114
2065
  }];
2115
- readonly name: "depositRewards";
2116
- readonly outputs: readonly [];
2117
2066
  }, {
2118
- readonly stateMutability: "view";
2067
+ readonly stateMutability: "payable";
2119
2068
  readonly type: "function";
2120
- readonly inputs: readonly [];
2121
- readonly name: "eip712Domain";
2122
- readonly outputs: readonly [{
2123
- readonly name: "fields";
2124
- readonly internalType: "bytes1";
2125
- readonly type: "bytes1";
2126
- }, {
2127
- readonly name: "name";
2128
- readonly internalType: "string";
2129
- readonly type: "string";
2130
- }, {
2131
- readonly name: "version";
2132
- readonly internalType: "string";
2133
- readonly type: "string";
2134
- }, {
2135
- readonly name: "chainId";
2136
- readonly internalType: "uint256";
2137
- readonly type: "uint256";
2138
- }, {
2139
- readonly name: "verifyingContract";
2140
- readonly internalType: "address";
2141
- readonly type: "address";
2142
- }, {
2143
- readonly name: "salt";
2144
- readonly internalType: "bytes32";
2145
- readonly type: "bytes32";
2069
+ readonly inputs: readonly [{
2070
+ readonly name: "permit";
2071
+ readonly internalType: "struct IZoraSparks1155Managed.PermitBatch";
2072
+ readonly type: "tuple";
2073
+ readonly components: readonly [{
2074
+ readonly name: "owner";
2075
+ readonly internalType: "address";
2076
+ readonly type: "address";
2077
+ }, {
2078
+ readonly name: "to";
2079
+ readonly internalType: "address";
2080
+ readonly type: "address";
2081
+ }, {
2082
+ readonly name: "tokenIds";
2083
+ readonly internalType: "uint256[]";
2084
+ readonly type: "uint256[]";
2085
+ }, {
2086
+ readonly name: "quantities";
2087
+ readonly internalType: "uint256[]";
2088
+ readonly type: "uint256[]";
2089
+ }, {
2090
+ readonly name: "safeTransferData";
2091
+ readonly internalType: "bytes";
2092
+ readonly type: "bytes";
2093
+ }, {
2094
+ readonly name: "deadline";
2095
+ readonly internalType: "uint256";
2096
+ readonly type: "uint256";
2097
+ }, {
2098
+ readonly name: "nonce";
2099
+ readonly internalType: "uint256";
2100
+ readonly type: "uint256";
2101
+ }];
2146
2102
  }, {
2147
- readonly name: "extensions";
2148
- readonly internalType: "uint256[]";
2149
- readonly type: "uint256[]";
2103
+ readonly name: "signature";
2104
+ readonly internalType: "bytes";
2105
+ readonly type: "bytes";
2150
2106
  }];
2107
+ readonly name: "permitWithAdditionalValue";
2108
+ readonly outputs: readonly [];
2151
2109
  }, {
2152
- readonly stateMutability: "view";
2153
- readonly type: "function";
2110
+ readonly type: "error";
2154
2111
  readonly inputs: readonly [{
2155
- readonly name: "";
2112
+ readonly name: "account";
2156
2113
  readonly internalType: "address";
2157
2114
  readonly type: "address";
2158
2115
  }];
2159
- readonly name: "nonces";
2160
- readonly outputs: readonly [{
2161
- readonly name: "";
2162
- readonly internalType: "uint256";
2163
- readonly type: "uint256";
2164
- }];
2165
- }, {
2166
- readonly stateMutability: "view";
2167
- readonly type: "function";
2168
- readonly inputs: readonly [];
2169
- readonly name: "totalSupply";
2170
- readonly outputs: readonly [{
2171
- readonly name: "";
2172
- readonly internalType: "uint256";
2173
- readonly type: "uint256";
2174
- }];
2116
+ readonly name: "AddressInsufficientBalance";
2175
2117
  }, {
2176
- readonly stateMutability: "nonpayable";
2177
- readonly type: "function";
2118
+ readonly type: "error";
2178
2119
  readonly inputs: readonly [{
2179
- readonly name: "to";
2180
- readonly internalType: "address";
2181
- readonly type: "address";
2182
- }, {
2183
- readonly name: "amount";
2184
- readonly internalType: "uint256";
2185
- readonly type: "uint256";
2120
+ readonly name: "data";
2121
+ readonly internalType: "bytes";
2122
+ readonly type: "bytes";
2186
2123
  }];
2187
- readonly name: "withdraw";
2188
- readonly outputs: readonly [];
2124
+ readonly name: "CallFailed";
2189
2125
  }, {
2190
- readonly stateMutability: "nonpayable";
2191
- readonly type: "function";
2126
+ readonly type: "error";
2192
2127
  readonly inputs: readonly [{
2193
- readonly name: "to";
2194
- readonly internalType: "address";
2195
- readonly type: "address";
2196
- }, {
2197
- readonly name: "amount";
2128
+ readonly name: "tokenId";
2198
2129
  readonly internalType: "uint256";
2199
2130
  readonly type: "uint256";
2200
2131
  }];
2201
- readonly name: "withdrawFor";
2202
- readonly outputs: readonly [];
2132
+ readonly name: "ERC20NotSupported";
2203
2133
  }, {
2204
- readonly stateMutability: "nonpayable";
2205
- readonly type: "function";
2206
- readonly inputs: readonly [{
2207
- readonly name: "from";
2208
- readonly internalType: "address";
2209
- readonly type: "address";
2210
- }, {
2134
+ readonly type: "error";
2135
+ readonly inputs: readonly [];
2136
+ readonly name: "FailedInnerCall";
2137
+ }, {
2138
+ readonly type: "error";
2139
+ readonly inputs: readonly [];
2140
+ readonly name: "NotExpectingReceive";
2141
+ }, {
2142
+ readonly type: "error";
2143
+ readonly inputs: readonly [];
2144
+ readonly name: "NotZoraSparks1155";
2145
+ }, {
2146
+ readonly type: "error";
2147
+ readonly inputs: readonly [{
2148
+ readonly name: "data";
2149
+ readonly internalType: "bytes";
2150
+ readonly type: "bytes";
2151
+ }];
2152
+ readonly name: "TransferFailed";
2153
+ }, {
2154
+ readonly type: "error";
2155
+ readonly inputs: readonly [];
2156
+ readonly name: "UnknownUserAction";
2157
+ }];
2158
+ /**
2159
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2160
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2161
+ */
2162
+ export declare const mintsEthUnwrapperAndCallerAddress: {
2163
+ readonly 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
2164
+ readonly 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
2165
+ };
2166
+ /**
2167
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2168
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2169
+ */
2170
+ export declare const mintsEthUnwrapperAndCallerConfig: {
2171
+ readonly address: {
2172
+ readonly 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
2173
+ readonly 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
2174
+ };
2175
+ readonly abi: readonly [{
2176
+ readonly stateMutability: "nonpayable";
2177
+ readonly type: "constructor";
2178
+ readonly inputs: readonly [{
2179
+ readonly name: "_zoraSparks1155";
2180
+ readonly internalType: "contract IZoraSparks1155";
2181
+ readonly type: "address";
2182
+ }];
2183
+ }, {
2184
+ readonly stateMutability: "payable";
2185
+ readonly type: "receive";
2186
+ }, {
2187
+ readonly stateMutability: "nonpayable";
2188
+ readonly type: "function";
2189
+ readonly inputs: readonly [{
2190
+ readonly name: "";
2191
+ readonly internalType: "address";
2192
+ readonly type: "address";
2193
+ }, {
2194
+ readonly name: "from";
2195
+ readonly internalType: "address";
2196
+ readonly type: "address";
2197
+ }, {
2198
+ readonly name: "ids";
2199
+ readonly internalType: "uint256[]";
2200
+ readonly type: "uint256[]";
2201
+ }, {
2202
+ readonly name: "values";
2203
+ readonly internalType: "uint256[]";
2204
+ readonly type: "uint256[]";
2205
+ }, {
2206
+ readonly name: "data";
2207
+ readonly internalType: "bytes";
2208
+ readonly type: "bytes";
2209
+ }];
2210
+ readonly name: "onERC1155BatchReceived";
2211
+ readonly outputs: readonly [{
2212
+ readonly name: "";
2213
+ readonly internalType: "bytes4";
2214
+ readonly type: "bytes4";
2215
+ }];
2216
+ }, {
2217
+ readonly stateMutability: "nonpayable";
2218
+ readonly type: "function";
2219
+ readonly inputs: readonly [{
2220
+ readonly name: "";
2221
+ readonly internalType: "address";
2222
+ readonly type: "address";
2223
+ }, {
2224
+ readonly name: "from";
2225
+ readonly internalType: "address";
2226
+ readonly type: "address";
2227
+ }, {
2228
+ readonly name: "id";
2229
+ readonly internalType: "uint256";
2230
+ readonly type: "uint256";
2231
+ }, {
2232
+ readonly name: "value";
2233
+ readonly internalType: "uint256";
2234
+ readonly type: "uint256";
2235
+ }, {
2236
+ readonly name: "data";
2237
+ readonly internalType: "bytes";
2238
+ readonly type: "bytes";
2239
+ }];
2240
+ readonly name: "onERC1155Received";
2241
+ readonly outputs: readonly [{
2242
+ readonly name: "";
2243
+ readonly internalType: "bytes4";
2244
+ readonly type: "bytes4";
2245
+ }];
2246
+ }, {
2247
+ readonly stateMutability: "payable";
2248
+ readonly type: "function";
2249
+ readonly inputs: readonly [{
2250
+ readonly name: "permit";
2251
+ readonly internalType: "struct IZoraSparks1155Managed.PermitBatch";
2252
+ readonly type: "tuple";
2253
+ readonly components: readonly [{
2254
+ readonly name: "owner";
2255
+ readonly internalType: "address";
2256
+ readonly type: "address";
2257
+ }, {
2258
+ readonly name: "to";
2259
+ readonly internalType: "address";
2260
+ readonly type: "address";
2261
+ }, {
2262
+ readonly name: "tokenIds";
2263
+ readonly internalType: "uint256[]";
2264
+ readonly type: "uint256[]";
2265
+ }, {
2266
+ readonly name: "quantities";
2267
+ readonly internalType: "uint256[]";
2268
+ readonly type: "uint256[]";
2269
+ }, {
2270
+ readonly name: "safeTransferData";
2271
+ readonly internalType: "bytes";
2272
+ readonly type: "bytes";
2273
+ }, {
2274
+ readonly name: "deadline";
2275
+ readonly internalType: "uint256";
2276
+ readonly type: "uint256";
2277
+ }, {
2278
+ readonly name: "nonce";
2279
+ readonly internalType: "uint256";
2280
+ readonly type: "uint256";
2281
+ }];
2282
+ }, {
2283
+ readonly name: "signature";
2284
+ readonly internalType: "bytes";
2285
+ readonly type: "bytes";
2286
+ }];
2287
+ readonly name: "permitWithAdditionalValue";
2288
+ readonly outputs: readonly [];
2289
+ }, {
2290
+ readonly type: "error";
2291
+ readonly inputs: readonly [{
2292
+ readonly name: "account";
2293
+ readonly internalType: "address";
2294
+ readonly type: "address";
2295
+ }];
2296
+ readonly name: "AddressInsufficientBalance";
2297
+ }, {
2298
+ readonly type: "error";
2299
+ readonly inputs: readonly [{
2300
+ readonly name: "data";
2301
+ readonly internalType: "bytes";
2302
+ readonly type: "bytes";
2303
+ }];
2304
+ readonly name: "CallFailed";
2305
+ }, {
2306
+ readonly type: "error";
2307
+ readonly inputs: readonly [{
2308
+ readonly name: "tokenId";
2309
+ readonly internalType: "uint256";
2310
+ readonly type: "uint256";
2311
+ }];
2312
+ readonly name: "ERC20NotSupported";
2313
+ }, {
2314
+ readonly type: "error";
2315
+ readonly inputs: readonly [];
2316
+ readonly name: "FailedInnerCall";
2317
+ }, {
2318
+ readonly type: "error";
2319
+ readonly inputs: readonly [];
2320
+ readonly name: "NotExpectingReceive";
2321
+ }, {
2322
+ readonly type: "error";
2323
+ readonly inputs: readonly [];
2324
+ readonly name: "NotZoraSparks1155";
2325
+ }, {
2326
+ readonly type: "error";
2327
+ readonly inputs: readonly [{
2328
+ readonly name: "data";
2329
+ readonly internalType: "bytes";
2330
+ readonly type: "bytes";
2331
+ }];
2332
+ readonly name: "TransferFailed";
2333
+ }, {
2334
+ readonly type: "error";
2335
+ readonly inputs: readonly [];
2336
+ readonly name: "UnknownUserAction";
2337
+ }];
2338
+ };
2339
+ /**
2340
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2341
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2342
+ * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2343
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2344
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2345
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2346
+ * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2347
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2348
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2349
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
2350
+ */
2351
+ export declare const protocolRewardsABI: readonly [{
2352
+ readonly stateMutability: "payable";
2353
+ readonly type: "constructor";
2354
+ readonly inputs: readonly [];
2355
+ }, {
2356
+ readonly stateMutability: "view";
2357
+ readonly type: "function";
2358
+ readonly inputs: readonly [];
2359
+ readonly name: "WITHDRAW_TYPEHASH";
2360
+ readonly outputs: readonly [{
2361
+ readonly name: "";
2362
+ readonly internalType: "bytes32";
2363
+ readonly type: "bytes32";
2364
+ }];
2365
+ }, {
2366
+ readonly stateMutability: "view";
2367
+ readonly type: "function";
2368
+ readonly inputs: readonly [{
2369
+ readonly name: "";
2370
+ readonly internalType: "address";
2371
+ readonly type: "address";
2372
+ }];
2373
+ readonly name: "balanceOf";
2374
+ readonly outputs: readonly [{
2375
+ readonly name: "";
2376
+ readonly internalType: "uint256";
2377
+ readonly type: "uint256";
2378
+ }];
2379
+ }, {
2380
+ readonly stateMutability: "payable";
2381
+ readonly type: "function";
2382
+ readonly inputs: readonly [{
2383
+ readonly name: "to";
2384
+ readonly internalType: "address";
2385
+ readonly type: "address";
2386
+ }, {
2387
+ readonly name: "reason";
2388
+ readonly internalType: "bytes4";
2389
+ readonly type: "bytes4";
2390
+ }, {
2391
+ readonly name: "comment";
2392
+ readonly internalType: "string";
2393
+ readonly type: "string";
2394
+ }];
2395
+ readonly name: "deposit";
2396
+ readonly outputs: readonly [];
2397
+ }, {
2398
+ readonly stateMutability: "payable";
2399
+ readonly type: "function";
2400
+ readonly inputs: readonly [{
2401
+ readonly name: "recipients";
2402
+ readonly internalType: "address[]";
2403
+ readonly type: "address[]";
2404
+ }, {
2405
+ readonly name: "amounts";
2406
+ readonly internalType: "uint256[]";
2407
+ readonly type: "uint256[]";
2408
+ }, {
2409
+ readonly name: "reasons";
2410
+ readonly internalType: "bytes4[]";
2411
+ readonly type: "bytes4[]";
2412
+ }, {
2413
+ readonly name: "comment";
2414
+ readonly internalType: "string";
2415
+ readonly type: "string";
2416
+ }];
2417
+ readonly name: "depositBatch";
2418
+ readonly outputs: readonly [];
2419
+ }, {
2420
+ readonly stateMutability: "payable";
2421
+ readonly type: "function";
2422
+ readonly inputs: readonly [{
2423
+ readonly name: "creator";
2424
+ readonly internalType: "address";
2425
+ readonly type: "address";
2426
+ }, {
2427
+ readonly name: "creatorReward";
2428
+ readonly internalType: "uint256";
2429
+ readonly type: "uint256";
2430
+ }, {
2431
+ readonly name: "createReferral";
2432
+ readonly internalType: "address";
2433
+ readonly type: "address";
2434
+ }, {
2435
+ readonly name: "createReferralReward";
2436
+ readonly internalType: "uint256";
2437
+ readonly type: "uint256";
2438
+ }, {
2439
+ readonly name: "mintReferral";
2440
+ readonly internalType: "address";
2441
+ readonly type: "address";
2442
+ }, {
2443
+ readonly name: "mintReferralReward";
2444
+ readonly internalType: "uint256";
2445
+ readonly type: "uint256";
2446
+ }, {
2447
+ readonly name: "firstMinter";
2448
+ readonly internalType: "address";
2449
+ readonly type: "address";
2450
+ }, {
2451
+ readonly name: "firstMinterReward";
2452
+ readonly internalType: "uint256";
2453
+ readonly type: "uint256";
2454
+ }, {
2455
+ readonly name: "zora";
2456
+ readonly internalType: "address";
2457
+ readonly type: "address";
2458
+ }, {
2459
+ readonly name: "zoraReward";
2460
+ readonly internalType: "uint256";
2461
+ readonly type: "uint256";
2462
+ }];
2463
+ readonly name: "depositRewards";
2464
+ readonly outputs: readonly [];
2465
+ }, {
2466
+ readonly stateMutability: "view";
2467
+ readonly type: "function";
2468
+ readonly inputs: readonly [];
2469
+ readonly name: "eip712Domain";
2470
+ readonly outputs: readonly [{
2471
+ readonly name: "fields";
2472
+ readonly internalType: "bytes1";
2473
+ readonly type: "bytes1";
2474
+ }, {
2475
+ readonly name: "name";
2476
+ readonly internalType: "string";
2477
+ readonly type: "string";
2478
+ }, {
2479
+ readonly name: "version";
2480
+ readonly internalType: "string";
2481
+ readonly type: "string";
2482
+ }, {
2483
+ readonly name: "chainId";
2484
+ readonly internalType: "uint256";
2485
+ readonly type: "uint256";
2486
+ }, {
2487
+ readonly name: "verifyingContract";
2488
+ readonly internalType: "address";
2489
+ readonly type: "address";
2490
+ }, {
2491
+ readonly name: "salt";
2492
+ readonly internalType: "bytes32";
2493
+ readonly type: "bytes32";
2494
+ }, {
2495
+ readonly name: "extensions";
2496
+ readonly internalType: "uint256[]";
2497
+ readonly type: "uint256[]";
2498
+ }];
2499
+ }, {
2500
+ readonly stateMutability: "view";
2501
+ readonly type: "function";
2502
+ readonly inputs: readonly [{
2503
+ readonly name: "";
2504
+ readonly internalType: "address";
2505
+ readonly type: "address";
2506
+ }];
2507
+ readonly name: "nonces";
2508
+ readonly outputs: readonly [{
2509
+ readonly name: "";
2510
+ readonly internalType: "uint256";
2511
+ readonly type: "uint256";
2512
+ }];
2513
+ }, {
2514
+ readonly stateMutability: "view";
2515
+ readonly type: "function";
2516
+ readonly inputs: readonly [];
2517
+ readonly name: "totalSupply";
2518
+ readonly outputs: readonly [{
2519
+ readonly name: "";
2520
+ readonly internalType: "uint256";
2521
+ readonly type: "uint256";
2522
+ }];
2523
+ }, {
2524
+ readonly stateMutability: "nonpayable";
2525
+ readonly type: "function";
2526
+ readonly inputs: readonly [{
2527
+ readonly name: "to";
2528
+ readonly internalType: "address";
2529
+ readonly type: "address";
2530
+ }, {
2531
+ readonly name: "amount";
2532
+ readonly internalType: "uint256";
2533
+ readonly type: "uint256";
2534
+ }];
2535
+ readonly name: "withdraw";
2536
+ readonly outputs: readonly [];
2537
+ }, {
2538
+ readonly stateMutability: "nonpayable";
2539
+ readonly type: "function";
2540
+ readonly inputs: readonly [{
2541
+ readonly name: "to";
2542
+ readonly internalType: "address";
2543
+ readonly type: "address";
2544
+ }, {
2545
+ readonly name: "amount";
2546
+ readonly internalType: "uint256";
2547
+ readonly type: "uint256";
2548
+ }];
2549
+ readonly name: "withdrawFor";
2550
+ readonly outputs: readonly [];
2551
+ }, {
2552
+ readonly stateMutability: "nonpayable";
2553
+ readonly type: "function";
2554
+ readonly inputs: readonly [{
2555
+ readonly name: "from";
2556
+ readonly internalType: "address";
2557
+ readonly type: "address";
2558
+ }, {
2211
2559
  readonly name: "to";
2212
2560
  readonly internalType: "address";
2213
2561
  readonly type: "address";
@@ -2469,717 +2817,369 @@ export declare const protocolRewardsConfig: {
2469
2817
  readonly outputs: readonly [{
2470
2818
  readonly name: "";
2471
2819
  readonly internalType: "uint256";
2472
- readonly type: "uint256";
2473
- }];
2474
- }, {
2475
- readonly stateMutability: "payable";
2476
- readonly type: "function";
2477
- readonly inputs: readonly [{
2478
- readonly name: "to";
2479
- readonly internalType: "address";
2480
- readonly type: "address";
2481
- }, {
2482
- readonly name: "reason";
2483
- readonly internalType: "bytes4";
2484
- readonly type: "bytes4";
2485
- }, {
2486
- readonly name: "comment";
2487
- readonly internalType: "string";
2488
- readonly type: "string";
2489
- }];
2490
- readonly name: "deposit";
2491
- readonly outputs: readonly [];
2492
- }, {
2493
- readonly stateMutability: "payable";
2494
- readonly type: "function";
2495
- readonly inputs: readonly [{
2496
- readonly name: "recipients";
2497
- readonly internalType: "address[]";
2498
- readonly type: "address[]";
2499
- }, {
2500
- readonly name: "amounts";
2501
- readonly internalType: "uint256[]";
2502
- readonly type: "uint256[]";
2503
- }, {
2504
- readonly name: "reasons";
2505
- readonly internalType: "bytes4[]";
2506
- readonly type: "bytes4[]";
2507
- }, {
2508
- readonly name: "comment";
2509
- readonly internalType: "string";
2510
- readonly type: "string";
2511
- }];
2512
- readonly name: "depositBatch";
2513
- readonly outputs: readonly [];
2514
- }, {
2515
- readonly stateMutability: "payable";
2516
- readonly type: "function";
2517
- readonly inputs: readonly [{
2518
- readonly name: "creator";
2519
- readonly internalType: "address";
2520
- readonly type: "address";
2521
- }, {
2522
- readonly name: "creatorReward";
2523
- readonly internalType: "uint256";
2524
- readonly type: "uint256";
2525
- }, {
2526
- readonly name: "createReferral";
2527
- readonly internalType: "address";
2528
- readonly type: "address";
2529
- }, {
2530
- readonly name: "createReferralReward";
2531
- readonly internalType: "uint256";
2532
- readonly type: "uint256";
2533
- }, {
2534
- readonly name: "mintReferral";
2535
- readonly internalType: "address";
2536
- readonly type: "address";
2537
- }, {
2538
- readonly name: "mintReferralReward";
2539
- readonly internalType: "uint256";
2540
- readonly type: "uint256";
2541
- }, {
2542
- readonly name: "firstMinter";
2543
- readonly internalType: "address";
2544
- readonly type: "address";
2545
- }, {
2546
- readonly name: "firstMinterReward";
2547
- readonly internalType: "uint256";
2548
- readonly type: "uint256";
2549
- }, {
2550
- readonly name: "zora";
2551
- readonly internalType: "address";
2552
- readonly type: "address";
2553
- }, {
2554
- readonly name: "zoraReward";
2555
- readonly internalType: "uint256";
2556
- readonly type: "uint256";
2557
- }];
2558
- readonly name: "depositRewards";
2559
- readonly outputs: readonly [];
2560
- }, {
2561
- readonly stateMutability: "view";
2562
- readonly type: "function";
2563
- readonly inputs: readonly [];
2564
- readonly name: "eip712Domain";
2565
- readonly outputs: readonly [{
2566
- readonly name: "fields";
2567
- readonly internalType: "bytes1";
2568
- readonly type: "bytes1";
2569
- }, {
2570
- readonly name: "name";
2571
- readonly internalType: "string";
2572
- readonly type: "string";
2573
- }, {
2574
- readonly name: "version";
2575
- readonly internalType: "string";
2576
- readonly type: "string";
2577
- }, {
2578
- readonly name: "chainId";
2579
- readonly internalType: "uint256";
2580
- readonly type: "uint256";
2581
- }, {
2582
- readonly name: "verifyingContract";
2583
- readonly internalType: "address";
2584
- readonly type: "address";
2585
- }, {
2586
- readonly name: "salt";
2587
- readonly internalType: "bytes32";
2588
- readonly type: "bytes32";
2589
- }, {
2590
- readonly name: "extensions";
2591
- readonly internalType: "uint256[]";
2592
- readonly type: "uint256[]";
2593
- }];
2594
- }, {
2595
- readonly stateMutability: "view";
2596
- readonly type: "function";
2597
- readonly inputs: readonly [{
2598
- readonly name: "";
2599
- readonly internalType: "address";
2600
- readonly type: "address";
2601
- }];
2602
- readonly name: "nonces";
2603
- readonly outputs: readonly [{
2604
- readonly name: "";
2605
- readonly internalType: "uint256";
2606
- readonly type: "uint256";
2607
- }];
2608
- }, {
2609
- readonly stateMutability: "view";
2610
- readonly type: "function";
2611
- readonly inputs: readonly [];
2612
- readonly name: "totalSupply";
2613
- readonly outputs: readonly [{
2614
- readonly name: "";
2615
- readonly internalType: "uint256";
2616
- readonly type: "uint256";
2617
- }];
2618
- }, {
2619
- readonly stateMutability: "nonpayable";
2620
- readonly type: "function";
2621
- readonly inputs: readonly [{
2622
- readonly name: "to";
2623
- readonly internalType: "address";
2624
- readonly type: "address";
2625
- }, {
2626
- readonly name: "amount";
2627
- readonly internalType: "uint256";
2628
- readonly type: "uint256";
2629
- }];
2630
- readonly name: "withdraw";
2631
- readonly outputs: readonly [];
2632
- }, {
2633
- readonly stateMutability: "nonpayable";
2634
- readonly type: "function";
2635
- readonly inputs: readonly [{
2636
- readonly name: "to";
2637
- readonly internalType: "address";
2638
- readonly type: "address";
2639
- }, {
2640
- readonly name: "amount";
2641
- readonly internalType: "uint256";
2642
- readonly type: "uint256";
2643
- }];
2644
- readonly name: "withdrawFor";
2645
- readonly outputs: readonly [];
2646
- }, {
2647
- readonly stateMutability: "nonpayable";
2648
- readonly type: "function";
2649
- readonly inputs: readonly [{
2650
- readonly name: "from";
2651
- readonly internalType: "address";
2652
- readonly type: "address";
2653
- }, {
2654
- readonly name: "to";
2655
- readonly internalType: "address";
2656
- readonly type: "address";
2657
- }, {
2658
- readonly name: "amount";
2659
- readonly internalType: "uint256";
2660
- readonly type: "uint256";
2661
- }, {
2662
- readonly name: "deadline";
2663
- readonly internalType: "uint256";
2664
- readonly type: "uint256";
2665
- }, {
2666
- readonly name: "v";
2667
- readonly internalType: "uint8";
2668
- readonly type: "uint8";
2669
- }, {
2670
- readonly name: "r";
2671
- readonly internalType: "bytes32";
2672
- readonly type: "bytes32";
2673
- }, {
2674
- readonly name: "s";
2675
- readonly internalType: "bytes32";
2676
- readonly type: "bytes32";
2820
+ readonly type: "uint256";
2677
2821
  }];
2678
- readonly name: "withdrawWithSig";
2679
- readonly outputs: readonly [];
2680
2822
  }, {
2681
- readonly type: "event";
2682
- readonly anonymous: false;
2823
+ readonly stateMutability: "payable";
2824
+ readonly type: "function";
2683
2825
  readonly inputs: readonly [{
2684
- readonly name: "from";
2685
- readonly internalType: "address";
2686
- readonly type: "address";
2687
- readonly indexed: true;
2688
- }, {
2689
2826
  readonly name: "to";
2690
2827
  readonly internalType: "address";
2691
2828
  readonly type: "address";
2692
- readonly indexed: true;
2693
2829
  }, {
2694
2830
  readonly name: "reason";
2695
2831
  readonly internalType: "bytes4";
2696
2832
  readonly type: "bytes4";
2697
- readonly indexed: true;
2698
- }, {
2699
- readonly name: "amount";
2700
- readonly internalType: "uint256";
2701
- readonly type: "uint256";
2702
- readonly indexed: false;
2703
2833
  }, {
2704
2834
  readonly name: "comment";
2705
2835
  readonly internalType: "string";
2706
2836
  readonly type: "string";
2707
- readonly indexed: false;
2708
2837
  }];
2709
- readonly name: "Deposit";
2710
- }, {
2711
- readonly type: "event";
2712
- readonly anonymous: false;
2713
- readonly inputs: readonly [];
2714
- readonly name: "EIP712DomainChanged";
2838
+ readonly name: "deposit";
2839
+ readonly outputs: readonly [];
2715
2840
  }, {
2716
- readonly type: "event";
2717
- readonly anonymous: false;
2841
+ readonly stateMutability: "payable";
2842
+ readonly type: "function";
2718
2843
  readonly inputs: readonly [{
2719
- readonly name: "creator";
2720
- readonly internalType: "address";
2721
- readonly type: "address";
2722
- readonly indexed: true;
2723
- }, {
2724
- readonly name: "createReferral";
2725
- readonly internalType: "address";
2726
- readonly type: "address";
2727
- readonly indexed: true;
2728
- }, {
2729
- readonly name: "mintReferral";
2730
- readonly internalType: "address";
2731
- readonly type: "address";
2732
- readonly indexed: true;
2844
+ readonly name: "recipients";
2845
+ readonly internalType: "address[]";
2846
+ readonly type: "address[]";
2733
2847
  }, {
2734
- readonly name: "firstMinter";
2735
- readonly internalType: "address";
2736
- readonly type: "address";
2737
- readonly indexed: false;
2848
+ readonly name: "amounts";
2849
+ readonly internalType: "uint256[]";
2850
+ readonly type: "uint256[]";
2738
2851
  }, {
2739
- readonly name: "zora";
2740
- readonly internalType: "address";
2741
- readonly type: "address";
2742
- readonly indexed: false;
2852
+ readonly name: "reasons";
2853
+ readonly internalType: "bytes4[]";
2854
+ readonly type: "bytes4[]";
2743
2855
  }, {
2744
- readonly name: "from";
2856
+ readonly name: "comment";
2857
+ readonly internalType: "string";
2858
+ readonly type: "string";
2859
+ }];
2860
+ readonly name: "depositBatch";
2861
+ readonly outputs: readonly [];
2862
+ }, {
2863
+ readonly stateMutability: "payable";
2864
+ readonly type: "function";
2865
+ readonly inputs: readonly [{
2866
+ readonly name: "creator";
2745
2867
  readonly internalType: "address";
2746
2868
  readonly type: "address";
2747
- readonly indexed: false;
2748
2869
  }, {
2749
2870
  readonly name: "creatorReward";
2750
2871
  readonly internalType: "uint256";
2751
2872
  readonly type: "uint256";
2752
- readonly indexed: false;
2873
+ }, {
2874
+ readonly name: "createReferral";
2875
+ readonly internalType: "address";
2876
+ readonly type: "address";
2753
2877
  }, {
2754
2878
  readonly name: "createReferralReward";
2755
2879
  readonly internalType: "uint256";
2756
2880
  readonly type: "uint256";
2757
- readonly indexed: false;
2881
+ }, {
2882
+ readonly name: "mintReferral";
2883
+ readonly internalType: "address";
2884
+ readonly type: "address";
2758
2885
  }, {
2759
2886
  readonly name: "mintReferralReward";
2760
2887
  readonly internalType: "uint256";
2761
2888
  readonly type: "uint256";
2762
- readonly indexed: false;
2763
2889
  }, {
2764
- readonly name: "firstMinterReward";
2765
- readonly internalType: "uint256";
2766
- readonly type: "uint256";
2767
- readonly indexed: false;
2890
+ readonly name: "firstMinter";
2891
+ readonly internalType: "address";
2892
+ readonly type: "address";
2768
2893
  }, {
2769
- readonly name: "zoraReward";
2894
+ readonly name: "firstMinterReward";
2770
2895
  readonly internalType: "uint256";
2771
2896
  readonly type: "uint256";
2772
- readonly indexed: false;
2773
- }];
2774
- readonly name: "RewardsDeposit";
2775
- }, {
2776
- readonly type: "event";
2777
- readonly anonymous: false;
2778
- readonly inputs: readonly [{
2779
- readonly name: "from";
2780
- readonly internalType: "address";
2781
- readonly type: "address";
2782
- readonly indexed: true;
2783
2897
  }, {
2784
- readonly name: "to";
2898
+ readonly name: "zora";
2785
2899
  readonly internalType: "address";
2786
2900
  readonly type: "address";
2787
- readonly indexed: true;
2788
2901
  }, {
2789
- readonly name: "amount";
2902
+ readonly name: "zoraReward";
2790
2903
  readonly internalType: "uint256";
2791
2904
  readonly type: "uint256";
2792
- readonly indexed: false;
2793
2905
  }];
2794
- readonly name: "Withdraw";
2795
- }, {
2796
- readonly type: "error";
2797
- readonly inputs: readonly [];
2798
- readonly name: "ADDRESS_ZERO";
2799
- }, {
2800
- readonly type: "error";
2801
- readonly inputs: readonly [];
2802
- readonly name: "ARRAY_LENGTH_MISMATCH";
2803
- }, {
2804
- readonly type: "error";
2805
- readonly inputs: readonly [];
2806
- readonly name: "INVALID_DEPOSIT";
2807
- }, {
2808
- readonly type: "error";
2809
- readonly inputs: readonly [];
2810
- readonly name: "INVALID_SIGNATURE";
2811
- }, {
2812
- readonly type: "error";
2813
- readonly inputs: readonly [];
2814
- readonly name: "INVALID_WITHDRAW";
2815
- }, {
2816
- readonly type: "error";
2817
- readonly inputs: readonly [];
2818
- readonly name: "InvalidShortString";
2906
+ readonly name: "depositRewards";
2907
+ readonly outputs: readonly [];
2819
2908
  }, {
2820
- readonly type: "error";
2909
+ readonly stateMutability: "view";
2910
+ readonly type: "function";
2821
2911
  readonly inputs: readonly [];
2822
- readonly name: "SIGNATURE_DEADLINE_EXPIRED";
2823
- }, {
2824
- readonly type: "error";
2825
- readonly inputs: readonly [{
2826
- readonly name: "str";
2912
+ readonly name: "eip712Domain";
2913
+ readonly outputs: readonly [{
2914
+ readonly name: "fields";
2915
+ readonly internalType: "bytes1";
2916
+ readonly type: "bytes1";
2917
+ }, {
2918
+ readonly name: "name";
2827
2919
  readonly internalType: "string";
2828
2920
  readonly type: "string";
2829
- }];
2830
- readonly name: "StringTooLong";
2831
- }, {
2832
- readonly type: "error";
2833
- readonly inputs: readonly [];
2834
- readonly name: "TRANSFER_FAILED";
2835
- }];
2836
- };
2837
- /**
2838
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2839
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
2840
- */
2841
- export declare const sparksEthUnwrapperAndCallerABI: readonly [{
2842
- readonly stateMutability: "nonpayable";
2843
- readonly type: "constructor";
2844
- readonly inputs: readonly [{
2845
- readonly name: "_zoraSparks1155";
2846
- readonly internalType: "contract IZoraSparks1155";
2847
- readonly type: "address";
2848
- }];
2849
- }, {
2850
- readonly stateMutability: "payable";
2851
- readonly type: "receive";
2852
- }, {
2853
- readonly stateMutability: "nonpayable";
2854
- readonly type: "function";
2855
- readonly inputs: readonly [{
2856
- readonly name: "";
2857
- readonly internalType: "address";
2858
- readonly type: "address";
2859
- }, {
2860
- readonly name: "from";
2861
- readonly internalType: "address";
2862
- readonly type: "address";
2863
- }, {
2864
- readonly name: "ids";
2865
- readonly internalType: "uint256[]";
2866
- readonly type: "uint256[]";
2867
- }, {
2868
- readonly name: "values";
2869
- readonly internalType: "uint256[]";
2870
- readonly type: "uint256[]";
2871
- }, {
2872
- readonly name: "data";
2873
- readonly internalType: "bytes";
2874
- readonly type: "bytes";
2875
- }];
2876
- readonly name: "onERC1155BatchReceived";
2877
- readonly outputs: readonly [{
2878
- readonly name: "";
2879
- readonly internalType: "bytes4";
2880
- readonly type: "bytes4";
2881
- }];
2882
- }, {
2883
- readonly stateMutability: "nonpayable";
2884
- readonly type: "function";
2885
- readonly inputs: readonly [{
2886
- readonly name: "";
2887
- readonly internalType: "address";
2888
- readonly type: "address";
2889
- }, {
2890
- readonly name: "from";
2891
- readonly internalType: "address";
2892
- readonly type: "address";
2893
- }, {
2894
- readonly name: "id";
2895
- readonly internalType: "uint256";
2896
- readonly type: "uint256";
2897
- }, {
2898
- readonly name: "value";
2899
- readonly internalType: "uint256";
2900
- readonly type: "uint256";
2901
- }, {
2902
- readonly name: "data";
2903
- readonly internalType: "bytes";
2904
- readonly type: "bytes";
2905
- }];
2906
- readonly name: "onERC1155Received";
2907
- readonly outputs: readonly [{
2908
- readonly name: "";
2909
- readonly internalType: "bytes4";
2910
- readonly type: "bytes4";
2911
- }];
2912
- }, {
2913
- readonly stateMutability: "payable";
2914
- readonly type: "function";
2915
- readonly inputs: readonly [{
2916
- readonly name: "permit";
2917
- readonly internalType: "struct IZoraSparks1155Managed.PermitBatch";
2918
- readonly type: "tuple";
2919
- readonly components: readonly [{
2920
- readonly name: "owner";
2921
- readonly internalType: "address";
2922
- readonly type: "address";
2923
2921
  }, {
2924
- readonly name: "to";
2922
+ readonly name: "version";
2923
+ readonly internalType: "string";
2924
+ readonly type: "string";
2925
+ }, {
2926
+ readonly name: "chainId";
2927
+ readonly internalType: "uint256";
2928
+ readonly type: "uint256";
2929
+ }, {
2930
+ readonly name: "verifyingContract";
2925
2931
  readonly internalType: "address";
2926
2932
  readonly type: "address";
2927
2933
  }, {
2928
- readonly name: "tokenIds";
2929
- readonly internalType: "uint256[]";
2930
- readonly type: "uint256[]";
2934
+ readonly name: "salt";
2935
+ readonly internalType: "bytes32";
2936
+ readonly type: "bytes32";
2931
2937
  }, {
2932
- readonly name: "quantities";
2938
+ readonly name: "extensions";
2933
2939
  readonly internalType: "uint256[]";
2934
2940
  readonly type: "uint256[]";
2935
- }, {
2936
- readonly name: "safeTransferData";
2937
- readonly internalType: "bytes";
2938
- readonly type: "bytes";
2939
- }, {
2940
- readonly name: "deadline";
2941
+ }];
2942
+ }, {
2943
+ readonly stateMutability: "view";
2944
+ readonly type: "function";
2945
+ readonly inputs: readonly [{
2946
+ readonly name: "";
2947
+ readonly internalType: "address";
2948
+ readonly type: "address";
2949
+ }];
2950
+ readonly name: "nonces";
2951
+ readonly outputs: readonly [{
2952
+ readonly name: "";
2941
2953
  readonly internalType: "uint256";
2942
2954
  readonly type: "uint256";
2943
- }, {
2944
- readonly name: "nonce";
2955
+ }];
2956
+ }, {
2957
+ readonly stateMutability: "view";
2958
+ readonly type: "function";
2959
+ readonly inputs: readonly [];
2960
+ readonly name: "totalSupply";
2961
+ readonly outputs: readonly [{
2962
+ readonly name: "";
2945
2963
  readonly internalType: "uint256";
2946
2964
  readonly type: "uint256";
2947
2965
  }];
2948
2966
  }, {
2949
- readonly name: "signature";
2950
- readonly internalType: "bytes";
2951
- readonly type: "bytes";
2952
- }];
2953
- readonly name: "permitWithAdditionalValue";
2954
- readonly outputs: readonly [];
2955
- }, {
2956
- readonly type: "error";
2957
- readonly inputs: readonly [{
2958
- readonly name: "account";
2959
- readonly internalType: "address";
2960
- readonly type: "address";
2961
- }];
2962
- readonly name: "AddressInsufficientBalance";
2963
- }, {
2964
- readonly type: "error";
2965
- readonly inputs: readonly [{
2966
- readonly name: "data";
2967
- readonly internalType: "bytes";
2968
- readonly type: "bytes";
2969
- }];
2970
- readonly name: "CallFailed";
2971
- }, {
2972
- readonly type: "error";
2973
- readonly inputs: readonly [{
2974
- readonly name: "tokenId";
2975
- readonly internalType: "uint256";
2976
- readonly type: "uint256";
2977
- }];
2978
- readonly name: "ERC20NotSupported";
2979
- }, {
2980
- readonly type: "error";
2981
- readonly inputs: readonly [];
2982
- readonly name: "FailedInnerCall";
2983
- }, {
2984
- readonly type: "error";
2985
- readonly inputs: readonly [];
2986
- readonly name: "NotExpectingReceive";
2987
- }, {
2988
- readonly type: "error";
2989
- readonly inputs: readonly [];
2990
- readonly name: "NotZoraSparks1155";
2991
- }, {
2992
- readonly type: "error";
2993
- readonly inputs: readonly [{
2994
- readonly name: "data";
2995
- readonly internalType: "bytes";
2996
- readonly type: "bytes";
2997
- }];
2998
- readonly name: "TransferFailed";
2999
- }, {
3000
- readonly type: "error";
3001
- readonly inputs: readonly [];
3002
- readonly name: "UnknownUserAction";
3003
- }];
3004
- /**
3005
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
3006
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
3007
- */
3008
- export declare const sparksEthUnwrapperAndCallerAddress: {
3009
- readonly 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
3010
- readonly 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
3011
- };
3012
- /**
3013
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
3014
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xb0994EB9520C98C97e1F3953a5964535C2bd271A)
3015
- */
3016
- export declare const sparksEthUnwrapperAndCallerConfig: {
3017
- readonly address: {
3018
- readonly 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
3019
- readonly 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A";
3020
- };
3021
- readonly abi: readonly [{
3022
2967
  readonly stateMutability: "nonpayable";
3023
- readonly type: "constructor";
2968
+ readonly type: "function";
3024
2969
  readonly inputs: readonly [{
3025
- readonly name: "_zoraSparks1155";
3026
- readonly internalType: "contract IZoraSparks1155";
2970
+ readonly name: "to";
2971
+ readonly internalType: "address";
3027
2972
  readonly type: "address";
2973
+ }, {
2974
+ readonly name: "amount";
2975
+ readonly internalType: "uint256";
2976
+ readonly type: "uint256";
3028
2977
  }];
3029
- }, {
3030
- readonly stateMutability: "payable";
3031
- readonly type: "receive";
2978
+ readonly name: "withdraw";
2979
+ readonly outputs: readonly [];
3032
2980
  }, {
3033
2981
  readonly stateMutability: "nonpayable";
3034
2982
  readonly type: "function";
3035
2983
  readonly inputs: readonly [{
3036
- readonly name: "";
2984
+ readonly name: "to";
3037
2985
  readonly internalType: "address";
3038
2986
  readonly type: "address";
3039
2987
  }, {
2988
+ readonly name: "amount";
2989
+ readonly internalType: "uint256";
2990
+ readonly type: "uint256";
2991
+ }];
2992
+ readonly name: "withdrawFor";
2993
+ readonly outputs: readonly [];
2994
+ }, {
2995
+ readonly stateMutability: "nonpayable";
2996
+ readonly type: "function";
2997
+ readonly inputs: readonly [{
3040
2998
  readonly name: "from";
3041
2999
  readonly internalType: "address";
3042
3000
  readonly type: "address";
3043
3001
  }, {
3044
- readonly name: "ids";
3045
- readonly internalType: "uint256[]";
3046
- readonly type: "uint256[]";
3002
+ readonly name: "to";
3003
+ readonly internalType: "address";
3004
+ readonly type: "address";
3047
3005
  }, {
3048
- readonly name: "values";
3049
- readonly internalType: "uint256[]";
3050
- readonly type: "uint256[]";
3006
+ readonly name: "amount";
3007
+ readonly internalType: "uint256";
3008
+ readonly type: "uint256";
3051
3009
  }, {
3052
- readonly name: "data";
3053
- readonly internalType: "bytes";
3054
- readonly type: "bytes";
3010
+ readonly name: "deadline";
3011
+ readonly internalType: "uint256";
3012
+ readonly type: "uint256";
3013
+ }, {
3014
+ readonly name: "v";
3015
+ readonly internalType: "uint8";
3016
+ readonly type: "uint8";
3017
+ }, {
3018
+ readonly name: "r";
3019
+ readonly internalType: "bytes32";
3020
+ readonly type: "bytes32";
3021
+ }, {
3022
+ readonly name: "s";
3023
+ readonly internalType: "bytes32";
3024
+ readonly type: "bytes32";
3055
3025
  }];
3056
- readonly name: "onERC1155BatchReceived";
3057
- readonly outputs: readonly [{
3058
- readonly name: "";
3026
+ readonly name: "withdrawWithSig";
3027
+ readonly outputs: readonly [];
3028
+ }, {
3029
+ readonly type: "event";
3030
+ readonly anonymous: false;
3031
+ readonly inputs: readonly [{
3032
+ readonly name: "from";
3033
+ readonly internalType: "address";
3034
+ readonly type: "address";
3035
+ readonly indexed: true;
3036
+ }, {
3037
+ readonly name: "to";
3038
+ readonly internalType: "address";
3039
+ readonly type: "address";
3040
+ readonly indexed: true;
3041
+ }, {
3042
+ readonly name: "reason";
3059
3043
  readonly internalType: "bytes4";
3060
3044
  readonly type: "bytes4";
3045
+ readonly indexed: true;
3046
+ }, {
3047
+ readonly name: "amount";
3048
+ readonly internalType: "uint256";
3049
+ readonly type: "uint256";
3050
+ readonly indexed: false;
3051
+ }, {
3052
+ readonly name: "comment";
3053
+ readonly internalType: "string";
3054
+ readonly type: "string";
3055
+ readonly indexed: false;
3056
+ }];
3057
+ readonly name: "Deposit";
3058
+ }, {
3059
+ readonly type: "event";
3060
+ readonly anonymous: false;
3061
+ readonly inputs: readonly [];
3062
+ readonly name: "EIP712DomainChanged";
3063
+ }, {
3064
+ readonly type: "event";
3065
+ readonly anonymous: false;
3066
+ readonly inputs: readonly [{
3067
+ readonly name: "creator";
3068
+ readonly internalType: "address";
3069
+ readonly type: "address";
3070
+ readonly indexed: true;
3071
+ }, {
3072
+ readonly name: "createReferral";
3073
+ readonly internalType: "address";
3074
+ readonly type: "address";
3075
+ readonly indexed: true;
3076
+ }, {
3077
+ readonly name: "mintReferral";
3078
+ readonly internalType: "address";
3079
+ readonly type: "address";
3080
+ readonly indexed: true;
3081
+ }, {
3082
+ readonly name: "firstMinter";
3083
+ readonly internalType: "address";
3084
+ readonly type: "address";
3085
+ readonly indexed: false;
3086
+ }, {
3087
+ readonly name: "zora";
3088
+ readonly internalType: "address";
3089
+ readonly type: "address";
3090
+ readonly indexed: false;
3091
+ }, {
3092
+ readonly name: "from";
3093
+ readonly internalType: "address";
3094
+ readonly type: "address";
3095
+ readonly indexed: false;
3096
+ }, {
3097
+ readonly name: "creatorReward";
3098
+ readonly internalType: "uint256";
3099
+ readonly type: "uint256";
3100
+ readonly indexed: false;
3101
+ }, {
3102
+ readonly name: "createReferralReward";
3103
+ readonly internalType: "uint256";
3104
+ readonly type: "uint256";
3105
+ readonly indexed: false;
3106
+ }, {
3107
+ readonly name: "mintReferralReward";
3108
+ readonly internalType: "uint256";
3109
+ readonly type: "uint256";
3110
+ readonly indexed: false;
3111
+ }, {
3112
+ readonly name: "firstMinterReward";
3113
+ readonly internalType: "uint256";
3114
+ readonly type: "uint256";
3115
+ readonly indexed: false;
3116
+ }, {
3117
+ readonly name: "zoraReward";
3118
+ readonly internalType: "uint256";
3119
+ readonly type: "uint256";
3120
+ readonly indexed: false;
3061
3121
  }];
3122
+ readonly name: "RewardsDeposit";
3062
3123
  }, {
3063
- readonly stateMutability: "nonpayable";
3064
- readonly type: "function";
3124
+ readonly type: "event";
3125
+ readonly anonymous: false;
3065
3126
  readonly inputs: readonly [{
3066
- readonly name: "";
3127
+ readonly name: "from";
3067
3128
  readonly internalType: "address";
3068
3129
  readonly type: "address";
3130
+ readonly indexed: true;
3069
3131
  }, {
3070
- readonly name: "from";
3132
+ readonly name: "to";
3071
3133
  readonly internalType: "address";
3072
3134
  readonly type: "address";
3135
+ readonly indexed: true;
3073
3136
  }, {
3074
- readonly name: "id";
3075
- readonly internalType: "uint256";
3076
- readonly type: "uint256";
3077
- }, {
3078
- readonly name: "value";
3137
+ readonly name: "amount";
3079
3138
  readonly internalType: "uint256";
3080
3139
  readonly type: "uint256";
3081
- }, {
3082
- readonly name: "data";
3083
- readonly internalType: "bytes";
3084
- readonly type: "bytes";
3085
- }];
3086
- readonly name: "onERC1155Received";
3087
- readonly outputs: readonly [{
3088
- readonly name: "";
3089
- readonly internalType: "bytes4";
3090
- readonly type: "bytes4";
3140
+ readonly indexed: false;
3091
3141
  }];
3142
+ readonly name: "Withdraw";
3092
3143
  }, {
3093
- readonly stateMutability: "payable";
3094
- readonly type: "function";
3095
- readonly inputs: readonly [{
3096
- readonly name: "permit";
3097
- readonly internalType: "struct IZoraSparks1155Managed.PermitBatch";
3098
- readonly type: "tuple";
3099
- readonly components: readonly [{
3100
- readonly name: "owner";
3101
- readonly internalType: "address";
3102
- readonly type: "address";
3103
- }, {
3104
- readonly name: "to";
3105
- readonly internalType: "address";
3106
- readonly type: "address";
3107
- }, {
3108
- readonly name: "tokenIds";
3109
- readonly internalType: "uint256[]";
3110
- readonly type: "uint256[]";
3111
- }, {
3112
- readonly name: "quantities";
3113
- readonly internalType: "uint256[]";
3114
- readonly type: "uint256[]";
3115
- }, {
3116
- readonly name: "safeTransferData";
3117
- readonly internalType: "bytes";
3118
- readonly type: "bytes";
3119
- }, {
3120
- readonly name: "deadline";
3121
- readonly internalType: "uint256";
3122
- readonly type: "uint256";
3123
- }, {
3124
- readonly name: "nonce";
3125
- readonly internalType: "uint256";
3126
- readonly type: "uint256";
3127
- }];
3128
- }, {
3129
- readonly name: "signature";
3130
- readonly internalType: "bytes";
3131
- readonly type: "bytes";
3132
- }];
3133
- readonly name: "permitWithAdditionalValue";
3134
- readonly outputs: readonly [];
3144
+ readonly type: "error";
3145
+ readonly inputs: readonly [];
3146
+ readonly name: "ADDRESS_ZERO";
3135
3147
  }, {
3136
3148
  readonly type: "error";
3137
- readonly inputs: readonly [{
3138
- readonly name: "account";
3139
- readonly internalType: "address";
3140
- readonly type: "address";
3141
- }];
3142
- readonly name: "AddressInsufficientBalance";
3149
+ readonly inputs: readonly [];
3150
+ readonly name: "ARRAY_LENGTH_MISMATCH";
3143
3151
  }, {
3144
3152
  readonly type: "error";
3145
- readonly inputs: readonly [{
3146
- readonly name: "data";
3147
- readonly internalType: "bytes";
3148
- readonly type: "bytes";
3149
- }];
3150
- readonly name: "CallFailed";
3153
+ readonly inputs: readonly [];
3154
+ readonly name: "INVALID_DEPOSIT";
3151
3155
  }, {
3152
3156
  readonly type: "error";
3153
- readonly inputs: readonly [{
3154
- readonly name: "tokenId";
3155
- readonly internalType: "uint256";
3156
- readonly type: "uint256";
3157
- }];
3158
- readonly name: "ERC20NotSupported";
3157
+ readonly inputs: readonly [];
3158
+ readonly name: "INVALID_SIGNATURE";
3159
3159
  }, {
3160
3160
  readonly type: "error";
3161
3161
  readonly inputs: readonly [];
3162
- readonly name: "FailedInnerCall";
3162
+ readonly name: "INVALID_WITHDRAW";
3163
3163
  }, {
3164
3164
  readonly type: "error";
3165
3165
  readonly inputs: readonly [];
3166
- readonly name: "NotExpectingReceive";
3166
+ readonly name: "InvalidShortString";
3167
3167
  }, {
3168
3168
  readonly type: "error";
3169
3169
  readonly inputs: readonly [];
3170
- readonly name: "NotZoraSparks1155";
3170
+ readonly name: "SIGNATURE_DEADLINE_EXPIRED";
3171
3171
  }, {
3172
3172
  readonly type: "error";
3173
3173
  readonly inputs: readonly [{
3174
- readonly name: "data";
3175
- readonly internalType: "bytes";
3176
- readonly type: "bytes";
3174
+ readonly name: "str";
3175
+ readonly internalType: "string";
3176
+ readonly type: "string";
3177
3177
  }];
3178
- readonly name: "TransferFailed";
3178
+ readonly name: "StringTooLong";
3179
3179
  }, {
3180
3180
  readonly type: "error";
3181
3181
  readonly inputs: readonly [];
3182
- readonly name: "UnknownUserAction";
3182
+ readonly name: "TRANSFER_FAILED";
3183
3183
  }];
3184
3184
  };
3185
3185
  /**
@@ -16725,8 +16725,8 @@ export declare const zoraMintsManagerImplConfig: {
16725
16725
  }];
16726
16726
  };
16727
16727
  /**
16728
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
16729
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
16728
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
16729
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
16730
16730
  */
16731
16731
  export declare const zoraSparks1155ABI: readonly [{
16732
16732
  readonly stateMutability: "nonpayable";
@@ -16913,16 +16913,6 @@ export declare const zoraSparks1155ABI: readonly [{
16913
16913
  readonly internalType: "uint256[]";
16914
16914
  readonly type: "uint256[]";
16915
16915
  }];
16916
- }, {
16917
- readonly stateMutability: "view";
16918
- readonly type: "function";
16919
- readonly inputs: readonly [];
16920
- readonly name: "getManager";
16921
- readonly outputs: readonly [{
16922
- readonly name: "";
16923
- readonly internalType: "address";
16924
- readonly type: "address";
16925
- }];
16926
16916
  }, {
16927
16917
  readonly stateMutability: "view";
16928
16918
  readonly type: "function";
@@ -17642,6 +17632,36 @@ export declare const zoraSparks1155ABI: readonly [{
17642
17632
  readonly indexed: false;
17643
17633
  }];
17644
17634
  readonly name: "TransferBatch";
17635
+ }, {
17636
+ readonly type: "event";
17637
+ readonly anonymous: false;
17638
+ readonly inputs: readonly [{
17639
+ readonly name: "from";
17640
+ readonly internalType: "address";
17641
+ readonly type: "address";
17642
+ readonly indexed: false;
17643
+ }, {
17644
+ readonly name: "to";
17645
+ readonly internalType: "address";
17646
+ readonly type: "address";
17647
+ readonly indexed: false;
17648
+ }, {
17649
+ readonly name: "tokenIds";
17650
+ readonly internalType: "uint256[]";
17651
+ readonly type: "uint256[]";
17652
+ readonly indexed: false;
17653
+ }, {
17654
+ readonly name: "quantities";
17655
+ readonly internalType: "uint256[]";
17656
+ readonly type: "uint256[]";
17657
+ readonly indexed: false;
17658
+ }, {
17659
+ readonly name: "data";
17660
+ readonly internalType: "bytes";
17661
+ readonly type: "bytes";
17662
+ readonly indexed: false;
17663
+ }];
17664
+ readonly name: "TransferBatchWithData";
17645
17665
  }, {
17646
17666
  readonly type: "event";
17647
17667
  readonly anonymous: false;
@@ -17672,6 +17692,36 @@ export declare const zoraSparks1155ABI: readonly [{
17672
17692
  readonly indexed: false;
17673
17693
  }];
17674
17694
  readonly name: "TransferSingle";
17695
+ }, {
17696
+ readonly type: "event";
17697
+ readonly anonymous: false;
17698
+ readonly inputs: readonly [{
17699
+ readonly name: "from";
17700
+ readonly internalType: "address";
17701
+ readonly type: "address";
17702
+ readonly indexed: false;
17703
+ }, {
17704
+ readonly name: "to";
17705
+ readonly internalType: "address";
17706
+ readonly type: "address";
17707
+ readonly indexed: false;
17708
+ }, {
17709
+ readonly name: "tokenId";
17710
+ readonly internalType: "uint256";
17711
+ readonly type: "uint256";
17712
+ readonly indexed: false;
17713
+ }, {
17714
+ readonly name: "quantity";
17715
+ readonly internalType: "uint256";
17716
+ readonly type: "uint256";
17717
+ readonly indexed: false;
17718
+ }, {
17719
+ readonly name: "data";
17720
+ readonly internalType: "bytes";
17721
+ readonly type: "bytes";
17722
+ readonly indexed: false;
17723
+ }];
17724
+ readonly name: "TransferSingleWithData";
17675
17725
  }, {
17676
17726
  readonly type: "event";
17677
17727
  readonly anonymous: false;
@@ -17948,21 +17998,21 @@ export declare const zoraSparks1155ABI: readonly [{
17948
17998
  readonly name: "TokenNotMintable";
17949
17999
  }];
17950
18000
  /**
17951
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
17952
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
18001
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
18002
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
17953
18003
  */
17954
18004
  export declare const zoraSparks1155Address: {
17955
- readonly 7777777: "0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E";
17956
- readonly 999999999: "0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E";
18005
+ readonly 7777777: "0x777777771fEcDcC3FDEe9022e0ee60770dC06088";
18006
+ readonly 999999999: "0x777777771fEcDcC3FDEe9022e0ee60770dC06088";
17957
18007
  };
17958
18008
  /**
17959
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
17960
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
18009
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
18010
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
17961
18011
  */
17962
18012
  export declare const zoraSparks1155Config: {
17963
18013
  readonly address: {
17964
- readonly 7777777: "0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E";
17965
- readonly 999999999: "0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E";
18014
+ readonly 7777777: "0x777777771fEcDcC3FDEe9022e0ee60770dC06088";
18015
+ readonly 999999999: "0x777777771fEcDcC3FDEe9022e0ee60770dC06088";
17966
18016
  };
17967
18017
  readonly abi: readonly [{
17968
18018
  readonly stateMutability: "nonpayable";
@@ -18149,16 +18199,6 @@ export declare const zoraSparks1155Config: {
18149
18199
  readonly internalType: "uint256[]";
18150
18200
  readonly type: "uint256[]";
18151
18201
  }];
18152
- }, {
18153
- readonly stateMutability: "view";
18154
- readonly type: "function";
18155
- readonly inputs: readonly [];
18156
- readonly name: "getManager";
18157
- readonly outputs: readonly [{
18158
- readonly name: "";
18159
- readonly internalType: "address";
18160
- readonly type: "address";
18161
- }];
18162
18202
  }, {
18163
18203
  readonly stateMutability: "view";
18164
18204
  readonly type: "function";
@@ -18878,6 +18918,36 @@ export declare const zoraSparks1155Config: {
18878
18918
  readonly indexed: false;
18879
18919
  }];
18880
18920
  readonly name: "TransferBatch";
18921
+ }, {
18922
+ readonly type: "event";
18923
+ readonly anonymous: false;
18924
+ readonly inputs: readonly [{
18925
+ readonly name: "from";
18926
+ readonly internalType: "address";
18927
+ readonly type: "address";
18928
+ readonly indexed: false;
18929
+ }, {
18930
+ readonly name: "to";
18931
+ readonly internalType: "address";
18932
+ readonly type: "address";
18933
+ readonly indexed: false;
18934
+ }, {
18935
+ readonly name: "tokenIds";
18936
+ readonly internalType: "uint256[]";
18937
+ readonly type: "uint256[]";
18938
+ readonly indexed: false;
18939
+ }, {
18940
+ readonly name: "quantities";
18941
+ readonly internalType: "uint256[]";
18942
+ readonly type: "uint256[]";
18943
+ readonly indexed: false;
18944
+ }, {
18945
+ readonly name: "data";
18946
+ readonly internalType: "bytes";
18947
+ readonly type: "bytes";
18948
+ readonly indexed: false;
18949
+ }];
18950
+ readonly name: "TransferBatchWithData";
18881
18951
  }, {
18882
18952
  readonly type: "event";
18883
18953
  readonly anonymous: false;
@@ -18908,6 +18978,36 @@ export declare const zoraSparks1155Config: {
18908
18978
  readonly indexed: false;
18909
18979
  }];
18910
18980
  readonly name: "TransferSingle";
18981
+ }, {
18982
+ readonly type: "event";
18983
+ readonly anonymous: false;
18984
+ readonly inputs: readonly [{
18985
+ readonly name: "from";
18986
+ readonly internalType: "address";
18987
+ readonly type: "address";
18988
+ readonly indexed: false;
18989
+ }, {
18990
+ readonly name: "to";
18991
+ readonly internalType: "address";
18992
+ readonly type: "address";
18993
+ readonly indexed: false;
18994
+ }, {
18995
+ readonly name: "tokenId";
18996
+ readonly internalType: "uint256";
18997
+ readonly type: "uint256";
18998
+ readonly indexed: false;
18999
+ }, {
19000
+ readonly name: "quantity";
19001
+ readonly internalType: "uint256";
19002
+ readonly type: "uint256";
19003
+ readonly indexed: false;
19004
+ }, {
19005
+ readonly name: "data";
19006
+ readonly internalType: "bytes";
19007
+ readonly type: "bytes";
19008
+ readonly indexed: false;
19009
+ }];
19010
+ readonly name: "TransferSingleWithData";
18911
19011
  }, {
18912
19012
  readonly type: "event";
18913
19013
  readonly anonymous: false;
@@ -19185,8 +19285,8 @@ export declare const zoraSparks1155Config: {
19185
19285
  }];
19186
19286
  };
19187
19287
  /**
19188
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
19189
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
19288
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
19289
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
19190
19290
  */
19191
19291
  export declare const zoraSparksManagerImplABI: readonly [{
19192
19292
  readonly stateMutability: "nonpayable";
@@ -19740,21 +19840,21 @@ export declare const zoraSparksManagerImplABI: readonly [{
19740
19840
  readonly name: "UpgradeToMismatchedContractName";
19741
19841
  }];
19742
19842
  /**
19743
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
19744
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
19843
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
19844
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
19745
19845
  */
19746
19846
  export declare const zoraSparksManagerImplAddress: {
19747
- readonly 7777777: "0x7777777402d71e0D39398F96ef2B789eCc8715d4";
19748
- readonly 999999999: "0x7777777402d71e0D39398F96ef2B789eCc8715d4";
19847
+ readonly 7777777: "0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788";
19848
+ readonly 999999999: "0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788";
19749
19849
  };
19750
19850
  /**
19751
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
19752
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
19851
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
19852
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
19753
19853
  */
19754
19854
  export declare const zoraSparksManagerImplConfig: {
19755
19855
  readonly address: {
19756
- readonly 7777777: "0x7777777402d71e0D39398F96ef2B789eCc8715d4";
19757
- readonly 999999999: "0x7777777402d71e0D39398F96ef2B789eCc8715d4";
19856
+ readonly 7777777: "0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788";
19857
+ readonly 999999999: "0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788";
19758
19858
  };
19759
19859
  readonly abi: readonly [{
19760
19860
  readonly stateMutability: "nonpayable";