@ape.swap/bonds-sdk 1.0.780 → 1.1.0-seedify

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 (462) hide show
  1. package/dist/components/BondRows/BondRow.d.ts +3 -2
  2. package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
  3. package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
  4. package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
  5. package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
  6. package/dist/components/SlippageModal/index.d.ts +3 -0
  7. package/dist/components/TokenInfoAndName/index.d.ts +2 -2
  8. package/dist/components/TokenSelectorPanel/index.d.ts +1 -2
  9. package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
  10. package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
  11. package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
  12. package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
  13. package/dist/components/uikit-sdk/index.d.ts +1 -0
  14. package/dist/config/abi/types/Banana.d.ts +103 -126
  15. package/dist/config/abi/types/Bond.d.ts +176 -221
  16. package/dist/config/abi/types/BondNft.d.ts +160 -207
  17. package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
  18. package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
  19. package/dist/config/abi/types/Erc20.d.ts +40 -52
  20. package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
  21. package/dist/config/abi/types/JungleChef.d.ts +64 -79
  22. package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
  23. package/dist/config/abi/types/LensContract.d.ts +58 -77
  24. package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
  25. package/dist/config/abi/types/MigrationBond.d.ts +268 -330
  26. package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
  27. package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
  28. package/dist/config/abi/types/Multicallv2.d.ts +35 -46
  29. package/dist/config/abi/types/Multicallv3.d.ts +14 -14
  30. package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
  31. package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
  32. package/dist/config/abi/types/PriceGetter.d.ts +218 -255
  33. package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
  34. package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
  35. package/dist/config/abi/types/SousChef.d.ts +140 -177
  36. package/dist/config/abi/types/Treasury.d.ts +66 -69
  37. package/dist/config/abi/types/Weth.d.ts +53 -68
  38. package/dist/config/abi/types/Zap.d.ts +97 -141
  39. package/dist/config/abi/types/common.d.ts +3 -3
  40. package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
  41. package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
  42. package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
  43. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
  44. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
  45. package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
  46. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
  47. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
  48. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
  49. package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
  50. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
  51. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
  52. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
  53. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
  54. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
  55. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
  56. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
  57. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
  58. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
  59. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
  60. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
  61. package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
  62. package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
  63. package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
  64. package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
  65. package/dist/config/abi/types/factories/index.d.ts +25 -25
  66. package/dist/config/abi/types/index.d.ts +51 -51
  67. package/dist/config/constants/addresses.d.ts +0 -8
  68. package/dist/config/constants/queryKeys.d.ts +7 -2
  69. package/dist/config/constants/tokens.d.ts +2 -2
  70. package/dist/hooks/useTokenFromZapList.d.ts +1 -1
  71. package/dist/hooks/useTopThreeTags.d.ts +2 -2
  72. package/dist/main.d.ts +7 -0
  73. package/dist/main.js +73492 -0
  74. package/dist/scss/BondMenu.scss +2 -2
  75. package/dist/scss/BondModal.scss +74 -73
  76. package/dist/scss/BondRow.scss +5 -5
  77. package/dist/scss/BondRowHeader.scss +7 -7
  78. package/dist/scss/Bonds.scss +2 -1
  79. package/dist/scss/YourBonds.scss +19 -14
  80. package/dist/scss/YourBondsModal.scss +3 -3
  81. package/dist/scss/index.scss +12 -0
  82. package/dist/state/allowance/useAllowance.d.ts +8 -4
  83. package/dist/state/bonds/useBondNFTData.d.ts +5 -0
  84. package/dist/state/bonds/useBondsData.d.ts +4 -0
  85. package/dist/state/bonds/useBondsList.d.ts +4 -0
  86. package/dist/state/bonds/useHotBonds.d.ts +3 -0
  87. package/dist/state/bonds/useUserBonds.d.ts +5 -0
  88. package/dist/state/price/useCurrencyPrice.d.ts +1 -17
  89. package/dist/state/slippage/useSlippage.d.ts +1 -0
  90. package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
  91. package/dist/state/zap/getChainParam.d.ts +1 -1
  92. package/dist/state/zap/useSoulZapBondQuote.d.ts +2 -2
  93. package/dist/types/bonds.d.ts +4 -41
  94. package/dist/types/yourbonds.d.ts +54 -69
  95. package/dist/utils/displayHelpers.d.ts +13 -0
  96. package/dist/utils/getNativeTicker.d.ts +3 -3
  97. package/dist/utils/index.d.ts +1 -1
  98. package/dist/views/BondModal/BondModal.d.ts +4 -7
  99. package/dist/views/BondModal/helper.d.ts +6 -6
  100. package/dist/views/BondModal/index.d.ts +2 -2
  101. package/dist/views/Bonds/Bonds.d.ts +6 -9
  102. package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
  103. package/dist/views/Bonds/index.d.ts +2 -2
  104. package/dist/views/Bonds/utils.d.ts +14 -0
  105. package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
  106. package/dist/views/FullBondsView/index.d.ts +3 -0
  107. package/dist/views/YourBonds/YourBonds.d.ts +1 -11
  108. package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
  109. package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
  110. package/dist/views/YourBonds/index.d.ts +3 -0
  111. package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
  112. package/package.json +19 -24
  113. package/dist/components/AccordionText/index.js +0 -17
  114. package/dist/components/BondMenu/BondMenu.js +0 -40
  115. package/dist/components/BondMenu/useChainFilterOption.js +0 -30
  116. package/dist/components/BondRows/BondRow.js +0 -81
  117. package/dist/components/BondRows/BondRowHeader.js +0 -12
  118. package/dist/components/BondRows/BondRowsByChain.js +0 -13
  119. package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
  120. package/dist/components/BondRows/ChainTitle.js +0 -18
  121. package/dist/components/MenuSelect/MenuSelect.js +0 -36
  122. package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
  123. package/dist/components/MenuSelect/types.js +0 -1
  124. package/dist/components/NetworkFilter/index.js +0 -66
  125. package/dist/components/ProgressBar/ProgressBar.js +0 -10
  126. package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
  127. package/dist/components/ProgressBar/styles.js +0 -82
  128. package/dist/components/TokenInfoAndName/index.js +0 -34
  129. package/dist/components/TokenSelectorModal/TokenRow.js +0 -18
  130. package/dist/components/TokenSelectorModal/index.js +0 -56
  131. package/dist/components/TokenSelectorPanel/index.js +0 -36
  132. package/dist/components/Tooltip/ButtonsRow.js +0 -21
  133. package/dist/components/Tooltip/Tooltip.js +0 -13
  134. package/dist/components/Tooltip/styles.js +0 -44
  135. package/dist/components/uikit-sdk/Button/Button.js +0 -91
  136. package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
  137. package/dist/components/uikit-sdk/Button/index.js +0 -2
  138. package/dist/components/uikit-sdk/Button/styles.js +0 -30
  139. package/dist/components/uikit-sdk/Button/types.js +0 -37
  140. package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
  141. package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
  142. package/dist/components/uikit-sdk/Flex/index.js +0 -29
  143. package/dist/components/uikit-sdk/Input/Input.js +0 -72
  144. package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
  145. package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
  146. package/dist/components/uikit-sdk/Input/index.js +0 -3
  147. package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
  148. package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
  149. package/dist/components/uikit-sdk/Modal/index.js +0 -46
  150. package/dist/components/uikit-sdk/Modal/styles.js +0 -62
  151. package/dist/components/uikit-sdk/Modal/types.js +0 -1
  152. package/dist/components/uikit-sdk/Select/Select.js +0 -61
  153. package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
  154. package/dist/components/uikit-sdk/Select/index.js +0 -2
  155. package/dist/components/uikit-sdk/Select/styles.js +0 -50
  156. package/dist/components/uikit-sdk/Select/types.js +0 -37
  157. package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
  158. package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
  159. package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
  160. package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
  161. package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
  162. package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
  163. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
  164. package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
  165. package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
  166. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
  167. package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
  168. package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
  169. package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
  170. package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
  171. package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
  172. package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
  173. package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
  174. package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
  175. package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
  176. package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
  177. package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
  178. package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
  179. package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
  180. package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
  181. package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
  182. package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
  183. package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
  184. package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
  185. package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
  186. package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
  187. package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
  188. package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
  189. package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
  190. package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
  191. package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
  192. package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
  193. package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
  194. package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
  195. package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
  196. package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
  197. package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
  198. package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
  199. package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
  200. package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
  201. package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
  202. package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
  203. package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
  204. package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
  205. package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
  206. package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
  207. package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
  208. package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
  209. package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
  210. package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
  211. package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
  212. package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
  213. package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
  214. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
  215. package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
  216. package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
  217. package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
  218. package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
  219. package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
  220. package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
  221. package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
  222. package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
  223. package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
  224. package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
  225. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
  226. package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
  227. package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
  228. package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
  229. package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
  230. package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
  231. package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
  232. package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
  233. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
  234. package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
  235. package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
  236. package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
  237. package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
  238. package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
  239. package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
  240. package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
  241. package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
  242. package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
  243. package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
  244. package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
  245. package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
  246. package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
  247. package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
  248. package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
  249. package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
  250. package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
  251. package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
  252. package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
  253. package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
  254. package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
  255. package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
  256. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
  257. package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
  258. package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
  259. package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
  260. package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
  261. package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
  262. package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
  263. package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
  264. package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
  265. package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
  266. package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
  267. package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
  268. package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
  269. package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
  270. package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
  271. package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
  272. package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
  273. package/dist/components/uikit-sdk/Svg/index.js +0 -347
  274. package/dist/components/uikit-sdk/Svg/styles.js +0 -16
  275. package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
  276. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
  277. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
  278. package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
  279. package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
  280. package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
  281. package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
  282. package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
  283. package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
  284. package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
  285. package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
  286. package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
  287. package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
  288. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
  289. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
  290. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
  291. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
  292. package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
  293. package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
  294. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
  295. package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
  296. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
  297. package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
  298. package/dist/components/uikit-sdk/Svg/types.js +0 -165
  299. package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
  300. package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
  301. package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
  302. package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
  303. package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
  304. package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
  305. package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
  306. package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
  307. package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
  308. package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
  309. package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
  310. package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
  311. package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
  312. package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
  313. package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
  314. package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
  315. package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
  316. package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
  317. package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
  318. package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
  319. package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
  320. package/dist/components/uikit-sdk/Tag/index.js +0 -2
  321. package/dist/components/uikit-sdk/Tag/styles.js +0 -44
  322. package/dist/components/uikit-sdk/Tag/types.js +0 -34
  323. package/dist/components/uikit-sdk/Text/index.js +0 -35
  324. package/dist/components/uikit-sdk/Text/types.js +0 -13
  325. package/dist/components/uikit-sdk/TokenImage/index.js +0 -41
  326. package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
  327. package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
  328. package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
  329. package/dist/components/uikit-sdk/index.js +0 -12
  330. package/dist/config/abi/bond.json +0 -450
  331. package/dist/config/abi/erc20.json +0 -117
  332. package/dist/config/abi/multicallv2.json +0 -143
  333. package/dist/config/abi/price-getter-linea.json +0 -1448
  334. package/dist/config/abi/price-getter.json +0 -1309
  335. package/dist/config/abi/types/Banana.js +0 -1
  336. package/dist/config/abi/types/Bond.js +0 -1
  337. package/dist/config/abi/types/BondNft.js +0 -1
  338. package/dist/config/abi/types/EnsPublicResolver.js +0 -1
  339. package/dist/config/abi/types/EnsRegistrar.js +0 -1
  340. package/dist/config/abi/types/Erc20.js +0 -1
  341. package/dist/config/abi/types/Erc20_bytes32.js +0 -1
  342. package/dist/config/abi/types/JungleChef.js +0 -1
  343. package/dist/config/abi/types/LaunchBonds.js +0 -1
  344. package/dist/config/abi/types/LensContract.js +0 -1
  345. package/dist/config/abi/types/LockVeAbond.js +0 -1
  346. package/dist/config/abi/types/MigrationBond.js +0 -1
  347. package/dist/config/abi/types/MigrationFveAbond.js +0 -1
  348. package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
  349. package/dist/config/abi/types/Multicallv2.js +0 -1
  350. package/dist/config/abi/types/Multicallv3.js +0 -1
  351. package/dist/config/abi/types/NonFungibleApes.js +0 -1
  352. package/dist/config/abi/types/NonFungibleBananas.js +0 -1
  353. package/dist/config/abi/types/PriceGetter.js +0 -1
  354. package/dist/config/abi/types/PriceGetterLinea.js +0 -1
  355. package/dist/config/abi/types/PriceGetterV2.js +0 -1
  356. package/dist/config/abi/types/SousChef.js +0 -1
  357. package/dist/config/abi/types/Treasury.js +0 -1
  358. package/dist/config/abi/types/Weth.js +0 -1
  359. package/dist/config/abi/types/Zap.js +0 -1
  360. package/dist/config/abi/types/common.js +0 -1
  361. package/dist/config/abi/types/factories/Banana__factory.js +0 -628
  362. package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
  363. package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
  364. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
  365. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
  366. package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
  367. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
  368. package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
  369. package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
  370. package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
  371. package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
  372. package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
  373. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
  374. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
  375. package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
  376. package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
  377. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
  378. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
  379. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
  380. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
  381. package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
  382. package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
  383. package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
  384. package/dist/config/abi/types/factories/Weth__factory.js +0 -296
  385. package/dist/config/abi/types/factories/Zap__factory.js +0 -889
  386. package/dist/config/abi/types/factories/index.js +0 -28
  387. package/dist/config/abi/types/index.js +0 -26
  388. package/dist/config/constants/addresses.js +0 -116
  389. package/dist/config/constants/api.js +0 -6
  390. package/dist/config/constants/chains.js +0 -436
  391. package/dist/config/constants/lifiRouting.js +0 -6
  392. package/dist/config/constants/lists.js +0 -21
  393. package/dist/config/constants/meta.js +0 -92
  394. package/dist/config/constants/misc.js +0 -4
  395. package/dist/config/constants/networks.js +0 -44
  396. package/dist/config/constants/products.js +0 -58
  397. package/dist/config/constants/queryKeys.js +0 -47
  398. package/dist/config/constants/tokens.js +0 -64
  399. package/dist/config/constants/tutorials.js +0 -80
  400. package/dist/config/constants/zapInputTokens.js +0 -356
  401. package/dist/config/localization/languages.js +0 -83
  402. package/dist/config/localization/translations.json +0 -918
  403. package/dist/contexts/Localization/Provider.js +0 -134
  404. package/dist/contexts/Localization/helpers.js +0 -63
  405. package/dist/contexts/Localization/index.js +0 -2
  406. package/dist/contexts/Localization/types.js +0 -1
  407. package/dist/contexts/Localization/useTranslation.js +0 -10
  408. package/dist/contexts/ModalContext.js +0 -67
  409. package/dist/contexts/RefreshContext.js +0 -78
  410. package/dist/enum/apeswaplists.d.ts +0 -418
  411. package/dist/enum/apeswaplists.js +0 -152
  412. package/dist/enum/tooltips.js +0 -13
  413. package/dist/hooks/useCookie.js +0 -29
  414. package/dist/hooks/useIsAbond.js +0 -10
  415. package/dist/hooks/useModal.js +0 -39
  416. package/dist/hooks/usePendingVesting.js +0 -13
  417. package/dist/hooks/useRefresh.js +0 -7
  418. package/dist/hooks/useTimer.js +0 -13
  419. package/dist/hooks/useTokenFromZapList.js +0 -10
  420. package/dist/hooks/useTopThreeTags.js +0 -25
  421. package/dist/index.d.ts +0 -5
  422. package/dist/index.js +0 -6
  423. package/dist/providers/index.js +0 -18
  424. package/dist/state/allowance/useAllowance.js +0 -148
  425. package/dist/state/balance/useCurrencyBalance.js +0 -80
  426. package/dist/state/price/useCurrencyPrice.js +0 -397
  427. package/dist/state/zap/getChainParam.js +0 -34
  428. package/dist/state/zap/useSoulZapBondQuote.js +0 -177
  429. package/dist/state/zap/useSoulZapTokenQuote.js +0 -167
  430. package/dist/theme/base.js +0 -123
  431. package/dist/theme/colors.js +0 -93
  432. package/dist/theme/components.js +0 -338
  433. package/dist/theme/display.js +0 -2
  434. package/dist/theme/index.js +0 -15
  435. package/dist/theme/types.js +0 -1
  436. package/dist/types/bonds.js +0 -1
  437. package/dist/types/yourbonds.js +0 -1
  438. package/dist/utils/convertToTokenValue.js +0 -24
  439. package/dist/utils/formatNumber.js +0 -34
  440. package/dist/utils/formatNumbers.js +0 -148
  441. package/dist/utils/getBalanceNumber.js +0 -18
  442. package/dist/utils/getNativeTicker.js +0 -8
  443. package/dist/utils/getTimePeriods.js +0 -44
  444. package/dist/utils/index.js +0 -127
  445. package/dist/utils/localStorageHelpers.js +0 -47
  446. package/dist/utils/multicall.js +0 -90
  447. package/dist/utils/numbers.js +0 -111
  448. package/dist/utils/roundNumber.js +0 -14
  449. package/dist/utils/track.js +0 -17
  450. package/dist/views/BondModal/BondModal.js +0 -300
  451. package/dist/views/BondModal/helper.js +0 -54
  452. package/dist/views/BondModal/index.js +0 -18
  453. package/dist/views/Bonds/Bonds.js +0 -174
  454. package/dist/views/Bonds/index.js +0 -18
  455. package/dist/views/YourBonds/YourBonds.js +0 -276
  456. package/dist/views/YourBonds/fetchBillsUser.js +0 -235
  457. package/dist/views/YourBonds/getBillNftData.js +0 -109
  458. package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
  459. package/dist/views/YourBondsModal/styles.js +0 -12
  460. package/dist/views/ZapModal/index.js +0 -150
  461. package/dist/views/ZapModal/styles.js +0 -35
  462. /package/dist/{enum → config/constants}/tooltips.d.ts +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 };