@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,951 +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
- anonymous: false,
8
- inputs: [
9
- {
10
- indexed: true,
11
- internalType: "address",
12
- name: "owner",
13
- type: "address",
14
- },
15
- {
16
- indexed: true,
17
- internalType: "address",
18
- name: "approved",
19
- type: "address",
20
- },
21
- {
22
- indexed: true,
23
- internalType: "uint256",
24
- name: "tokenId",
25
- type: "uint256",
26
- },
27
- ],
28
- name: "Approval",
29
- type: "event",
30
- },
31
- {
32
- anonymous: false,
33
- inputs: [
34
- {
35
- indexed: true,
36
- internalType: "address",
37
- name: "owner",
38
- type: "address",
39
- },
40
- {
41
- indexed: true,
42
- internalType: "address",
43
- name: "operator",
44
- type: "address",
45
- },
46
- {
47
- indexed: false,
48
- internalType: "bool",
49
- name: "approved",
50
- type: "bool",
51
- },
52
- ],
53
- name: "ApprovalForAll",
54
- type: "event",
55
- },
56
- {
57
- anonymous: false,
58
- inputs: [
59
- {
60
- indexed: false,
61
- internalType: "string",
62
- name: "newUri",
63
- type: "string",
64
- },
65
- ],
66
- name: "BaseTokenUriChanged",
67
- type: "event",
68
- },
69
- {
70
- anonymous: false,
71
- inputs: [
72
- {
73
- indexed: true,
74
- internalType: "bytes32",
75
- name: "role",
76
- type: "bytes32",
77
- },
78
- {
79
- indexed: true,
80
- internalType: "bytes32",
81
- name: "previousAdminRole",
82
- type: "bytes32",
83
- },
84
- {
85
- indexed: true,
86
- internalType: "bytes32",
87
- name: "newAdminRole",
88
- type: "bytes32",
89
- },
90
- ],
91
- name: "RoleAdminChanged",
92
- type: "event",
93
- },
94
- {
95
- anonymous: false,
96
- inputs: [
97
- {
98
- indexed: true,
99
- internalType: "bytes32",
100
- name: "role",
101
- type: "bytes32",
102
- },
103
- {
104
- indexed: true,
105
- internalType: "address",
106
- name: "account",
107
- type: "address",
108
- },
109
- {
110
- indexed: true,
111
- internalType: "address",
112
- name: "sender",
113
- type: "address",
114
- },
115
- ],
116
- name: "RoleGranted",
117
- type: "event",
118
- },
119
- {
120
- anonymous: false,
121
- inputs: [
122
- {
123
- indexed: true,
124
- internalType: "bytes32",
125
- name: "role",
126
- type: "bytes32",
127
- },
128
- {
129
- indexed: true,
130
- internalType: "address",
131
- name: "account",
132
- type: "address",
133
- },
134
- {
135
- indexed: true,
136
- internalType: "address",
137
- name: "sender",
138
- type: "address",
139
- },
140
- ],
141
- name: "RoleRevoked",
142
- type: "event",
143
- },
144
- {
145
- anonymous: false,
146
- inputs: [
147
- {
148
- indexed: true,
149
- internalType: "address",
150
- name: "from",
151
- type: "address",
152
- },
153
- {
154
- indexed: true,
155
- internalType: "address",
156
- name: "to",
157
- type: "address",
158
- },
159
- {
160
- indexed: true,
161
- internalType: "uint256",
162
- name: "tokenId",
163
- type: "uint256",
164
- },
165
- ],
166
- name: "Transfer",
167
- type: "event",
168
- },
169
- {
170
- anonymous: false,
171
- inputs: [
172
- {
173
- indexed: false,
174
- internalType: "bool",
175
- name: "locked",
176
- type: "bool",
177
- },
178
- ],
179
- name: "UriLocked",
180
- type: "event",
181
- },
182
- {
183
- inputs: [],
184
- name: "DEFAULT_ADMIN_ROLE",
185
- outputs: [
186
- {
187
- internalType: "bytes32",
188
- name: "",
189
- type: "bytes32",
190
- },
191
- ],
192
- stateMutability: "view",
193
- type: "function",
194
- },
195
- {
196
- inputs: [],
197
- name: "FACTORY_ROLE",
198
- outputs: [
199
- {
200
- internalType: "bytes32",
201
- name: "",
202
- type: "bytes32",
203
- },
204
- ],
205
- stateMutability: "view",
206
- type: "function",
207
- },
208
- {
209
- inputs: [],
210
- name: "MINTER_ROLE",
211
- outputs: [
212
- {
213
- internalType: "bytes32",
214
- name: "",
215
- type: "bytes32",
216
- },
217
- ],
218
- stateMutability: "view",
219
- type: "function",
220
- },
221
- {
222
- inputs: [],
223
- name: "URI_SETTER_ROLE",
224
- outputs: [
225
- {
226
- internalType: "bytes32",
227
- name: "",
228
- type: "bytes32",
229
- },
230
- ],
231
- stateMutability: "view",
232
- type: "function",
233
- },
234
- {
235
- inputs: [
236
- {
237
- internalType: "address",
238
- name: "minter",
239
- type: "address",
240
- },
241
- ],
242
- name: "addMinter",
243
- outputs: [],
244
- stateMutability: "nonpayable",
245
- type: "function",
246
- },
247
- {
248
- inputs: [
249
- {
250
- internalType: "address",
251
- name: "owner",
252
- type: "address",
253
- },
254
- ],
255
- name: "allTokensDataOfOwner",
256
- outputs: [
257
- {
258
- components: [
259
- {
260
- internalType: "uint256",
261
- name: "tokenId",
262
- type: "uint256",
263
- },
264
- {
265
- internalType: "address",
266
- name: "billAddress",
267
- type: "address",
268
- },
269
- ],
270
- internalType: "struct BillNft.TokenData[]",
271
- name: "",
272
- type: "tuple[]",
273
- },
274
- ],
275
- stateMutability: "view",
276
- type: "function",
277
- },
278
- {
279
- inputs: [
280
- {
281
- internalType: "address",
282
- name: "to",
283
- type: "address",
284
- },
285
- {
286
- internalType: "uint256",
287
- name: "tokenId",
288
- type: "uint256",
289
- },
290
- ],
291
- name: "approve",
292
- outputs: [],
293
- stateMutability: "nonpayable",
294
- type: "function",
295
- },
296
- {
297
- inputs: [
298
- {
299
- internalType: "address",
300
- name: "owner",
301
- type: "address",
302
- },
303
- ],
304
- name: "balanceOf",
305
- outputs: [
306
- {
307
- internalType: "uint256",
308
- name: "",
309
- type: "uint256",
310
- },
311
- ],
312
- stateMutability: "view",
313
- type: "function",
314
- },
315
- {
316
- inputs: [
317
- {
318
- internalType: "uint256",
319
- name: "",
320
- type: "uint256",
321
- },
322
- ],
323
- name: "billAddresses",
324
- outputs: [
325
- {
326
- internalType: "address",
327
- name: "",
328
- type: "address",
329
- },
330
- ],
331
- stateMutability: "view",
332
- type: "function",
333
- },
334
- {
335
- inputs: [
336
- {
337
- internalType: "uint256",
338
- name: "tokenId",
339
- type: "uint256",
340
- },
341
- ],
342
- name: "getApproved",
343
- outputs: [
344
- {
345
- internalType: "address",
346
- name: "",
347
- type: "address",
348
- },
349
- ],
350
- stateMutability: "view",
351
- type: "function",
352
- },
353
- {
354
- inputs: [
355
- {
356
- internalType: "bytes32",
357
- name: "role",
358
- type: "bytes32",
359
- },
360
- ],
361
- name: "getRoleAdmin",
362
- outputs: [
363
- {
364
- internalType: "bytes32",
365
- name: "",
366
- type: "bytes32",
367
- },
368
- ],
369
- stateMutability: "view",
370
- type: "function",
371
- },
372
- {
373
- inputs: [
374
- {
375
- internalType: "bytes32",
376
- name: "role",
377
- type: "bytes32",
378
- },
379
- {
380
- internalType: "uint256",
381
- name: "index",
382
- type: "uint256",
383
- },
384
- ],
385
- name: "getRoleMember",
386
- outputs: [
387
- {
388
- internalType: "address",
389
- name: "",
390
- type: "address",
391
- },
392
- ],
393
- stateMutability: "view",
394
- type: "function",
395
- },
396
- {
397
- inputs: [
398
- {
399
- internalType: "bytes32",
400
- name: "role",
401
- type: "bytes32",
402
- },
403
- ],
404
- name: "getRoleMemberCount",
405
- outputs: [
406
- {
407
- internalType: "uint256",
408
- name: "",
409
- type: "uint256",
410
- },
411
- ],
412
- stateMutability: "view",
413
- type: "function",
414
- },
415
- {
416
- inputs: [
417
- {
418
- internalType: "address",
419
- name: "owner",
420
- type: "address",
421
- },
422
- {
423
- internalType: "uint256",
424
- name: "start",
425
- type: "uint256",
426
- },
427
- {
428
- internalType: "uint256",
429
- name: "end",
430
- type: "uint256",
431
- },
432
- ],
433
- name: "getTokensOfOwnerByIndexes",
434
- outputs: [
435
- {
436
- components: [
437
- {
438
- internalType: "uint256",
439
- name: "tokenId",
440
- type: "uint256",
441
- },
442
- {
443
- internalType: "address",
444
- name: "billAddress",
445
- type: "address",
446
- },
447
- ],
448
- internalType: "struct BillNft.TokenData[]",
449
- name: "",
450
- type: "tuple[]",
451
- },
452
- ],
453
- stateMutability: "view",
454
- type: "function",
455
- },
456
- {
457
- inputs: [
458
- {
459
- internalType: "bytes32",
460
- name: "role",
461
- type: "bytes32",
462
- },
463
- {
464
- internalType: "address",
465
- name: "account",
466
- type: "address",
467
- },
468
- ],
469
- name: "grantRole",
470
- outputs: [],
471
- stateMutability: "nonpayable",
472
- type: "function",
473
- },
474
- {
475
- inputs: [
476
- {
477
- internalType: "bytes32",
478
- name: "role",
479
- type: "bytes32",
480
- },
481
- {
482
- internalType: "address",
483
- name: "account",
484
- type: "address",
485
- },
486
- ],
487
- name: "hasRole",
488
- outputs: [
489
- {
490
- internalType: "bool",
491
- name: "",
492
- type: "bool",
493
- },
494
- ],
495
- stateMutability: "view",
496
- type: "function",
497
- },
498
- {
499
- inputs: [
500
- {
501
- internalType: "string",
502
- name: "name",
503
- type: "string",
504
- },
505
- {
506
- internalType: "string",
507
- name: "symbol",
508
- type: "string",
509
- },
510
- {
511
- internalType: "string",
512
- name: "baseTokenURI",
513
- type: "string",
514
- },
515
- {
516
- internalType: "address",
517
- name: "factory",
518
- type: "address",
519
- },
520
- {
521
- internalType: "address",
522
- name: "owner",
523
- type: "address",
524
- },
525
- ],
526
- name: "initialize",
527
- outputs: [],
528
- stateMutability: "nonpayable",
529
- type: "function",
530
- },
531
- {
532
- inputs: [
533
- {
534
- internalType: "address",
535
- name: "owner",
536
- type: "address",
537
- },
538
- {
539
- internalType: "address",
540
- name: "operator",
541
- type: "address",
542
- },
543
- ],
544
- name: "isApprovedForAll",
545
- outputs: [
546
- {
547
- internalType: "bool",
548
- name: "",
549
- type: "bool",
550
- },
551
- ],
552
- stateMutability: "view",
553
- type: "function",
554
- },
555
- {
556
- inputs: [],
557
- name: "lockURI",
558
- outputs: [],
559
- stateMutability: "nonpayable",
560
- type: "function",
561
- },
562
- {
563
- inputs: [
564
- {
565
- internalType: "address",
566
- name: "to",
567
- type: "address",
568
- },
569
- {
570
- internalType: "address",
571
- name: "billAddress",
572
- type: "address",
573
- },
574
- ],
575
- name: "mint",
576
- outputs: [
577
- {
578
- internalType: "uint256",
579
- name: "newTokenId",
580
- type: "uint256",
581
- },
582
- ],
583
- stateMutability: "nonpayable",
584
- type: "function",
585
- },
586
- {
587
- inputs: [
588
- {
589
- internalType: "uint256",
590
- name: "amount",
591
- type: "uint256",
592
- },
593
- {
594
- internalType: "address",
595
- name: "to",
596
- type: "address",
597
- },
598
- {
599
- internalType: "address",
600
- name: "billAddress",
601
- type: "address",
602
- },
603
- ],
604
- name: "mintMany",
605
- outputs: [],
606
- stateMutability: "nonpayable",
607
- type: "function",
608
- },
609
- {
610
- inputs: [],
611
- name: "name",
612
- outputs: [
613
- {
614
- internalType: "string",
615
- name: "",
616
- type: "string",
617
- },
618
- ],
619
- stateMutability: "view",
620
- type: "function",
621
- },
622
- {
623
- inputs: [
624
- {
625
- internalType: "uint256",
626
- name: "tokenId",
627
- type: "uint256",
628
- },
629
- ],
630
- name: "ownerOf",
631
- outputs: [
632
- {
633
- internalType: "address",
634
- name: "",
635
- type: "address",
636
- },
637
- ],
638
- stateMutability: "view",
639
- type: "function",
640
- },
641
- {
642
- inputs: [
643
- {
644
- internalType: "bytes32",
645
- name: "role",
646
- type: "bytes32",
647
- },
648
- {
649
- internalType: "address",
650
- name: "account",
651
- type: "address",
652
- },
653
- ],
654
- name: "renounceRole",
655
- outputs: [],
656
- stateMutability: "nonpayable",
657
- type: "function",
658
- },
659
- {
660
- inputs: [
661
- {
662
- internalType: "bytes32",
663
- name: "role",
664
- type: "bytes32",
665
- },
666
- {
667
- internalType: "address",
668
- name: "account",
669
- type: "address",
670
- },
671
- ],
672
- name: "revokeRole",
673
- outputs: [],
674
- stateMutability: "nonpayable",
675
- type: "function",
676
- },
677
- {
678
- inputs: [
679
- {
680
- internalType: "address",
681
- name: "from",
682
- type: "address",
683
- },
684
- {
685
- internalType: "address",
686
- name: "to",
687
- type: "address",
688
- },
689
- {
690
- internalType: "uint256",
691
- name: "tokenId",
692
- type: "uint256",
693
- },
694
- ],
695
- name: "safeTransferFrom",
696
- outputs: [],
697
- stateMutability: "nonpayable",
698
- type: "function",
699
- },
700
- {
701
- inputs: [
702
- {
703
- internalType: "address",
704
- name: "from",
705
- type: "address",
706
- },
707
- {
708
- internalType: "address",
709
- name: "to",
710
- type: "address",
711
- },
712
- {
713
- internalType: "uint256",
714
- name: "tokenId",
715
- type: "uint256",
716
- },
717
- {
718
- internalType: "bytes",
719
- name: "_data",
720
- type: "bytes",
721
- },
722
- ],
723
- name: "safeTransferFrom",
724
- outputs: [],
725
- stateMutability: "nonpayable",
726
- type: "function",
727
- },
728
- {
729
- inputs: [
730
- {
731
- internalType: "address",
732
- name: "operator",
733
- type: "address",
734
- },
735
- {
736
- internalType: "bool",
737
- name: "approved",
738
- type: "bool",
739
- },
740
- ],
741
- name: "setApprovalForAll",
742
- outputs: [],
743
- stateMutability: "nonpayable",
744
- type: "function",
745
- },
746
- {
747
- inputs: [
748
- {
749
- internalType: "string",
750
- name: "baseTokenURI",
751
- type: "string",
752
- },
753
- ],
754
- name: "setBaseURI",
755
- outputs: [],
756
- stateMutability: "nonpayable",
757
- type: "function",
758
- },
759
- {
760
- inputs: [
761
- {
762
- internalType: "bytes4",
763
- name: "interfaceId",
764
- type: "bytes4",
765
- },
766
- ],
767
- name: "supportsInterface",
768
- outputs: [
769
- {
770
- internalType: "bool",
771
- name: "",
772
- type: "bool",
773
- },
774
- ],
775
- stateMutability: "view",
776
- type: "function",
777
- },
778
- {
779
- inputs: [],
780
- name: "symbol",
781
- outputs: [
782
- {
783
- internalType: "string",
784
- name: "",
785
- type: "string",
786
- },
787
- ],
788
- stateMutability: "view",
789
- type: "function",
790
- },
791
- {
792
- inputs: [
793
- {
794
- internalType: "uint256",
795
- name: "index",
796
- type: "uint256",
797
- },
798
- ],
799
- name: "tokenByIndex",
800
- outputs: [
801
- {
802
- internalType: "uint256",
803
- name: "",
804
- type: "uint256",
805
- },
806
- ],
807
- stateMutability: "view",
808
- type: "function",
809
- },
810
- {
811
- inputs: [
812
- {
813
- internalType: "address",
814
- name: "owner",
815
- type: "address",
816
- },
817
- {
818
- internalType: "uint256",
819
- name: "index",
820
- type: "uint256",
821
- },
822
- ],
823
- name: "tokenDataOfOwnerByIndex",
824
- outputs: [
825
- {
826
- components: [
827
- {
828
- internalType: "uint256",
829
- name: "tokenId",
830
- type: "uint256",
831
- },
832
- {
833
- internalType: "address",
834
- name: "billAddress",
835
- type: "address",
836
- },
837
- ],
838
- internalType: "struct BillNft.TokenData",
839
- name: "tokenData",
840
- type: "tuple",
841
- },
842
- ],
843
- stateMutability: "view",
844
- type: "function",
845
- },
846
- {
847
- inputs: [
848
- {
849
- internalType: "address",
850
- name: "owner",
851
- type: "address",
852
- },
853
- {
854
- internalType: "uint256",
855
- name: "index",
856
- type: "uint256",
857
- },
858
- ],
859
- name: "tokenOfOwnerByIndex",
860
- outputs: [
861
- {
862
- internalType: "uint256",
863
- name: "",
864
- type: "uint256",
865
- },
866
- ],
867
- stateMutability: "view",
868
- type: "function",
869
- },
870
- {
871
- inputs: [
872
- {
873
- internalType: "uint256",
874
- name: "tokenId",
875
- type: "uint256",
876
- },
877
- ],
878
- name: "tokenURI",
879
- outputs: [
880
- {
881
- internalType: "string",
882
- name: "",
883
- type: "string",
884
- },
885
- ],
886
- stateMutability: "view",
887
- type: "function",
888
- },
889
- {
890
- inputs: [],
891
- name: "totalSupply",
892
- outputs: [
893
- {
894
- internalType: "uint256",
895
- name: "",
896
- type: "uint256",
897
- },
898
- ],
899
- stateMutability: "view",
900
- type: "function",
901
- },
902
- {
903
- inputs: [
904
- {
905
- internalType: "address",
906
- name: "from",
907
- type: "address",
908
- },
909
- {
910
- internalType: "address",
911
- name: "to",
912
- type: "address",
913
- },
914
- {
915
- internalType: "uint256",
916
- name: "tokenId",
917
- type: "uint256",
918
- },
919
- ],
920
- name: "transferFrom",
921
- outputs: [],
922
- stateMutability: "nonpayable",
923
- type: "function",
924
- },
925
- {
926
- inputs: [],
927
- name: "uriLocked",
928
- outputs: [
929
- {
930
- internalType: "bool",
931
- name: "",
932
- type: "bool",
933
- },
934
- ],
935
- stateMutability: "view",
936
- type: "function",
937
- },
938
- ];
939
- var BondNft__factory = /** @class */ (function () {
940
- function BondNft__factory() {
941
- }
942
- BondNft__factory.createInterface = function () {
943
- return new utils.Interface(_abi);
944
- };
945
- BondNft__factory.connect = function (address, signerOrProvider) {
946
- return new Contract(address, _abi, signerOrProvider);
947
- };
948
- BondNft__factory.abi = _abi;
949
- return BondNft__factory;
950
- }());
951
- export { BondNft__factory };