@ape.swap/bonds-sdk 1.0.338 → 1.0.340

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.
Files changed (501) hide show
  1. package/dist/components/BondModal/BondModal.js +1 -1
  2. package/dist/components/YourBonds/YourBonds.js +5 -0
  3. package/dist/components/YourBondsModal/YourBondsModal.js +1 -1
  4. package/dist/config/abi/erc20.json +117 -0
  5. package/dist/config/abi/price-getter-linea.json +1448 -0
  6. package/dist/config/abi/price-getter.json +1309 -0
  7. package/dist/hooks/PriceGetter/usePricesFromPriceGetter.d.ts +18 -0
  8. package/dist/hooks/PriceGetter/usePricesFromPriceGetter.js +206 -0
  9. package/dist/scss/BondModal.scss +2 -2
  10. package/dist/scss/YourBondsModal.scss +16 -16
  11. package/dist/state/bills/cleanBillsData.d.ts +5 -0
  12. package/dist/state/bills/cleanBillsData.js +41 -0
  13. package/dist/state/bills/fetchBills.d.ts +4 -0
  14. package/dist/state/bills/fetchBills.js +61 -0
  15. package/dist/state/bills/fetchBillsCalls.d.ts +4 -0
  16. package/dist/state/bills/fetchBillsCalls.js +27 -0
  17. package/dist/state/bills/fetchBillsUser.d.ts +15 -0
  18. package/dist/state/bills/fetchBillsUser.js +171 -0
  19. package/dist/state/bills/getBillNftData.d.ts +9 -0
  20. package/dist/state/bills/getBillNftData.js +109 -0
  21. package/dist/state/bills/hooks.d.ts +4 -0
  22. package/dist/state/bills/hooks.js +142 -0
  23. package/dist/state/bills/index.d.ts +39 -0
  24. package/dist/state/bills/index.js +292 -0
  25. package/dist/state/bills/types.d.ts +169 -0
  26. package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.d.ts +4 -0
  27. package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.js +68 -0
  28. package/dist/state/tokenPrices/getAllTokenPrices.d.ts +5 -0
  29. package/dist/state/tokenPrices/getAllTokenPrices.js +288 -0
  30. package/dist/state/tokenPrices/useTokenPricesNew.d.ts +11 -0
  31. package/dist/state/tokenPrices/useTokenPricesNew.js +72 -0
  32. package/dist/types/dexFactories.d.ts +7 -0
  33. package/package.json +1 -1
  34. package/dist/config/abi/types/Banana.d.ts +0 -417
  35. package/dist/config/abi/types/Bond.d.ts +0 -803
  36. package/dist/config/abi/types/BondNft.d.ts +0 -603
  37. package/dist/config/abi/types/BondNft.js +0 -1
  38. package/dist/config/abi/types/Eip_2612.d.ts +0 -50
  39. package/dist/config/abi/types/Eip_2612.js +0 -1
  40. package/dist/config/abi/types/EnsPublicResolver.d.ts +0 -513
  41. package/dist/config/abi/types/EnsPublicResolver.js +0 -1
  42. package/dist/config/abi/types/EnsRegistrar.d.ts +0 -274
  43. package/dist/config/abi/types/EnsRegistrar.js +0 -1
  44. package/dist/config/abi/types/Erc20.d.ts +0 -168
  45. package/dist/config/abi/types/Erc20.js +0 -1
  46. package/dist/config/abi/types/Erc20_bytes32.d.ts +0 -50
  47. package/dist/config/abi/types/Erc20_bytes32.js +0 -1
  48. package/dist/config/abi/types/JungleChef.d.ts +0 -260
  49. package/dist/config/abi/types/JungleChef.js +0 -1
  50. package/dist/config/abi/types/LaunchBonds.d.ts +0 -1362
  51. package/dist/config/abi/types/LaunchBonds.js +0 -1
  52. package/dist/config/abi/types/LensContract.d.ts +0 -295
  53. package/dist/config/abi/types/LensContract.js +0 -1
  54. package/dist/config/abi/types/LockVeAbond.d.ts +0 -1279
  55. package/dist/config/abi/types/LockVeAbond.js +0 -1
  56. package/dist/config/abi/types/MasterChefV2.d.ts +0 -876
  57. package/dist/config/abi/types/MasterChefV2.js +0 -1
  58. package/dist/config/abi/types/Masterchef.d.ts +0 -502
  59. package/dist/config/abi/types/Masterchef.js +0 -1
  60. package/dist/config/abi/types/MigrationBond.d.ts +0 -1136
  61. package/dist/config/abi/types/MigrationBond.js +0 -1
  62. package/dist/config/abi/types/MigrationFveAbond.d.ts +0 -290
  63. package/dist/config/abi/types/MigrationFveAbond.js +0 -1
  64. package/dist/config/abi/types/MiniApeV2.d.ts +0 -595
  65. package/dist/config/abi/types/MiniApeV2.js +0 -1
  66. package/dist/config/abi/types/MiniComplexRewarder.d.ts +0 -469
  67. package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
  68. package/dist/config/abi/types/Multicallv2.d.ts +0 -150
  69. package/dist/config/abi/types/Multicallv2.js +0 -1
  70. package/dist/config/abi/types/Multicallv3.d.ts +0 -98
  71. package/dist/config/abi/types/Multicallv3.js +0 -1
  72. package/dist/config/abi/types/NonFungibleApes.d.ts +0 -532
  73. package/dist/config/abi/types/NonFungibleApes.js +0 -1
  74. package/dist/config/abi/types/NonFungibleBananas.d.ts +0 -505
  75. package/dist/config/abi/types/NonFungibleBananas.js +0 -1
  76. package/dist/config/abi/types/PriceGetter.d.ts +0 -713
  77. package/dist/config/abi/types/PriceGetter.js +0 -1
  78. package/dist/config/abi/types/PriceGetterLinea.d.ts +0 -789
  79. package/dist/config/abi/types/PriceGetterLinea.js +0 -1
  80. package/dist/config/abi/types/PriceGetterV2.d.ts +0 -729
  81. package/dist/config/abi/types/PriceGetterV2.js +0 -1
  82. package/dist/config/abi/types/SousChef.d.ts +0 -579
  83. package/dist/config/abi/types/SousChef.js +0 -1
  84. package/dist/config/abi/types/Treasury.d.ts +0 -277
  85. package/dist/config/abi/types/Treasury.js +0 -1
  86. package/dist/config/abi/types/Weth.d.ts +0 -221
  87. package/dist/config/abi/types/Weth.js +0 -1
  88. package/dist/config/abi/types/Zap.d.ts +0 -528
  89. package/dist/config/abi/types/Zap.js +0 -1
  90. package/dist/config/abi/types/common.d.ts +0 -22
  91. package/dist/config/abi/types/common.js +0 -1
  92. package/dist/config/abi/types/factories/Banana__factory.d.ts +0 -475
  93. package/dist/config/abi/types/factories/Banana__factory.js +0 -628
  94. package/dist/config/abi/types/factories/BondNft__factory.d.ts +0 -723
  95. package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
  96. package/dist/config/abi/types/factories/Bond__factory.d.ts +0 -799
  97. package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
  98. package/dist/config/abi/types/factories/Eip_2612__factory.d.ts +0 -33
  99. package/dist/config/abi/types/factories/Eip_2612__factory.js +0 -52
  100. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +0 -649
  101. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
  102. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +0 -338
  103. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
  104. package/dist/config/abi/types/factories/Erc20__factory.d.ts +0 -175
  105. package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
  106. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +0 -30
  107. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
  108. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +0 -247
  109. package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
  110. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +0 -1560
  111. package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
  112. package/dist/config/abi/types/factories/LensContract__factory.d.ts +0 -254
  113. package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
  114. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +0 -1698
  115. package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
  116. package/dist/config/abi/types/factories/MasterChefV2__factory.d.ts +0 -835
  117. package/dist/config/abi/types/factories/MasterChefV2__factory.js +0 -1078
  118. package/dist/config/abi/types/factories/Masterchef__factory.d.ts +0 -457
  119. package/dist/config/abi/types/factories/Masterchef__factory.js +0 -598
  120. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +0 -1268
  121. package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
  122. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +0 -262
  123. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
  124. package/dist/config/abi/types/factories/MiniApeV2__factory.d.ts +0 -624
  125. package/dist/config/abi/types/factories/MiniApeV2__factory.js +0 -809
  126. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +0 -448
  127. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
  128. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +0 -115
  129. package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
  130. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +0 -76
  131. package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
  132. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +0 -617
  133. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
  134. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +0 -576
  135. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
  136. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +0 -1105
  137. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
  138. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +0 -1027
  139. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
  140. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +0 -999
  141. package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
  142. package/dist/config/abi/types/factories/SousChef__factory.d.ts +0 -511
  143. package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
  144. package/dist/config/abi/types/factories/Treasury__factory.d.ts +0 -235
  145. package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
  146. package/dist/config/abi/types/factories/Weth__factory.d.ts +0 -220
  147. package/dist/config/abi/types/factories/Weth__factory.js +0 -296
  148. package/dist/config/abi/types/factories/Zap__factory.d.ts +0 -695
  149. package/dist/config/abi/types/factories/Zap__factory.js +0 -889
  150. package/dist/config/abi/types/factories/index.d.ts +0 -29
  151. package/dist/config/abi/types/factories/index.js +0 -32
  152. package/dist/config/abi/types/index.d.ts +0 -59
  153. package/dist/config/abi/types/index.js +0 -30
  154. package/dist/config/abi/types/v3/common.d.ts +0 -22
  155. package/dist/config/abi/types/v3/common.js +0 -1
  156. package/dist/config/abi/types/v3/factories/index.d.ts +0 -4
  157. package/dist/config/abi/types/v3/factories/index.js +0 -7
  158. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/SwapRouter02__factory.d.ts +0 -840
  159. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/SwapRouter02__factory.js +0 -1123
  160. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V2SwapRouter__factory.d.ts +0 -277
  161. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V2SwapRouter__factory.js +0 -365
  162. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V3SwapRouter__factory.d.ts +0 -411
  163. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V3SwapRouter__factory.js +0 -539
  164. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/index.d.ts +0 -5
  165. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/index.js +0 -8
  166. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall__factory.d.ts +0 -162
  167. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall__factory.js +0 -221
  168. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState__factory.d.ts +0 -28
  169. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState__factory.js +0 -45
  170. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1__factory.d.ts +0 -112
  171. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1__factory.js +0 -155
  172. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage__factory.d.ts +0 -48
  173. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage__factory.js +0 -70
  174. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2__factory.d.ts +0 -162
  175. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2__factory.js +0 -219
  176. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoter__factory.d.ts +0 -104
  177. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoter__factory.js +0 -145
  178. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02__factory.d.ts +0 -550
  179. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02__factory.js +0 -725
  180. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator__factory.d.ts +0 -52
  181. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator__factory.js +0 -77
  182. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter__factory.d.ts +0 -60
  183. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter__factory.js +0 -87
  184. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter__factory.d.ts +0 -174
  185. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter__factory.js +0 -236
  186. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IWETH__factory.d.ts +0 -42
  187. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IWETH__factory.js +0 -63
  188. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/index.d.ts +0 -11
  189. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/index.js +0 -14
  190. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1__factory.d.ts +0 -189
  191. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1__factory.js +0 -281
  192. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/QuoterV2__factory.d.ts +0 -225
  193. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/QuoterV2__factory.js +0 -327
  194. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/Quoter__factory.d.ts +0 -167
  195. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/Quoter__factory.js +0 -253
  196. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/TokenValidator__factory.d.ts +0 -119
  197. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/TokenValidator__factory.js +0 -190
  198. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/index.d.ts +0 -4
  199. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/index.js +0 -7
  200. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/index.d.ts +0 -1
  201. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/index.js +0 -4
  202. package/dist/config/abi/types/v3/factories/swap-router-contracts/index.d.ts +0 -2
  203. package/dist/config/abi/types/v3/factories/swap-router-contracts/index.js +0 -5
  204. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Factory__factory.d.ts +0 -203
  205. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Factory__factory.js +0 -296
  206. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Pool__factory.d.ts +0 -794
  207. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Pool__factory.js +0 -1048
  208. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/index.d.ts +0 -3
  209. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/index.js +0 -6
  210. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IERC20Minimal__factory.d.ts +0 -138
  211. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IERC20Minimal__factory.js +0 -189
  212. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory__factory.d.ts +0 -160
  213. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory__factory.js +0 -215
  214. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer__factory.d.ts +0 -34
  215. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer__factory.js +0 -52
  216. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool__factory.d.ts +0 -777
  217. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool__factory.js +0 -1000
  218. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback__factory.d.ts +0 -26
  219. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback__factory.js +0 -42
  220. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback__factory.d.ts +0 -26
  221. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback__factory.js +0 -42
  222. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback__factory.d.ts +0 -26
  223. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback__factory.js +0 -42
  224. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/index.d.ts +0 -3
  225. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/index.js +0 -6
  226. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/index.d.ts +0 -6
  227. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/index.js +0 -9
  228. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions__factory.d.ts +0 -178
  229. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions__factory.js +0 -239
  230. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState__factory.d.ts +0 -52
  231. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState__factory.js +0 -77
  232. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents__factory.d.ts +0 -273
  233. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents__factory.js +0 -346
  234. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables__factory.d.ts +0 -68
  235. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables__factory.js +0 -97
  236. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions__factory.d.ts +0 -48
  237. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions__factory.js +0 -71
  238. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState__factory.d.ts +0 -198
  239. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState__factory.js +0 -265
  240. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/index.d.ts +0 -6
  241. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/index.js +0 -9
  242. package/dist/config/abi/types/v3/factories/v3-core/artifacts/index.d.ts +0 -1
  243. package/dist/config/abi/types/v3/factories/v3-core/artifacts/index.js +0 -4
  244. package/dist/config/abi/types/v3/factories/v3-core/index.d.ts +0 -1
  245. package/dist/config/abi/types/v3/factories/v3-core/index.js +0 -4
  246. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungiblePositionManager__factory.d.ts +0 -967
  247. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungiblePositionManager__factory.js +0 -1281
  248. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor__factory.d.ts +0 -128
  249. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor__factory.js +0 -206
  250. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/SwapRouter__factory.d.ts +0 -458
  251. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/SwapRouter__factory.js +0 -625
  252. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/V3Migrator__factory.d.ts +0 -293
  253. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/V3Migrator__factory.js +0 -411
  254. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/PairFlash__factory.d.ts +0 -165
  255. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/PairFlash__factory.js +0 -247
  256. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/index.d.ts +0 -1
  257. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/index.js +0 -4
  258. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/index.d.ts +0 -8
  259. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/index.js +0 -11
  260. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata__factory.d.ts +0 -178
  261. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata__factory.js +0 -241
  262. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC721Permit__factory.d.ts +0 -278
  263. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC721Permit__factory.js +0 -368
  264. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IMulticall__factory.d.ts +0 -22
  265. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IMulticall__factory.js +0 -38
  266. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager__factory.d.ts +0 -773
  267. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager__factory.js +0 -1006
  268. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor__factory.d.ts +0 -26
  269. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor__factory.js +0 -43
  270. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState__factory.d.ts +0 -28
  271. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState__factory.js +0 -45
  272. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee__factory.d.ts +0 -94
  273. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee__factory.js +0 -128
  274. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments__factory.d.ts +0 -46
  275. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments__factory.js +0 -67
  276. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer__factory.d.ts +0 -34
  277. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer__factory.js +0 -53
  278. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoterV2__factory.d.ts +0 -162
  279. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoterV2__factory.js +0 -219
  280. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoter__factory.d.ts +0 -104
  281. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoter__factory.js +0 -145
  282. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISelfPermit__factory.d.ts +0 -128
  283. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISelfPermit__factory.js +0 -171
  284. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISwapRouter__factory.d.ts +0 -190
  285. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISwapRouter__factory.js +0 -256
  286. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ITickLens__factory.d.ts +0 -39
  287. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ITickLens__factory.js +0 -60
  288. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IV3Migrator__factory.d.ts +0 -231
  289. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IV3Migrator__factory.js +0 -304
  290. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IERC1271__factory.d.ts +0 -26
  291. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IERC1271__factory.js +0 -43
  292. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IWETH9__factory.d.ts +0 -164
  293. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IWETH9__factory.js +0 -222
  294. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/index.d.ts +0 -2
  295. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/index.js +0 -5
  296. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/index.d.ts +0 -16
  297. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/index.js +0 -19
  298. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/QuoterV2__factory.d.ts +0 -225
  299. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/QuoterV2__factory.js +0 -327
  300. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/Quoter__factory.d.ts +0 -167
  301. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/Quoter__factory.js +0 -253
  302. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/TickLens__factory.d.ts +0 -52
  303. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/TickLens__factory.js +0 -103
  304. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall__factory.d.ts +0 -89
  305. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall__factory.js +0 -152
  306. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/index.d.ts +0 -4
  307. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/index.js +0 -7
  308. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/NFTDescriptor__factory.d.ts +0 -92
  309. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/NFTDescriptor__factory.js +0 -153
  310. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/index.d.ts +0 -1
  311. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/index.js +0 -4
  312. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/index.d.ts +0 -1
  313. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/index.js +0 -4
  314. package/dist/config/abi/types/v3/factories/v3-periphery/index.d.ts +0 -1
  315. package/dist/config/abi/types/v3/factories/v3-periphery/index.js +0 -4
  316. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/UniswapV3Staker__factory.d.ts +0 -566
  317. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/UniswapV3Staker__factory.js +0 -766
  318. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/index.d.ts +0 -2
  319. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/index.js +0 -5
  320. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker__factory.d.ts +0 -533
  321. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker__factory.js +0 -697
  322. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/index.d.ts +0 -1
  323. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/index.js +0 -4
  324. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/index.d.ts +0 -1
  325. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/index.js +0 -4
  326. package/dist/config/abi/types/v3/factories/v3-staker/index.d.ts +0 -1
  327. package/dist/config/abi/types/v3/factories/v3-staker/index.js +0 -4
  328. package/dist/config/abi/types/v3/index.d.ts +0 -125
  329. package/dist/config/abi/types/v3/index.js +0 -59
  330. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/SwapRouter02.d.ts +0 -824
  331. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/SwapRouter02.js +0 -1
  332. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V2SwapRouter.d.ts +0 -308
  333. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V2SwapRouter.js +0 -1
  334. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V3SwapRouter.d.ts +0 -447
  335. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V3SwapRouter.js +0 -1
  336. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/index.d.ts +0 -7
  337. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/index.js +0 -1
  338. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall.d.ts +0 -213
  339. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall.js +0 -1
  340. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState.d.ts +0 -50
  341. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState.js +0 -1
  342. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1.d.ts +0 -138
  343. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1.js +0 -1
  344. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage.d.ts +0 -59
  345. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage.js +0 -1
  346. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoter.d.ts +0 -110
  347. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoter.js +0 -1
  348. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2.d.ts +0 -180
  349. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2.js +0 -1
  350. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02.d.ts +0 -567
  351. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02.js +0 -1
  352. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator.d.ts +0 -74
  353. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator.js +0 -1
  354. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter.d.ts +0 -76
  355. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter.js +0 -1
  356. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter.d.ts +0 -206
  357. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter.js +0 -1
  358. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IWETH.d.ts +0 -82
  359. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IWETH.js +0 -1
  360. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/index.d.ts +0 -11
  361. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/index.js +0 -1
  362. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1.d.ts +0 -168
  363. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1.js +0 -1
  364. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/Quoter.d.ts +0 -138
  365. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/Quoter.js +0 -1
  366. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/QuoterV2.d.ts +0 -208
  367. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/QuoterV2.js +0 -1
  368. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/TokenValidator.d.ts +0 -103
  369. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/TokenValidator.js +0 -1
  370. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/index.d.ts +0 -4
  371. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/index.js +0 -1
  372. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/index.d.ts +0 -2
  373. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/index.js +0 -1
  374. package/dist/config/abi/types/v3/swap-router-contracts/index.d.ts +0 -4
  375. package/dist/config/abi/types/v3/swap-router-contracts/index.js +0 -1
  376. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Factory.d.ts +0 -205
  377. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Factory.js +0 -1
  378. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Pool.d.ts +0 -771
  379. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Pool.js +0 -1
  380. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/index.d.ts +0 -4
  381. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/index.js +0 -1
  382. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IERC20Minimal.d.ts +0 -134
  383. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IERC20Minimal.js +0 -1
  384. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory.d.ts +0 -163
  385. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory.js +0 -1
  386. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool.d.ts +0 -771
  387. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool.js +0 -1
  388. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer.d.ts +0 -78
  389. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer.js +0 -1
  390. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback.d.ts +0 -54
  391. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback.js +0 -1
  392. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback.d.ts +0 -54
  393. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback.js +0 -1
  394. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback.d.ts +0 -54
  395. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback.js +0 -1
  396. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/index.d.ts +0 -3
  397. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/index.js +0 -1
  398. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/index.d.ts +0 -8
  399. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/index.js +0 -1
  400. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions.d.ts +0 -197
  401. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions.js +0 -1
  402. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState.d.ts +0 -92
  403. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState.js +0 -1
  404. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents.d.ts +0 -199
  405. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents.js +0 -1
  406. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables.d.ts +0 -82
  407. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables.js +0 -1
  408. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.d.ts +0 -76
  409. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.js +0 -1
  410. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState.d.ts +0 -289
  411. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState.js +0 -1
  412. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/index.d.ts +0 -6
  413. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/index.js +0 -1
  414. package/dist/config/abi/types/v3/v3-core/artifacts/index.d.ts +0 -2
  415. package/dist/config/abi/types/v3/v3-core/artifacts/index.js +0 -1
  416. package/dist/config/abi/types/v3/v3-core/index.d.ts +0 -2
  417. package/dist/config/abi/types/v3/v3-core/index.js +0 -1
  418. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungiblePositionManager.d.ts +0 -873
  419. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungiblePositionManager.js +0 -1
  420. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor.d.ts +0 -86
  421. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor.js +0 -1
  422. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/SwapRouter.d.ts +0 -437
  423. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/SwapRouter.js +0 -1
  424. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/V3Migrator.d.ts +0 -249
  425. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/V3Migrator.js +0 -1
  426. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/PairFlash.d.ts +0 -174
  427. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/PairFlash.js +0 -1
  428. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/index.d.ts +0 -1
  429. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/index.js +0 -1
  430. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/index.d.ts +0 -12
  431. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/index.js +0 -1
  432. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata.d.ts +0 -166
  433. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata.js +0 -1
  434. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC721Permit.d.ts +0 -259
  435. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC721Permit.js +0 -1
  436. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IMulticall.d.ts +0 -50
  437. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IMulticall.js +0 -1
  438. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager.d.ts +0 -745
  439. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager.js +0 -1
  440. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor.d.ts +0 -42
  441. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor.js +0 -1
  442. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState.d.ts +0 -50
  443. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState.js +0 -1
  444. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments.d.ts +0 -86
  445. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments.js +0 -1
  446. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee.d.ts +0 -129
  447. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee.js +0 -1
  448. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer.d.ts +0 -55
  449. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer.js +0 -1
  450. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoter.d.ts +0 -110
  451. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoter.js +0 -1
  452. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoterV2.d.ts +0 -180
  453. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoterV2.js +0 -1
  454. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISelfPermit.d.ts +0 -126
  455. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISelfPermit.js +0 -1
  456. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISwapRouter.d.ts +0 -218
  457. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISwapRouter.js +0 -1
  458. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ITickLens.d.ts +0 -58
  459. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ITickLens.js +0 -1
  460. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IV3Migrator.d.ts +0 -225
  461. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IV3Migrator.js +0 -1
  462. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IERC1271.d.ts +0 -44
  463. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IERC1271.js +0 -1
  464. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IWETH9.d.ts +0 -174
  465. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IWETH9.js +0 -1
  466. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/index.d.ts +0 -2
  467. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/index.js +0 -1
  468. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/index.d.ts +0 -17
  469. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/index.js +0 -1
  470. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/Quoter.d.ts +0 -138
  471. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/Quoter.js +0 -1
  472. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/QuoterV2.d.ts +0 -208
  473. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/QuoterV2.js +0 -1
  474. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/TickLens.d.ts +0 -58
  475. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/TickLens.js +0 -1
  476. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall.d.ts +0 -98
  477. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall.js +0 -1
  478. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/index.d.ts +0 -4
  479. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/index.js +0 -1
  480. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/NFTDescriptor.d.ts +0 -91
  481. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/NFTDescriptor.js +0 -1
  482. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/index.d.ts +0 -1
  483. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/index.js +0 -1
  484. package/dist/config/abi/types/v3/v3-periphery/artifacts/index.d.ts +0 -2
  485. package/dist/config/abi/types/v3/v3-periphery/artifacts/index.js +0 -1
  486. package/dist/config/abi/types/v3/v3-periphery/index.d.ts +0 -2
  487. package/dist/config/abi/types/v3/v3-periphery/index.js +0 -1
  488. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/UniswapV3Staker.d.ts +0 -467
  489. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/UniswapV3Staker.js +0 -1
  490. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/index.d.ts +0 -3
  491. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/index.js +0 -1
  492. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker.d.ts +0 -465
  493. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker.js +0 -1
  494. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/index.d.ts +0 -1
  495. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/index.js +0 -1
  496. package/dist/config/abi/types/v3/v3-staker/artifacts/index.d.ts +0 -2
  497. package/dist/config/abi/types/v3/v3-staker/artifacts/index.js +0 -1
  498. package/dist/config/abi/types/v3/v3-staker/index.d.ts +0 -2
  499. package/dist/config/abi/types/v3/v3-staker/index.js +0 -1
  500. /package/dist/{config/abi/types/Banana.js → state/bills/types.js} +0 -0
  501. /package/dist/{config/abi/types/Bond.js → types/dexFactories.js} +0 -0
@@ -1,2215 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- import { Contract, utils } from "ethers";
5
- var _abi = [
6
- {
7
- inputs: [],
8
- stateMutability: "nonpayable",
9
- type: "constructor",
10
- },
11
- {
12
- inputs: [],
13
- name: "AlreadyVoted",
14
- type: "error",
15
- },
16
- {
17
- inputs: [
18
- {
19
- internalType: "address",
20
- name: "sender",
21
- type: "address",
22
- },
23
- {
24
- internalType: "uint256",
25
- name: "tokenId",
26
- type: "uint256",
27
- },
28
- {
29
- internalType: "address",
30
- name: "owner",
31
- type: "address",
32
- },
33
- ],
34
- name: "ERC721IncorrectOwner",
35
- type: "error",
36
- },
37
- {
38
- inputs: [
39
- {
40
- internalType: "address",
41
- name: "operator",
42
- type: "address",
43
- },
44
- {
45
- internalType: "uint256",
46
- name: "tokenId",
47
- type: "uint256",
48
- },
49
- ],
50
- name: "ERC721InsufficientApproval",
51
- type: "error",
52
- },
53
- {
54
- inputs: [
55
- {
56
- internalType: "address",
57
- name: "approver",
58
- type: "address",
59
- },
60
- ],
61
- name: "ERC721InvalidApprover",
62
- type: "error",
63
- },
64
- {
65
- inputs: [
66
- {
67
- internalType: "address",
68
- name: "operator",
69
- type: "address",
70
- },
71
- ],
72
- name: "ERC721InvalidOperator",
73
- type: "error",
74
- },
75
- {
76
- inputs: [
77
- {
78
- internalType: "address",
79
- name: "owner",
80
- type: "address",
81
- },
82
- ],
83
- name: "ERC721InvalidOwner",
84
- type: "error",
85
- },
86
- {
87
- inputs: [
88
- {
89
- internalType: "address",
90
- name: "receiver",
91
- type: "address",
92
- },
93
- ],
94
- name: "ERC721InvalidReceiver",
95
- type: "error",
96
- },
97
- {
98
- inputs: [
99
- {
100
- internalType: "address",
101
- name: "sender",
102
- type: "address",
103
- },
104
- ],
105
- name: "ERC721InvalidSender",
106
- type: "error",
107
- },
108
- {
109
- inputs: [
110
- {
111
- internalType: "uint256",
112
- name: "tokenId",
113
- type: "uint256",
114
- },
115
- ],
116
- name: "ERC721NonexistentToken",
117
- type: "error",
118
- },
119
- {
120
- inputs: [],
121
- name: "InvalidDelegatee",
122
- type: "error",
123
- },
124
- {
125
- inputs: [],
126
- name: "InvalidNonce",
127
- type: "error",
128
- },
129
- {
130
- inputs: [],
131
- name: "InvalidSignature",
132
- type: "error",
133
- },
134
- {
135
- inputs: [],
136
- name: "InvalidSignatureS",
137
- type: "error",
138
- },
139
- {
140
- inputs: [],
141
- name: "InvalidWeights",
142
- type: "error",
143
- },
144
- {
145
- inputs: [],
146
- name: "LockDurationNotInFuture",
147
- type: "error",
148
- },
149
- {
150
- inputs: [],
151
- name: "LockDurationTooLong",
152
- type: "error",
153
- },
154
- {
155
- inputs: [],
156
- name: "LockExpired",
157
- type: "error",
158
- },
159
- {
160
- inputs: [],
161
- name: "LockHoldsValue",
162
- type: "error",
163
- },
164
- {
165
- inputs: [],
166
- name: "LockNotExpired",
167
- type: "error",
168
- },
169
- {
170
- inputs: [],
171
- name: "NoLockFound",
172
- type: "error",
173
- },
174
- {
175
- inputs: [],
176
- name: "NotLockOwner",
177
- type: "error",
178
- },
179
- {
180
- inputs: [],
181
- name: "NotPermanentLock",
182
- type: "error",
183
- },
184
- {
185
- inputs: [],
186
- name: "PermanentLock",
187
- type: "error",
188
- },
189
- {
190
- inputs: [],
191
- name: "PermanentLockMismatch",
192
- type: "error",
193
- },
194
- {
195
- inputs: [],
196
- name: "SafeCastOverflow",
197
- type: "error",
198
- },
199
- {
200
- inputs: [],
201
- name: "SameNFT",
202
- type: "error",
203
- },
204
- {
205
- inputs: [],
206
- name: "SignatureExpired",
207
- type: "error",
208
- },
209
- {
210
- inputs: [
211
- {
212
- internalType: "uint256",
213
- name: "expiry",
214
- type: "uint256",
215
- },
216
- ],
217
- name: "VotesExpiredSignature",
218
- type: "error",
219
- },
220
- {
221
- inputs: [],
222
- name: "ZeroAmount",
223
- type: "error",
224
- },
225
- {
226
- anonymous: false,
227
- inputs: [
228
- {
229
- indexed: true,
230
- internalType: "address",
231
- name: "owner",
232
- type: "address",
233
- },
234
- {
235
- indexed: true,
236
- internalType: "address",
237
- name: "approved",
238
- type: "address",
239
- },
240
- {
241
- indexed: true,
242
- internalType: "uint256",
243
- name: "tokenId",
244
- type: "uint256",
245
- },
246
- ],
247
- name: "Approval",
248
- type: "event",
249
- },
250
- {
251
- anonymous: false,
252
- inputs: [
253
- {
254
- indexed: true,
255
- internalType: "address",
256
- name: "owner",
257
- type: "address",
258
- },
259
- {
260
- indexed: true,
261
- internalType: "address",
262
- name: "operator",
263
- type: "address",
264
- },
265
- {
266
- indexed: false,
267
- internalType: "bool",
268
- name: "approved",
269
- type: "bool",
270
- },
271
- ],
272
- name: "ApprovalForAll",
273
- type: "event",
274
- },
275
- {
276
- anonymous: false,
277
- inputs: [
278
- {
279
- indexed: true,
280
- internalType: "address",
281
- name: "owner",
282
- type: "address",
283
- },
284
- {
285
- indexed: true,
286
- internalType: "address",
287
- name: "spender",
288
- type: "address",
289
- },
290
- {
291
- indexed: true,
292
- internalType: "uint256",
293
- name: "tokenId",
294
- type: "uint256",
295
- },
296
- {
297
- indexed: false,
298
- internalType: "bool",
299
- name: "approved",
300
- type: "bool",
301
- },
302
- ],
303
- name: "ClaimApproval",
304
- type: "event",
305
- },
306
- {
307
- anonymous: false,
308
- inputs: [
309
- {
310
- indexed: true,
311
- internalType: "address",
312
- name: "owner",
313
- type: "address",
314
- },
315
- {
316
- indexed: true,
317
- internalType: "address",
318
- name: "spender",
319
- type: "address",
320
- },
321
- {
322
- indexed: false,
323
- internalType: "bool",
324
- name: "approved",
325
- type: "bool",
326
- },
327
- ],
328
- name: "ClaimApprovalForAll",
329
- type: "event",
330
- },
331
- {
332
- anonymous: false,
333
- inputs: [
334
- {
335
- indexed: true,
336
- internalType: "address",
337
- name: "delegator",
338
- type: "address",
339
- },
340
- {
341
- indexed: true,
342
- internalType: "address",
343
- name: "fromDelegate",
344
- type: "address",
345
- },
346
- {
347
- indexed: true,
348
- internalType: "address",
349
- name: "toDelegate",
350
- type: "address",
351
- },
352
- ],
353
- name: "DelegateChanged",
354
- type: "event",
355
- },
356
- {
357
- anonymous: false,
358
- inputs: [
359
- {
360
- indexed: true,
361
- internalType: "address",
362
- name: "delegate",
363
- type: "address",
364
- },
365
- {
366
- indexed: false,
367
- internalType: "uint256",
368
- name: "previousBalance",
369
- type: "uint256",
370
- },
371
- {
372
- indexed: false,
373
- internalType: "uint256",
374
- name: "newBalance",
375
- type: "uint256",
376
- },
377
- ],
378
- name: "DelegateVotesChanged",
379
- type: "event",
380
- },
381
- {
382
- anonymous: false,
383
- inputs: [],
384
- name: "EIP712DomainChanged",
385
- type: "event",
386
- },
387
- {
388
- anonymous: false,
389
- inputs: [
390
- {
391
- indexed: false,
392
- internalType: "uint8",
393
- name: "version",
394
- type: "uint8",
395
- },
396
- ],
397
- name: "Initialized",
398
- type: "event",
399
- },
400
- {
401
- anonymous: false,
402
- inputs: [
403
- {
404
- indexed: true,
405
- internalType: "uint256",
406
- name: "tokenId",
407
- type: "uint256",
408
- },
409
- {
410
- indexed: false,
411
- internalType: "uint256",
412
- name: "value",
413
- type: "uint256",
414
- },
415
- ],
416
- name: "LockAmountIncreased",
417
- type: "event",
418
- },
419
- {
420
- anonymous: false,
421
- inputs: [
422
- {
423
- indexed: true,
424
- internalType: "uint256",
425
- name: "tokenId",
426
- type: "uint256",
427
- },
428
- {
429
- indexed: true,
430
- internalType: "address",
431
- name: "to",
432
- type: "address",
433
- },
434
- {
435
- indexed: false,
436
- internalType: "uint256",
437
- name: "value",
438
- type: "uint256",
439
- },
440
- {
441
- indexed: false,
442
- internalType: "uint256",
443
- name: "unlockTime",
444
- type: "uint256",
445
- },
446
- {
447
- indexed: false,
448
- internalType: "bool",
449
- name: "isPermanent",
450
- type: "bool",
451
- },
452
- ],
453
- name: "LockCreated",
454
- type: "event",
455
- },
456
- {
457
- anonymous: false,
458
- inputs: [
459
- {
460
- indexed: true,
461
- internalType: "uint256",
462
- name: "tokenId",
463
- type: "uint256",
464
- },
465
- {
466
- indexed: true,
467
- internalType: "address",
468
- name: "delegator",
469
- type: "address",
470
- },
471
- {
472
- indexed: false,
473
- internalType: "address",
474
- name: "fromDelegate",
475
- type: "address",
476
- },
477
- {
478
- indexed: true,
479
- internalType: "address",
480
- name: "toDelegate",
481
- type: "address",
482
- },
483
- ],
484
- name: "LockDelegateChanged",
485
- type: "event",
486
- },
487
- {
488
- anonymous: false,
489
- inputs: [
490
- {
491
- indexed: true,
492
- internalType: "uint256",
493
- name: "tokenId",
494
- type: "uint256",
495
- },
496
- {
497
- indexed: false,
498
- internalType: "uint256",
499
- name: "newUnlockTime",
500
- type: "uint256",
501
- },
502
- {
503
- indexed: false,
504
- internalType: "bool",
505
- name: "isPermanent",
506
- type: "bool",
507
- },
508
- ],
509
- name: "LockDurationExtended",
510
- type: "event",
511
- },
512
- {
513
- anonymous: false,
514
- inputs: [
515
- {
516
- indexed: true,
517
- internalType: "uint256",
518
- name: "fromTokenId",
519
- type: "uint256",
520
- },
521
- {
522
- indexed: true,
523
- internalType: "uint256",
524
- name: "toTokenId",
525
- type: "uint256",
526
- },
527
- {
528
- indexed: false,
529
- internalType: "uint256",
530
- name: "totalValue",
531
- type: "uint256",
532
- },
533
- {
534
- indexed: false,
535
- internalType: "uint256",
536
- name: "unlockTime",
537
- type: "uint256",
538
- },
539
- {
540
- indexed: false,
541
- internalType: "bool",
542
- name: "isPermanent",
543
- type: "bool",
544
- },
545
- ],
546
- name: "LockMerged",
547
- type: "event",
548
- },
549
- {
550
- anonymous: false,
551
- inputs: [
552
- {
553
- indexed: false,
554
- internalType: "uint256[]",
555
- name: "splitWeights",
556
- type: "uint256[]",
557
- },
558
- {
559
- indexed: true,
560
- internalType: "uint256",
561
- name: "_tokenId",
562
- type: "uint256",
563
- },
564
- ],
565
- name: "LockSplit",
566
- type: "event",
567
- },
568
- {
569
- anonymous: false,
570
- inputs: [
571
- {
572
- indexed: true,
573
- internalType: "uint256",
574
- name: "tokenId",
575
- type: "uint256",
576
- },
577
- {
578
- indexed: false,
579
- internalType: "uint256",
580
- name: "value",
581
- type: "uint256",
582
- },
583
- {
584
- indexed: false,
585
- internalType: "uint256",
586
- name: "unlockTime",
587
- type: "uint256",
588
- },
589
- {
590
- indexed: false,
591
- internalType: "bool",
592
- name: "isPermanent",
593
- type: "bool",
594
- },
595
- ],
596
- name: "LockUpdated",
597
- type: "event",
598
- },
599
- {
600
- anonymous: false,
601
- inputs: [
602
- {
603
- indexed: true,
604
- internalType: "uint256",
605
- name: "tokenId",
606
- type: "uint256",
607
- },
608
- {
609
- indexed: true,
610
- internalType: "address",
611
- name: "recipient",
612
- type: "address",
613
- },
614
- {
615
- indexed: false,
616
- internalType: "uint256",
617
- name: "claimAmount",
618
- type: "uint256",
619
- },
620
- ],
621
- name: "PayoutClaimed",
622
- type: "event",
623
- },
624
- {
625
- anonymous: false,
626
- inputs: [
627
- {
628
- indexed: false,
629
- internalType: "uint256",
630
- name: "oldSupply",
631
- type: "uint256",
632
- },
633
- {
634
- indexed: false,
635
- internalType: "uint256",
636
- name: "newSupply",
637
- type: "uint256",
638
- },
639
- ],
640
- name: "SupplyUpdated",
641
- type: "event",
642
- },
643
- {
644
- anonymous: false,
645
- inputs: [
646
- {
647
- indexed: true,
648
- internalType: "address",
649
- name: "from",
650
- type: "address",
651
- },
652
- {
653
- indexed: true,
654
- internalType: "address",
655
- name: "to",
656
- type: "address",
657
- },
658
- {
659
- indexed: true,
660
- internalType: "uint256",
661
- name: "tokenId",
662
- type: "uint256",
663
- },
664
- ],
665
- name: "Transfer",
666
- type: "event",
667
- },
668
- {
669
- anonymous: false,
670
- inputs: [
671
- {
672
- indexed: true,
673
- internalType: "uint256",
674
- name: "tokenId",
675
- type: "uint256",
676
- },
677
- {
678
- indexed: true,
679
- internalType: "address",
680
- name: "sender",
681
- type: "address",
682
- },
683
- {
684
- indexed: false,
685
- internalType: "uint256",
686
- name: "unlockTime",
687
- type: "uint256",
688
- },
689
- ],
690
- name: "UnlockPermanent",
691
- type: "event",
692
- },
693
- {
694
- inputs: [],
695
- name: "DELEGATION_TYPEHASH",
696
- outputs: [
697
- {
698
- internalType: "bytes32",
699
- name: "",
700
- type: "bytes32",
701
- },
702
- ],
703
- stateMutability: "view",
704
- type: "function",
705
- },
706
- {
707
- inputs: [
708
- {
709
- internalType: "uint256",
710
- name: "",
711
- type: "uint256",
712
- },
713
- ],
714
- name: "_lockDetails",
715
- outputs: [
716
- {
717
- internalType: "uint256",
718
- name: "amount",
719
- type: "uint256",
720
- },
721
- {
722
- internalType: "uint256",
723
- name: "startTime",
724
- type: "uint256",
725
- },
726
- {
727
- internalType: "uint256",
728
- name: "endTime",
729
- type: "uint256",
730
- },
731
- {
732
- internalType: "bool",
733
- name: "isPermanent",
734
- type: "bool",
735
- },
736
- ],
737
- stateMutability: "view",
738
- type: "function",
739
- },
740
- {
741
- inputs: [],
742
- name: "_token",
743
- outputs: [
744
- {
745
- internalType: "contract IERC20Upgradeable",
746
- name: "",
747
- type: "address",
748
- },
749
- ],
750
- stateMutability: "view",
751
- type: "function",
752
- },
753
- {
754
- inputs: [
755
- {
756
- internalType: "address",
757
- name: "to",
758
- type: "address",
759
- },
760
- {
761
- internalType: "uint256",
762
- name: "tokenId",
763
- type: "uint256",
764
- },
765
- ],
766
- name: "approve",
767
- outputs: [],
768
- stateMutability: "nonpayable",
769
- type: "function",
770
- },
771
- {
772
- inputs: [],
773
- name: "artProxy",
774
- outputs: [
775
- {
776
- internalType: "address",
777
- name: "",
778
- type: "address",
779
- },
780
- ],
781
- stateMutability: "view",
782
- type: "function",
783
- },
784
- {
785
- inputs: [
786
- {
787
- internalType: "address",
788
- name: "owner",
789
- type: "address",
790
- },
791
- ],
792
- name: "balanceOf",
793
- outputs: [
794
- {
795
- internalType: "uint256",
796
- name: "",
797
- type: "uint256",
798
- },
799
- ],
800
- stateMutability: "view",
801
- type: "function",
802
- },
803
- {
804
- inputs: [
805
- {
806
- internalType: "uint256",
807
- name: "_tokenId",
808
- type: "uint256",
809
- },
810
- ],
811
- name: "balanceOfNFT",
812
- outputs: [
813
- {
814
- internalType: "uint256",
815
- name: "",
816
- type: "uint256",
817
- },
818
- ],
819
- stateMutability: "view",
820
- type: "function",
821
- },
822
- {
823
- inputs: [
824
- {
825
- internalType: "uint256",
826
- name: "_tokenId",
827
- type: "uint256",
828
- },
829
- {
830
- internalType: "uint256",
831
- name: "_timestamp",
832
- type: "uint256",
833
- },
834
- ],
835
- name: "balanceOfNFTAt",
836
- outputs: [
837
- {
838
- internalType: "uint256",
839
- name: "",
840
- type: "uint256",
841
- },
842
- ],
843
- stateMutability: "view",
844
- type: "function",
845
- },
846
- {
847
- inputs: [
848
- {
849
- internalType: "uint256",
850
- name: "_tokenId",
851
- type: "uint256",
852
- },
853
- ],
854
- name: "burn",
855
- outputs: [],
856
- stateMutability: "nonpayable",
857
- type: "function",
858
- },
859
- {
860
- inputs: [],
861
- name: "checkpoint",
862
- outputs: [],
863
- stateMutability: "nonpayable",
864
- type: "function",
865
- },
866
- {
867
- inputs: [
868
- {
869
- internalType: "address",
870
- name: "_delegateeAddress",
871
- type: "address",
872
- },
873
- ],
874
- name: "checkpointDelegatee",
875
- outputs: [],
876
- stateMutability: "nonpayable",
877
- type: "function",
878
- },
879
- {
880
- inputs: [
881
- {
882
- internalType: "uint256",
883
- name: "_tokenId",
884
- type: "uint256",
885
- },
886
- ],
887
- name: "claim",
888
- outputs: [],
889
- stateMutability: "nonpayable",
890
- type: "function",
891
- },
892
- {
893
- inputs: [
894
- {
895
- internalType: "uint256",
896
- name: "tokenId",
897
- type: "uint256",
898
- },
899
- ],
900
- name: "claimablePayout",
901
- outputs: [
902
- {
903
- internalType: "uint256",
904
- name: "payout",
905
- type: "uint256",
906
- },
907
- ],
908
- stateMutability: "view",
909
- type: "function",
910
- },
911
- {
912
- inputs: [
913
- {
914
- internalType: "uint256",
915
- name: "tokenId",
916
- type: "uint256",
917
- },
918
- ],
919
- name: "claimedPayout",
920
- outputs: [
921
- {
922
- internalType: "uint256",
923
- name: "payout",
924
- type: "uint256",
925
- },
926
- ],
927
- stateMutability: "view",
928
- type: "function",
929
- },
930
- {
931
- inputs: [
932
- {
933
- internalType: "uint256",
934
- name: "_value",
935
- type: "uint256",
936
- },
937
- {
938
- internalType: "uint256",
939
- name: "_lockDuration",
940
- type: "uint256",
941
- },
942
- {
943
- internalType: "address",
944
- name: "_to",
945
- type: "address",
946
- },
947
- {
948
- internalType: "address",
949
- name: "_delegatee",
950
- type: "address",
951
- },
952
- {
953
- internalType: "bool",
954
- name: "_permanent",
955
- type: "bool",
956
- },
957
- ],
958
- name: "createDelegatedLockFor",
959
- outputs: [
960
- {
961
- internalType: "uint256",
962
- name: "",
963
- type: "uint256",
964
- },
965
- ],
966
- stateMutability: "nonpayable",
967
- type: "function",
968
- },
969
- {
970
- inputs: [
971
- {
972
- internalType: "uint256",
973
- name: "_value",
974
- type: "uint256",
975
- },
976
- {
977
- internalType: "uint256",
978
- name: "_lockDuration",
979
- type: "uint256",
980
- },
981
- {
982
- internalType: "bool",
983
- name: "_permanent",
984
- type: "bool",
985
- },
986
- ],
987
- name: "createLock",
988
- outputs: [
989
- {
990
- internalType: "uint256",
991
- name: "",
992
- type: "uint256",
993
- },
994
- ],
995
- stateMutability: "nonpayable",
996
- type: "function",
997
- },
998
- {
999
- inputs: [
1000
- {
1001
- internalType: "uint256",
1002
- name: "_value",
1003
- type: "uint256",
1004
- },
1005
- {
1006
- internalType: "uint256",
1007
- name: "_lockDuration",
1008
- type: "uint256",
1009
- },
1010
- {
1011
- internalType: "address",
1012
- name: "_to",
1013
- type: "address",
1014
- },
1015
- {
1016
- internalType: "bool",
1017
- name: "_permanent",
1018
- type: "bool",
1019
- },
1020
- ],
1021
- name: "createLockFor",
1022
- outputs: [
1023
- {
1024
- internalType: "uint256",
1025
- name: "",
1026
- type: "uint256",
1027
- },
1028
- ],
1029
- stateMutability: "nonpayable",
1030
- type: "function",
1031
- },
1032
- {
1033
- inputs: [],
1034
- name: "decimals",
1035
- outputs: [
1036
- {
1037
- internalType: "uint8",
1038
- name: "",
1039
- type: "uint8",
1040
- },
1041
- ],
1042
- stateMutability: "view",
1043
- type: "function",
1044
- },
1045
- {
1046
- inputs: [
1047
- {
1048
- internalType: "uint256",
1049
- name: "_tokenId",
1050
- type: "uint256",
1051
- },
1052
- {
1053
- internalType: "address",
1054
- name: "delegatee",
1055
- type: "address",
1056
- },
1057
- ],
1058
- name: "delegate",
1059
- outputs: [],
1060
- stateMutability: "nonpayable",
1061
- type: "function",
1062
- },
1063
- {
1064
- inputs: [
1065
- {
1066
- internalType: "address",
1067
- name: "delegatee",
1068
- type: "address",
1069
- },
1070
- ],
1071
- name: "delegate",
1072
- outputs: [],
1073
- stateMutability: "nonpayable",
1074
- type: "function",
1075
- },
1076
- {
1077
- inputs: [
1078
- {
1079
- internalType: "address",
1080
- name: "delegatee",
1081
- type: "address",
1082
- },
1083
- {
1084
- internalType: "uint256",
1085
- name: "nonce",
1086
- type: "uint256",
1087
- },
1088
- {
1089
- internalType: "uint256",
1090
- name: "expiry",
1091
- type: "uint256",
1092
- },
1093
- {
1094
- internalType: "uint8",
1095
- name: "v",
1096
- type: "uint8",
1097
- },
1098
- {
1099
- internalType: "bytes32",
1100
- name: "r",
1101
- type: "bytes32",
1102
- },
1103
- {
1104
- internalType: "bytes32",
1105
- name: "s",
1106
- type: "bytes32",
1107
- },
1108
- ],
1109
- name: "delegateBySig",
1110
- outputs: [],
1111
- stateMutability: "nonpayable",
1112
- type: "function",
1113
- },
1114
- {
1115
- inputs: [
1116
- {
1117
- internalType: "address",
1118
- name: "_delegatee",
1119
- type: "address",
1120
- },
1121
- {
1122
- internalType: "uint256",
1123
- name: "_timestamp",
1124
- type: "uint256",
1125
- },
1126
- ],
1127
- name: "delegateeSlopeChanges",
1128
- outputs: [
1129
- {
1130
- internalType: "int128",
1131
- name: "",
1132
- type: "int128",
1133
- },
1134
- ],
1135
- stateMutability: "view",
1136
- type: "function",
1137
- },
1138
- {
1139
- inputs: [
1140
- {
1141
- internalType: "uint256",
1142
- name: "tokenId",
1143
- type: "uint256",
1144
- },
1145
- {
1146
- internalType: "uint48",
1147
- name: "timestamp",
1148
- type: "uint48",
1149
- },
1150
- ],
1151
- name: "delegates",
1152
- outputs: [
1153
- {
1154
- internalType: "address",
1155
- name: "",
1156
- type: "address",
1157
- },
1158
- ],
1159
- stateMutability: "view",
1160
- type: "function",
1161
- },
1162
- {
1163
- inputs: [
1164
- {
1165
- internalType: "address",
1166
- name: "account",
1167
- type: "address",
1168
- },
1169
- ],
1170
- name: "delegates",
1171
- outputs: [
1172
- {
1173
- internalType: "address",
1174
- name: "",
1175
- type: "address",
1176
- },
1177
- ],
1178
- stateMutability: "view",
1179
- type: "function",
1180
- },
1181
- {
1182
- inputs: [],
1183
- name: "eip712Domain",
1184
- outputs: [
1185
- {
1186
- internalType: "bytes1",
1187
- name: "fields",
1188
- type: "bytes1",
1189
- },
1190
- {
1191
- internalType: "string",
1192
- name: "name",
1193
- type: "string",
1194
- },
1195
- {
1196
- internalType: "string",
1197
- name: "version",
1198
- type: "string",
1199
- },
1200
- {
1201
- internalType: "uint256",
1202
- name: "chainId",
1203
- type: "uint256",
1204
- },
1205
- {
1206
- internalType: "address",
1207
- name: "verifyingContract",
1208
- type: "address",
1209
- },
1210
- {
1211
- internalType: "bytes32",
1212
- name: "salt",
1213
- type: "bytes32",
1214
- },
1215
- {
1216
- internalType: "uint256[]",
1217
- name: "extensions",
1218
- type: "uint256[]",
1219
- },
1220
- ],
1221
- stateMutability: "view",
1222
- type: "function",
1223
- },
1224
- {
1225
- inputs: [
1226
- {
1227
- internalType: "address",
1228
- name: "account",
1229
- type: "address",
1230
- },
1231
- ],
1232
- name: "getAccountDelegates",
1233
- outputs: [
1234
- {
1235
- internalType: "address[]",
1236
- name: "",
1237
- type: "address[]",
1238
- },
1239
- ],
1240
- stateMutability: "view",
1241
- type: "function",
1242
- },
1243
- {
1244
- inputs: [
1245
- {
1246
- internalType: "uint256",
1247
- name: "tokenId",
1248
- type: "uint256",
1249
- },
1250
- ],
1251
- name: "getApproved",
1252
- outputs: [
1253
- {
1254
- internalType: "address",
1255
- name: "",
1256
- type: "address",
1257
- },
1258
- ],
1259
- stateMutability: "view",
1260
- type: "function",
1261
- },
1262
- {
1263
- inputs: [
1264
- {
1265
- internalType: "uint256",
1266
- name: "tokenId",
1267
- type: "uint256",
1268
- },
1269
- ],
1270
- name: "getClaimApproved",
1271
- outputs: [
1272
- {
1273
- internalType: "address",
1274
- name: "operator",
1275
- type: "address",
1276
- },
1277
- ],
1278
- stateMutability: "view",
1279
- type: "function",
1280
- },
1281
- {
1282
- inputs: [
1283
- {
1284
- internalType: "uint256",
1285
- name: "_tokenId",
1286
- type: "uint256",
1287
- },
1288
- ],
1289
- name: "getFirstEscrowPoint",
1290
- outputs: [
1291
- {
1292
- components: [
1293
- {
1294
- internalType: "int128",
1295
- name: "bias",
1296
- type: "int128",
1297
- },
1298
- {
1299
- internalType: "int128",
1300
- name: "slope",
1301
- type: "int128",
1302
- },
1303
- {
1304
- internalType: "int128",
1305
- name: "permanent",
1306
- type: "int128",
1307
- },
1308
- ],
1309
- internalType: "struct Checkpoints.Point",
1310
- name: "",
1311
- type: "tuple",
1312
- },
1313
- {
1314
- internalType: "uint48",
1315
- name: "",
1316
- type: "uint48",
1317
- },
1318
- ],
1319
- stateMutability: "view",
1320
- type: "function",
1321
- },
1322
- {
1323
- inputs: [
1324
- {
1325
- internalType: "uint256",
1326
- name: "tokenId",
1327
- type: "uint256",
1328
- },
1329
- ],
1330
- name: "getLockDelegatee",
1331
- outputs: [
1332
- {
1333
- internalType: "address",
1334
- name: "",
1335
- type: "address",
1336
- },
1337
- ],
1338
- stateMutability: "view",
1339
- type: "function",
1340
- },
1341
- {
1342
- inputs: [
1343
- {
1344
- internalType: "uint256",
1345
- name: "_tokenId",
1346
- type: "uint256",
1347
- },
1348
- {
1349
- internalType: "uint256",
1350
- name: "_timestamp",
1351
- type: "uint256",
1352
- },
1353
- ],
1354
- name: "getPastEscrowPoint",
1355
- outputs: [
1356
- {
1357
- components: [
1358
- {
1359
- internalType: "int128",
1360
- name: "bias",
1361
- type: "int128",
1362
- },
1363
- {
1364
- internalType: "int128",
1365
- name: "slope",
1366
- type: "int128",
1367
- },
1368
- {
1369
- internalType: "int128",
1370
- name: "permanent",
1371
- type: "int128",
1372
- },
1373
- ],
1374
- internalType: "struct Checkpoints.Point",
1375
- name: "",
1376
- type: "tuple",
1377
- },
1378
- {
1379
- internalType: "uint48",
1380
- name: "",
1381
- type: "uint48",
1382
- },
1383
- ],
1384
- stateMutability: "view",
1385
- type: "function",
1386
- },
1387
- {
1388
- inputs: [
1389
- {
1390
- internalType: "uint256",
1391
- name: "_timePoint",
1392
- type: "uint256",
1393
- },
1394
- ],
1395
- name: "getPastTotalSupply",
1396
- outputs: [
1397
- {
1398
- internalType: "uint256",
1399
- name: "",
1400
- type: "uint256",
1401
- },
1402
- ],
1403
- stateMutability: "view",
1404
- type: "function",
1405
- },
1406
- {
1407
- inputs: [
1408
- {
1409
- internalType: "address",
1410
- name: "account",
1411
- type: "address",
1412
- },
1413
- {
1414
- internalType: "uint256",
1415
- name: "timepoint",
1416
- type: "uint256",
1417
- },
1418
- ],
1419
- name: "getPastVotes",
1420
- outputs: [
1421
- {
1422
- internalType: "uint256",
1423
- name: "",
1424
- type: "uint256",
1425
- },
1426
- ],
1427
- stateMutability: "view",
1428
- type: "function",
1429
- },
1430
- {
1431
- inputs: [
1432
- {
1433
- internalType: "address",
1434
- name: "account",
1435
- type: "address",
1436
- },
1437
- ],
1438
- name: "getVotes",
1439
- outputs: [
1440
- {
1441
- internalType: "uint256",
1442
- name: "",
1443
- type: "uint256",
1444
- },
1445
- ],
1446
- stateMutability: "view",
1447
- type: "function",
1448
- },
1449
- {
1450
- inputs: [],
1451
- name: "globalCheckpoint",
1452
- outputs: [],
1453
- stateMutability: "nonpayable",
1454
- type: "function",
1455
- },
1456
- {
1457
- inputs: [
1458
- {
1459
- internalType: "uint256",
1460
- name: "_timestamp",
1461
- type: "uint256",
1462
- },
1463
- ],
1464
- name: "globalSlopeChanges",
1465
- outputs: [
1466
- {
1467
- internalType: "int128",
1468
- name: "",
1469
- type: "int128",
1470
- },
1471
- ],
1472
- stateMutability: "view",
1473
- type: "function",
1474
- },
1475
- {
1476
- inputs: [
1477
- {
1478
- internalType: "uint256",
1479
- name: "_tokenId",
1480
- type: "uint256",
1481
- },
1482
- {
1483
- internalType: "uint256",
1484
- name: "_value",
1485
- type: "uint256",
1486
- },
1487
- ],
1488
- name: "increaseAmount",
1489
- outputs: [],
1490
- stateMutability: "nonpayable",
1491
- type: "function",
1492
- },
1493
- {
1494
- inputs: [
1495
- {
1496
- internalType: "uint256",
1497
- name: "_tokenId",
1498
- type: "uint256",
1499
- },
1500
- {
1501
- internalType: "uint256",
1502
- name: "_lockDuration",
1503
- type: "uint256",
1504
- },
1505
- {
1506
- internalType: "bool",
1507
- name: "_permanent",
1508
- type: "bool",
1509
- },
1510
- ],
1511
- name: "increaseUnlockTime",
1512
- outputs: [],
1513
- stateMutability: "nonpayable",
1514
- type: "function",
1515
- },
1516
- {
1517
- inputs: [
1518
- {
1519
- internalType: "string",
1520
- name: "_name",
1521
- type: "string",
1522
- },
1523
- {
1524
- internalType: "string",
1525
- name: "_symbol",
1526
- type: "string",
1527
- },
1528
- {
1529
- internalType: "string",
1530
- name: "version",
1531
- type: "string",
1532
- },
1533
- {
1534
- internalType: "contract IERC20Upgradeable",
1535
- name: "mainToken",
1536
- type: "address",
1537
- },
1538
- {
1539
- internalType: "address",
1540
- name: "_artProxy",
1541
- type: "address",
1542
- },
1543
- ],
1544
- name: "initialize",
1545
- outputs: [],
1546
- stateMutability: "nonpayable",
1547
- type: "function",
1548
- },
1549
- {
1550
- inputs: [
1551
- {
1552
- internalType: "address",
1553
- name: "operator",
1554
- type: "address",
1555
- },
1556
- {
1557
- internalType: "uint256",
1558
- name: "tokenId",
1559
- type: "uint256",
1560
- },
1561
- ],
1562
- name: "isApprovedClaimOrOwner",
1563
- outputs: [
1564
- {
1565
- internalType: "bool",
1566
- name: "",
1567
- type: "bool",
1568
- },
1569
- ],
1570
- stateMutability: "view",
1571
- type: "function",
1572
- },
1573
- {
1574
- inputs: [
1575
- {
1576
- internalType: "address",
1577
- name: "owner",
1578
- type: "address",
1579
- },
1580
- {
1581
- internalType: "address",
1582
- name: "operator",
1583
- type: "address",
1584
- },
1585
- ],
1586
- name: "isApprovedForAll",
1587
- outputs: [
1588
- {
1589
- internalType: "bool",
1590
- name: "",
1591
- type: "bool",
1592
- },
1593
- ],
1594
- stateMutability: "view",
1595
- type: "function",
1596
- },
1597
- {
1598
- inputs: [
1599
- {
1600
- internalType: "address",
1601
- name: "user",
1602
- type: "address",
1603
- },
1604
- {
1605
- internalType: "uint256",
1606
- name: "tokenId",
1607
- type: "uint256",
1608
- },
1609
- ],
1610
- name: "isApprovedOrOwner",
1611
- outputs: [
1612
- {
1613
- internalType: "bool",
1614
- name: "",
1615
- type: "bool",
1616
- },
1617
- ],
1618
- stateMutability: "view",
1619
- type: "function",
1620
- },
1621
- {
1622
- inputs: [
1623
- {
1624
- internalType: "address",
1625
- name: "owner",
1626
- type: "address",
1627
- },
1628
- {
1629
- internalType: "address",
1630
- name: "operator",
1631
- type: "address",
1632
- },
1633
- ],
1634
- name: "isClaimApprovedForAll",
1635
- outputs: [
1636
- {
1637
- internalType: "bool",
1638
- name: "isClaimApproved",
1639
- type: "bool",
1640
- },
1641
- ],
1642
- stateMutability: "view",
1643
- type: "function",
1644
- },
1645
- {
1646
- inputs: [
1647
- {
1648
- internalType: "uint256",
1649
- name: "_tokenId",
1650
- type: "uint256",
1651
- },
1652
- ],
1653
- name: "lockDetails",
1654
- outputs: [
1655
- {
1656
- components: [
1657
- {
1658
- internalType: "uint256",
1659
- name: "amount",
1660
- type: "uint256",
1661
- },
1662
- {
1663
- internalType: "uint256",
1664
- name: "startTime",
1665
- type: "uint256",
1666
- },
1667
- {
1668
- internalType: "uint256",
1669
- name: "endTime",
1670
- type: "uint256",
1671
- },
1672
- {
1673
- internalType: "bool",
1674
- name: "isPermanent",
1675
- type: "bool",
1676
- },
1677
- ],
1678
- internalType: "struct IVotingEscrowV2Upgradeable.LockDetails",
1679
- name: "",
1680
- type: "tuple",
1681
- },
1682
- ],
1683
- stateMutability: "view",
1684
- type: "function",
1685
- },
1686
- {
1687
- inputs: [],
1688
- name: "maxTime",
1689
- outputs: [
1690
- {
1691
- internalType: "uint256",
1692
- name: "",
1693
- type: "uint256",
1694
- },
1695
- ],
1696
- stateMutability: "view",
1697
- type: "function",
1698
- },
1699
- {
1700
- inputs: [
1701
- {
1702
- internalType: "uint256",
1703
- name: "_from",
1704
- type: "uint256",
1705
- },
1706
- {
1707
- internalType: "uint256",
1708
- name: "_to",
1709
- type: "uint256",
1710
- },
1711
- ],
1712
- name: "merge",
1713
- outputs: [],
1714
- stateMutability: "nonpayable",
1715
- type: "function",
1716
- },
1717
- {
1718
- inputs: [],
1719
- name: "name",
1720
- outputs: [
1721
- {
1722
- internalType: "string",
1723
- name: "",
1724
- type: "string",
1725
- },
1726
- ],
1727
- stateMutability: "view",
1728
- type: "function",
1729
- },
1730
- {
1731
- inputs: [
1732
- {
1733
- internalType: "address",
1734
- name: "",
1735
- type: "address",
1736
- },
1737
- ],
1738
- name: "nonces",
1739
- outputs: [
1740
- {
1741
- internalType: "uint256",
1742
- name: "",
1743
- type: "uint256",
1744
- },
1745
- ],
1746
- stateMutability: "view",
1747
- type: "function",
1748
- },
1749
- {
1750
- inputs: [
1751
- {
1752
- internalType: "uint256",
1753
- name: "tokenId",
1754
- type: "uint256",
1755
- },
1756
- ],
1757
- name: "ownerOf",
1758
- outputs: [
1759
- {
1760
- internalType: "address",
1761
- name: "",
1762
- type: "address",
1763
- },
1764
- ],
1765
- stateMutability: "view",
1766
- type: "function",
1767
- },
1768
- {
1769
- inputs: [
1770
- {
1771
- internalType: "uint256",
1772
- name: "tokenId",
1773
- type: "uint256",
1774
- },
1775
- ],
1776
- name: "payoutToken",
1777
- outputs: [
1778
- {
1779
- internalType: "address",
1780
- name: "token",
1781
- type: "address",
1782
- },
1783
- ],
1784
- stateMutability: "view",
1785
- type: "function",
1786
- },
1787
- {
1788
- inputs: [
1789
- {
1790
- internalType: "address",
1791
- name: "from",
1792
- type: "address",
1793
- },
1794
- {
1795
- internalType: "address",
1796
- name: "to",
1797
- type: "address",
1798
- },
1799
- {
1800
- internalType: "uint256",
1801
- name: "tokenId",
1802
- type: "uint256",
1803
- },
1804
- ],
1805
- name: "safeTransferFrom",
1806
- outputs: [],
1807
- stateMutability: "nonpayable",
1808
- type: "function",
1809
- },
1810
- {
1811
- inputs: [
1812
- {
1813
- internalType: "address",
1814
- name: "from",
1815
- type: "address",
1816
- },
1817
- {
1818
- internalType: "address",
1819
- name: "to",
1820
- type: "address",
1821
- },
1822
- {
1823
- internalType: "uint256",
1824
- name: "tokenId",
1825
- type: "uint256",
1826
- },
1827
- {
1828
- internalType: "bytes",
1829
- name: "data",
1830
- type: "bytes",
1831
- },
1832
- ],
1833
- name: "safeTransferFrom",
1834
- outputs: [],
1835
- stateMutability: "nonpayable",
1836
- type: "function",
1837
- },
1838
- {
1839
- inputs: [
1840
- {
1841
- internalType: "address",
1842
- name: "operator",
1843
- type: "address",
1844
- },
1845
- {
1846
- internalType: "bool",
1847
- name: "approved",
1848
- type: "bool",
1849
- },
1850
- ],
1851
- name: "setApprovalForAll",
1852
- outputs: [],
1853
- stateMutability: "nonpayable",
1854
- type: "function",
1855
- },
1856
- {
1857
- inputs: [
1858
- {
1859
- internalType: "address",
1860
- name: "operator",
1861
- type: "address",
1862
- },
1863
- {
1864
- internalType: "bool",
1865
- name: "approved",
1866
- type: "bool",
1867
- },
1868
- {
1869
- internalType: "uint256",
1870
- name: "tokenId",
1871
- type: "uint256",
1872
- },
1873
- ],
1874
- name: "setClaimApproval",
1875
- outputs: [],
1876
- stateMutability: "nonpayable",
1877
- type: "function",
1878
- },
1879
- {
1880
- inputs: [
1881
- {
1882
- internalType: "address",
1883
- name: "operator",
1884
- type: "address",
1885
- },
1886
- {
1887
- internalType: "bool",
1888
- name: "approved",
1889
- type: "bool",
1890
- },
1891
- ],
1892
- name: "setClaimApprovalForAll",
1893
- outputs: [],
1894
- stateMutability: "nonpayable",
1895
- type: "function",
1896
- },
1897
- {
1898
- inputs: [
1899
- {
1900
- internalType: "uint256[]",
1901
- name: "_weights",
1902
- type: "uint256[]",
1903
- },
1904
- {
1905
- internalType: "uint256",
1906
- name: "_tokenId",
1907
- type: "uint256",
1908
- },
1909
- ],
1910
- name: "split",
1911
- outputs: [],
1912
- stateMutability: "nonpayable",
1913
- type: "function",
1914
- },
1915
- {
1916
- inputs: [],
1917
- name: "supply",
1918
- outputs: [
1919
- {
1920
- internalType: "uint256",
1921
- name: "",
1922
- type: "uint256",
1923
- },
1924
- ],
1925
- stateMutability: "view",
1926
- type: "function",
1927
- },
1928
- {
1929
- inputs: [
1930
- {
1931
- internalType: "bytes4",
1932
- name: "interfaceId",
1933
- type: "bytes4",
1934
- },
1935
- ],
1936
- name: "supportsInterface",
1937
- outputs: [
1938
- {
1939
- internalType: "bool",
1940
- name: "supported",
1941
- type: "bool",
1942
- },
1943
- ],
1944
- stateMutability: "view",
1945
- type: "function",
1946
- },
1947
- {
1948
- inputs: [],
1949
- name: "symbol",
1950
- outputs: [
1951
- {
1952
- internalType: "string",
1953
- name: "",
1954
- type: "string",
1955
- },
1956
- ],
1957
- stateMutability: "view",
1958
- type: "function",
1959
- },
1960
- {
1961
- inputs: [
1962
- {
1963
- internalType: "uint256",
1964
- name: "_timestamp",
1965
- type: "uint256",
1966
- },
1967
- ],
1968
- name: "toGlobalClock",
1969
- outputs: [
1970
- {
1971
- internalType: "uint48",
1972
- name: "",
1973
- type: "uint48",
1974
- },
1975
- ],
1976
- stateMutability: "pure",
1977
- type: "function",
1978
- },
1979
- {
1980
- inputs: [],
1981
- name: "token",
1982
- outputs: [
1983
- {
1984
- internalType: "contract IERC20Upgradeable",
1985
- name: "",
1986
- type: "address",
1987
- },
1988
- ],
1989
- stateMutability: "view",
1990
- type: "function",
1991
- },
1992
- {
1993
- inputs: [
1994
- {
1995
- internalType: "uint256",
1996
- name: "index",
1997
- type: "uint256",
1998
- },
1999
- ],
2000
- name: "tokenByIndex",
2001
- outputs: [
2002
- {
2003
- internalType: "uint256",
2004
- name: "",
2005
- type: "uint256",
2006
- },
2007
- ],
2008
- stateMutability: "view",
2009
- type: "function",
2010
- },
2011
- {
2012
- inputs: [
2013
- {
2014
- internalType: "address",
2015
- name: "owner",
2016
- type: "address",
2017
- },
2018
- {
2019
- internalType: "uint256",
2020
- name: "index",
2021
- type: "uint256",
2022
- },
2023
- ],
2024
- name: "tokenOfOwnerByIndex",
2025
- outputs: [
2026
- {
2027
- internalType: "uint256",
2028
- name: "",
2029
- type: "uint256",
2030
- },
2031
- ],
2032
- stateMutability: "view",
2033
- type: "function",
2034
- },
2035
- {
2036
- inputs: [
2037
- {
2038
- internalType: "uint256",
2039
- name: "_tokenId",
2040
- type: "uint256",
2041
- },
2042
- ],
2043
- name: "tokenURI",
2044
- outputs: [
2045
- {
2046
- internalType: "string",
2047
- name: "",
2048
- type: "string",
2049
- },
2050
- ],
2051
- stateMutability: "view",
2052
- type: "function",
2053
- },
2054
- {
2055
- inputs: [],
2056
- name: "totalNftsMinted",
2057
- outputs: [
2058
- {
2059
- internalType: "uint256",
2060
- name: "",
2061
- type: "uint256",
2062
- },
2063
- ],
2064
- stateMutability: "view",
2065
- type: "function",
2066
- },
2067
- {
2068
- inputs: [],
2069
- name: "totalSupply",
2070
- outputs: [
2071
- {
2072
- internalType: "uint256",
2073
- name: "",
2074
- type: "uint256",
2075
- },
2076
- ],
2077
- stateMutability: "view",
2078
- type: "function",
2079
- },
2080
- {
2081
- inputs: [
2082
- {
2083
- internalType: "address",
2084
- name: "from",
2085
- type: "address",
2086
- },
2087
- {
2088
- internalType: "address",
2089
- name: "to",
2090
- type: "address",
2091
- },
2092
- {
2093
- internalType: "uint256",
2094
- name: "tokenId",
2095
- type: "uint256",
2096
- },
2097
- ],
2098
- name: "transferFrom",
2099
- outputs: [],
2100
- stateMutability: "nonpayable",
2101
- type: "function",
2102
- },
2103
- {
2104
- inputs: [
2105
- {
2106
- internalType: "uint256",
2107
- name: "_tokenId",
2108
- type: "uint256",
2109
- },
2110
- ],
2111
- name: "unlockPermanent",
2112
- outputs: [],
2113
- stateMutability: "nonpayable",
2114
- type: "function",
2115
- },
2116
- {
2117
- inputs: [
2118
- {
2119
- internalType: "uint256",
2120
- name: "tokenId",
2121
- type: "uint256",
2122
- },
2123
- ],
2124
- name: "vestedPayout",
2125
- outputs: [
2126
- {
2127
- internalType: "uint256",
2128
- name: "payout",
2129
- type: "uint256",
2130
- },
2131
- ],
2132
- stateMutability: "view",
2133
- type: "function",
2134
- },
2135
- {
2136
- inputs: [
2137
- {
2138
- internalType: "uint256",
2139
- name: "tokenId",
2140
- type: "uint256",
2141
- },
2142
- {
2143
- internalType: "uint256",
2144
- name: "timestamp",
2145
- type: "uint256",
2146
- },
2147
- ],
2148
- name: "vestedPayoutAtTime",
2149
- outputs: [
2150
- {
2151
- internalType: "uint256",
2152
- name: "payout",
2153
- type: "uint256",
2154
- },
2155
- ],
2156
- stateMutability: "view",
2157
- type: "function",
2158
- },
2159
- {
2160
- inputs: [
2161
- {
2162
- internalType: "uint256",
2163
- name: "tokenId",
2164
- type: "uint256",
2165
- },
2166
- ],
2167
- name: "vestingPayout",
2168
- outputs: [
2169
- {
2170
- internalType: "uint256",
2171
- name: "payout",
2172
- type: "uint256",
2173
- },
2174
- ],
2175
- stateMutability: "view",
2176
- type: "function",
2177
- },
2178
- {
2179
- inputs: [
2180
- {
2181
- internalType: "uint256",
2182
- name: "tokenId",
2183
- type: "uint256",
2184
- },
2185
- ],
2186
- name: "vestingPeriod",
2187
- outputs: [
2188
- {
2189
- internalType: "uint256",
2190
- name: "vestingStart",
2191
- type: "uint256",
2192
- },
2193
- {
2194
- internalType: "uint256",
2195
- name: "vestingEnd",
2196
- type: "uint256",
2197
- },
2198
- ],
2199
- stateMutability: "view",
2200
- type: "function",
2201
- },
2202
- ];
2203
- var LockVeAbond__factory = /** @class */ (function () {
2204
- function LockVeAbond__factory() {
2205
- }
2206
- LockVeAbond__factory.createInterface = function () {
2207
- return new utils.Interface(_abi);
2208
- };
2209
- LockVeAbond__factory.connect = function (address, signerOrProvider) {
2210
- return new Contract(address, _abi, signerOrProvider);
2211
- };
2212
- LockVeAbond__factory.abi = _abi;
2213
- return LockVeAbond__factory;
2214
- }());
2215
- export { LockVeAbond__factory };