@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,7 +1,7 @@
1
- import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
2
- import type { FunctionFragment, Result, EventFragment } from "@ethersproject/abi";
3
- import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from "./common";
1
+ import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from 'ethers';
2
+ import type { FunctionFragment, Result, EventFragment } from '@ethersproject/abi';
3
+ import type { Listener, Provider } from '@ethersproject/providers';
4
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from './common';
5
5
  export declare namespace Checkpoints {
6
6
  type PointStruct = {
7
7
  bias: PromiseOrValue<BigNumberish>;
@@ -21,12 +21,7 @@ export declare namespace IVotingEscrowV2Upgradeable {
21
21
  endTime: PromiseOrValue<BigNumberish>;
22
22
  isPermanent: PromiseOrValue<boolean>;
23
23
  };
24
- type LockDetailsStructOutput = [
25
- BigNumber,
26
- BigNumber,
27
- BigNumber,
28
- boolean
29
- ] & {
24
+ type LockDetailsStructOutput = [BigNumber, BigNumber, BigNumber, boolean] & {
30
25
  amount: BigNumber;
31
26
  startTime: BigNumber;
32
27
  endTime: BigNumber;
@@ -35,116 +30,112 @@ export declare namespace IVotingEscrowV2Upgradeable {
35
30
  }
36
31
  export interface LockVeAbondInterface extends utils.Interface {
37
32
  functions: {
38
- "DELEGATION_TYPEHASH()": FunctionFragment;
39
- "_lockDetails(uint256)": FunctionFragment;
40
- "_token()": FunctionFragment;
41
- "approve(address,uint256)": FunctionFragment;
42
- "artProxy()": FunctionFragment;
43
- "balanceOf(address)": FunctionFragment;
44
- "balanceOfNFT(uint256)": FunctionFragment;
45
- "balanceOfNFTAt(uint256,uint256)": FunctionFragment;
46
- "burn(uint256)": FunctionFragment;
47
- "checkpoint()": FunctionFragment;
48
- "checkpointDelegatee(address)": FunctionFragment;
49
- "claim(uint256)": FunctionFragment;
50
- "claimablePayout(uint256)": FunctionFragment;
51
- "claimedPayout(uint256)": FunctionFragment;
52
- "createDelegatedLockFor(uint256,uint256,address,address,bool)": FunctionFragment;
53
- "createLock(uint256,uint256,bool)": FunctionFragment;
54
- "createLockFor(uint256,uint256,address,bool)": FunctionFragment;
55
- "decimals()": FunctionFragment;
56
- "delegate(uint256,address)": FunctionFragment;
57
- "delegate(address)": FunctionFragment;
58
- "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": FunctionFragment;
59
- "delegateeSlopeChanges(address,uint256)": FunctionFragment;
60
- "delegates(uint256,uint48)": FunctionFragment;
61
- "delegates(address)": FunctionFragment;
62
- "eip712Domain()": FunctionFragment;
63
- "getAccountDelegates(address)": FunctionFragment;
64
- "getApproved(uint256)": FunctionFragment;
65
- "getClaimApproved(uint256)": FunctionFragment;
66
- "getFirstEscrowPoint(uint256)": FunctionFragment;
67
- "getLockDelegatee(uint256)": FunctionFragment;
68
- "getPastEscrowPoint(uint256,uint256)": FunctionFragment;
69
- "getPastTotalSupply(uint256)": FunctionFragment;
70
- "getPastVotes(address,uint256)": FunctionFragment;
71
- "getVotes(address)": FunctionFragment;
72
- "globalCheckpoint()": FunctionFragment;
73
- "globalSlopeChanges(uint256)": FunctionFragment;
74
- "increaseAmount(uint256,uint256)": FunctionFragment;
75
- "increaseUnlockTime(uint256,uint256,bool)": FunctionFragment;
76
- "initialize(string,string,string,address,address)": FunctionFragment;
77
- "isApprovedClaimOrOwner(address,uint256)": FunctionFragment;
78
- "isApprovedForAll(address,address)": FunctionFragment;
79
- "isApprovedOrOwner(address,uint256)": FunctionFragment;
80
- "isClaimApprovedForAll(address,address)": FunctionFragment;
81
- "lockDetails(uint256)": FunctionFragment;
82
- "maxTime()": FunctionFragment;
83
- "merge(uint256,uint256)": FunctionFragment;
84
- "name()": FunctionFragment;
85
- "nonces(address)": FunctionFragment;
86
- "ownerOf(uint256)": FunctionFragment;
87
- "payoutToken(uint256)": FunctionFragment;
88
- "safeTransferFrom(address,address,uint256)": FunctionFragment;
89
- "safeTransferFrom(address,address,uint256,bytes)": FunctionFragment;
90
- "setApprovalForAll(address,bool)": FunctionFragment;
91
- "setClaimApproval(address,bool,uint256)": FunctionFragment;
92
- "setClaimApprovalForAll(address,bool)": FunctionFragment;
93
- "split(uint256[],uint256)": FunctionFragment;
94
- "supply()": FunctionFragment;
95
- "supportsInterface(bytes4)": FunctionFragment;
96
- "symbol()": FunctionFragment;
97
- "toGlobalClock(uint256)": FunctionFragment;
98
- "token()": FunctionFragment;
99
- "tokenByIndex(uint256)": FunctionFragment;
100
- "tokenOfOwnerByIndex(address,uint256)": FunctionFragment;
101
- "tokenURI(uint256)": FunctionFragment;
102
- "totalNftsMinted()": FunctionFragment;
103
- "totalSupply()": FunctionFragment;
104
- "transferFrom(address,address,uint256)": FunctionFragment;
105
- "unlockPermanent(uint256)": FunctionFragment;
106
- "vestedPayout(uint256)": FunctionFragment;
107
- "vestedPayoutAtTime(uint256,uint256)": FunctionFragment;
108
- "vestingPayout(uint256)": FunctionFragment;
109
- "vestingPeriod(uint256)": FunctionFragment;
33
+ 'DELEGATION_TYPEHASH()': FunctionFragment;
34
+ '_lockDetails(uint256)': FunctionFragment;
35
+ '_token()': FunctionFragment;
36
+ 'approve(address,uint256)': FunctionFragment;
37
+ 'artProxy()': FunctionFragment;
38
+ 'balanceOf(address)': FunctionFragment;
39
+ 'balanceOfNFT(uint256)': FunctionFragment;
40
+ 'balanceOfNFTAt(uint256,uint256)': FunctionFragment;
41
+ 'burn(uint256)': FunctionFragment;
42
+ 'checkpoint()': FunctionFragment;
43
+ 'checkpointDelegatee(address)': FunctionFragment;
44
+ 'claim(uint256)': FunctionFragment;
45
+ 'claimablePayout(uint256)': FunctionFragment;
46
+ 'claimedPayout(uint256)': FunctionFragment;
47
+ 'createDelegatedLockFor(uint256,uint256,address,address,bool)': FunctionFragment;
48
+ 'createLock(uint256,uint256,bool)': FunctionFragment;
49
+ 'createLockFor(uint256,uint256,address,bool)': FunctionFragment;
50
+ 'decimals()': FunctionFragment;
51
+ 'delegate(uint256,address)': FunctionFragment;
52
+ 'delegate(address)': FunctionFragment;
53
+ 'delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)': FunctionFragment;
54
+ 'delegateeSlopeChanges(address,uint256)': FunctionFragment;
55
+ 'delegates(uint256,uint48)': FunctionFragment;
56
+ 'delegates(address)': FunctionFragment;
57
+ 'eip712Domain()': FunctionFragment;
58
+ 'getAccountDelegates(address)': FunctionFragment;
59
+ 'getApproved(uint256)': FunctionFragment;
60
+ 'getClaimApproved(uint256)': FunctionFragment;
61
+ 'getFirstEscrowPoint(uint256)': FunctionFragment;
62
+ 'getLockDelegatee(uint256)': FunctionFragment;
63
+ 'getPastEscrowPoint(uint256,uint256)': FunctionFragment;
64
+ 'getPastTotalSupply(uint256)': FunctionFragment;
65
+ 'getPastVotes(address,uint256)': FunctionFragment;
66
+ 'getVotes(address)': FunctionFragment;
67
+ 'globalCheckpoint()': FunctionFragment;
68
+ 'globalSlopeChanges(uint256)': FunctionFragment;
69
+ 'increaseAmount(uint256,uint256)': FunctionFragment;
70
+ 'increaseUnlockTime(uint256,uint256,bool)': FunctionFragment;
71
+ 'initialize(string,string,string,address,address)': FunctionFragment;
72
+ 'isApprovedClaimOrOwner(address,uint256)': FunctionFragment;
73
+ 'isApprovedForAll(address,address)': FunctionFragment;
74
+ 'isApprovedOrOwner(address,uint256)': FunctionFragment;
75
+ 'isClaimApprovedForAll(address,address)': FunctionFragment;
76
+ 'lockDetails(uint256)': FunctionFragment;
77
+ 'maxTime()': FunctionFragment;
78
+ 'merge(uint256,uint256)': FunctionFragment;
79
+ 'name()': FunctionFragment;
80
+ 'nonces(address)': FunctionFragment;
81
+ 'ownerOf(uint256)': FunctionFragment;
82
+ 'payoutToken(uint256)': FunctionFragment;
83
+ 'safeTransferFrom(address,address,uint256)': FunctionFragment;
84
+ 'safeTransferFrom(address,address,uint256,bytes)': FunctionFragment;
85
+ 'setApprovalForAll(address,bool)': FunctionFragment;
86
+ 'setClaimApproval(address,bool,uint256)': FunctionFragment;
87
+ 'setClaimApprovalForAll(address,bool)': FunctionFragment;
88
+ 'split(uint256[],uint256)': FunctionFragment;
89
+ 'supply()': FunctionFragment;
90
+ 'supportsInterface(bytes4)': FunctionFragment;
91
+ 'symbol()': FunctionFragment;
92
+ 'toGlobalClock(uint256)': FunctionFragment;
93
+ 'token()': FunctionFragment;
94
+ 'tokenByIndex(uint256)': FunctionFragment;
95
+ 'tokenOfOwnerByIndex(address,uint256)': FunctionFragment;
96
+ 'tokenURI(uint256)': FunctionFragment;
97
+ 'totalNftsMinted()': FunctionFragment;
98
+ 'totalSupply()': FunctionFragment;
99
+ 'transferFrom(address,address,uint256)': FunctionFragment;
100
+ 'unlockPermanent(uint256)': FunctionFragment;
101
+ 'vestedPayout(uint256)': FunctionFragment;
102
+ 'vestedPayoutAtTime(uint256,uint256)': FunctionFragment;
103
+ 'vestingPayout(uint256)': FunctionFragment;
104
+ 'vestingPeriod(uint256)': FunctionFragment;
110
105
  };
111
- getFunction(nameOrSignatureOrTopic: "DELEGATION_TYPEHASH" | "_lockDetails" | "_token" | "approve" | "artProxy" | "balanceOf" | "balanceOfNFT" | "balanceOfNFTAt" | "burn" | "checkpoint" | "checkpointDelegatee" | "claim" | "claimablePayout" | "claimedPayout" | "createDelegatedLockFor" | "createLock" | "createLockFor" | "decimals" | "delegate(uint256,address)" | "delegate(address)" | "delegateBySig" | "delegateeSlopeChanges" | "delegates(uint256,uint48)" | "delegates(address)" | "eip712Domain" | "getAccountDelegates" | "getApproved" | "getClaimApproved" | "getFirstEscrowPoint" | "getLockDelegatee" | "getPastEscrowPoint" | "getPastTotalSupply" | "getPastVotes" | "getVotes" | "globalCheckpoint" | "globalSlopeChanges" | "increaseAmount" | "increaseUnlockTime" | "initialize" | "isApprovedClaimOrOwner" | "isApprovedForAll" | "isApprovedOrOwner" | "isClaimApprovedForAll" | "lockDetails" | "maxTime" | "merge" | "name" | "nonces" | "ownerOf" | "payoutToken" | "safeTransferFrom(address,address,uint256)" | "safeTransferFrom(address,address,uint256,bytes)" | "setApprovalForAll" | "setClaimApproval" | "setClaimApprovalForAll" | "split" | "supply" | "supportsInterface" | "symbol" | "toGlobalClock" | "token" | "tokenByIndex" | "tokenOfOwnerByIndex" | "tokenURI" | "totalNftsMinted" | "totalSupply" | "transferFrom" | "unlockPermanent" | "vestedPayout" | "vestedPayoutAtTime" | "vestingPayout" | "vestingPeriod"): FunctionFragment;
112
- encodeFunctionData(functionFragment: "DELEGATION_TYPEHASH", values?: undefined): string;
113
- encodeFunctionData(functionFragment: "_lockDetails", values: [PromiseOrValue<BigNumberish>]): string;
114
- encodeFunctionData(functionFragment: "_token", values?: undefined): string;
115
- encodeFunctionData(functionFragment: "approve", values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
116
- encodeFunctionData(functionFragment: "artProxy", values?: undefined): string;
117
- encodeFunctionData(functionFragment: "balanceOf", values: [PromiseOrValue<string>]): string;
118
- encodeFunctionData(functionFragment: "balanceOfNFT", values: [PromiseOrValue<BigNumberish>]): string;
119
- encodeFunctionData(functionFragment: "balanceOfNFTAt", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
120
- encodeFunctionData(functionFragment: "burn", values: [PromiseOrValue<BigNumberish>]): string;
121
- encodeFunctionData(functionFragment: "checkpoint", values?: undefined): string;
122
- encodeFunctionData(functionFragment: "checkpointDelegatee", values: [PromiseOrValue<string>]): string;
123
- encodeFunctionData(functionFragment: "claim", values: [PromiseOrValue<BigNumberish>]): string;
124
- encodeFunctionData(functionFragment: "claimablePayout", values: [PromiseOrValue<BigNumberish>]): string;
125
- encodeFunctionData(functionFragment: "claimedPayout", values: [PromiseOrValue<BigNumberish>]): string;
126
- encodeFunctionData(functionFragment: "createDelegatedLockFor", values: [
106
+ getFunction(nameOrSignatureOrTopic: 'DELEGATION_TYPEHASH' | '_lockDetails' | '_token' | 'approve' | 'artProxy' | 'balanceOf' | 'balanceOfNFT' | 'balanceOfNFTAt' | 'burn' | 'checkpoint' | 'checkpointDelegatee' | 'claim' | 'claimablePayout' | 'claimedPayout' | 'createDelegatedLockFor' | 'createLock' | 'createLockFor' | 'decimals' | 'delegate(uint256,address)' | 'delegate(address)' | 'delegateBySig' | 'delegateeSlopeChanges' | 'delegates(uint256,uint48)' | 'delegates(address)' | 'eip712Domain' | 'getAccountDelegates' | 'getApproved' | 'getClaimApproved' | 'getFirstEscrowPoint' | 'getLockDelegatee' | 'getPastEscrowPoint' | 'getPastTotalSupply' | 'getPastVotes' | 'getVotes' | 'globalCheckpoint' | 'globalSlopeChanges' | 'increaseAmount' | 'increaseUnlockTime' | 'initialize' | 'isApprovedClaimOrOwner' | 'isApprovedForAll' | 'isApprovedOrOwner' | 'isClaimApprovedForAll' | 'lockDetails' | 'maxTime' | 'merge' | 'name' | 'nonces' | 'ownerOf' | 'payoutToken' | 'safeTransferFrom(address,address,uint256)' | 'safeTransferFrom(address,address,uint256,bytes)' | 'setApprovalForAll' | 'setClaimApproval' | 'setClaimApprovalForAll' | 'split' | 'supply' | 'supportsInterface' | 'symbol' | 'toGlobalClock' | 'token' | 'tokenByIndex' | 'tokenOfOwnerByIndex' | 'tokenURI' | 'totalNftsMinted' | 'totalSupply' | 'transferFrom' | 'unlockPermanent' | 'vestedPayout' | 'vestedPayoutAtTime' | 'vestingPayout' | 'vestingPeriod'): FunctionFragment;
107
+ encodeFunctionData(functionFragment: 'DELEGATION_TYPEHASH', values?: undefined): string;
108
+ encodeFunctionData(functionFragment: '_lockDetails', values: [PromiseOrValue<BigNumberish>]): string;
109
+ encodeFunctionData(functionFragment: '_token', values?: undefined): string;
110
+ encodeFunctionData(functionFragment: 'approve', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
111
+ encodeFunctionData(functionFragment: 'artProxy', values?: undefined): string;
112
+ encodeFunctionData(functionFragment: 'balanceOf', values: [PromiseOrValue<string>]): string;
113
+ encodeFunctionData(functionFragment: 'balanceOfNFT', values: [PromiseOrValue<BigNumberish>]): string;
114
+ encodeFunctionData(functionFragment: 'balanceOfNFTAt', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
115
+ encodeFunctionData(functionFragment: 'burn', values: [PromiseOrValue<BigNumberish>]): string;
116
+ encodeFunctionData(functionFragment: 'checkpoint', values?: undefined): string;
117
+ encodeFunctionData(functionFragment: 'checkpointDelegatee', values: [PromiseOrValue<string>]): string;
118
+ encodeFunctionData(functionFragment: 'claim', values: [PromiseOrValue<BigNumberish>]): string;
119
+ encodeFunctionData(functionFragment: 'claimablePayout', values: [PromiseOrValue<BigNumberish>]): string;
120
+ encodeFunctionData(functionFragment: 'claimedPayout', values: [PromiseOrValue<BigNumberish>]): string;
121
+ encodeFunctionData(functionFragment: 'createDelegatedLockFor', values: [
127
122
  PromiseOrValue<BigNumberish>,
128
123
  PromiseOrValue<BigNumberish>,
129
124
  PromiseOrValue<string>,
130
125
  PromiseOrValue<string>,
131
126
  PromiseOrValue<boolean>
132
127
  ]): string;
133
- encodeFunctionData(functionFragment: "createLock", values: [
134
- PromiseOrValue<BigNumberish>,
135
- PromiseOrValue<BigNumberish>,
136
- PromiseOrValue<boolean>
137
- ]): string;
138
- encodeFunctionData(functionFragment: "createLockFor", values: [
128
+ encodeFunctionData(functionFragment: 'createLock', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>, PromiseOrValue<boolean>]): string;
129
+ encodeFunctionData(functionFragment: 'createLockFor', values: [
139
130
  PromiseOrValue<BigNumberish>,
140
131
  PromiseOrValue<BigNumberish>,
141
132
  PromiseOrValue<string>,
142
133
  PromiseOrValue<boolean>
143
134
  ]): string;
144
- encodeFunctionData(functionFragment: "decimals", values?: undefined): string;
145
- encodeFunctionData(functionFragment: "delegate(uint256,address)", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<string>]): string;
146
- encodeFunctionData(functionFragment: "delegate(address)", values: [PromiseOrValue<string>]): string;
147
- encodeFunctionData(functionFragment: "delegateBySig", values: [
135
+ encodeFunctionData(functionFragment: 'decimals', values?: undefined): string;
136
+ encodeFunctionData(functionFragment: 'delegate(uint256,address)', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<string>]): string;
137
+ encodeFunctionData(functionFragment: 'delegate(address)', values: [PromiseOrValue<string>]): string;
138
+ encodeFunctionData(functionFragment: 'delegateBySig', values: [
148
139
  PromiseOrValue<string>,
149
140
  PromiseOrValue<BigNumberish>,
150
141
  PromiseOrValue<BigNumberish>,
@@ -152,218 +143,189 @@ export interface LockVeAbondInterface extends utils.Interface {
152
143
  PromiseOrValue<BytesLike>,
153
144
  PromiseOrValue<BytesLike>
154
145
  ]): string;
155
- encodeFunctionData(functionFragment: "delegateeSlopeChanges", values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
156
- encodeFunctionData(functionFragment: "delegates(uint256,uint48)", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
157
- encodeFunctionData(functionFragment: "delegates(address)", values: [PromiseOrValue<string>]): string;
158
- encodeFunctionData(functionFragment: "eip712Domain", values?: undefined): string;
159
- encodeFunctionData(functionFragment: "getAccountDelegates", values: [PromiseOrValue<string>]): string;
160
- encodeFunctionData(functionFragment: "getApproved", values: [PromiseOrValue<BigNumberish>]): string;
161
- encodeFunctionData(functionFragment: "getClaimApproved", values: [PromiseOrValue<BigNumberish>]): string;
162
- encodeFunctionData(functionFragment: "getFirstEscrowPoint", values: [PromiseOrValue<BigNumberish>]): string;
163
- encodeFunctionData(functionFragment: "getLockDelegatee", values: [PromiseOrValue<BigNumberish>]): string;
164
- encodeFunctionData(functionFragment: "getPastEscrowPoint", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
165
- encodeFunctionData(functionFragment: "getPastTotalSupply", values: [PromiseOrValue<BigNumberish>]): string;
166
- encodeFunctionData(functionFragment: "getPastVotes", values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
167
- encodeFunctionData(functionFragment: "getVotes", values: [PromiseOrValue<string>]): string;
168
- encodeFunctionData(functionFragment: "globalCheckpoint", values?: undefined): string;
169
- encodeFunctionData(functionFragment: "globalSlopeChanges", values: [PromiseOrValue<BigNumberish>]): string;
170
- encodeFunctionData(functionFragment: "increaseAmount", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
171
- encodeFunctionData(functionFragment: "increaseUnlockTime", values: [
172
- PromiseOrValue<BigNumberish>,
173
- PromiseOrValue<BigNumberish>,
174
- PromiseOrValue<boolean>
175
- ]): string;
176
- encodeFunctionData(functionFragment: "initialize", values: [
146
+ encodeFunctionData(functionFragment: 'delegateeSlopeChanges', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
147
+ encodeFunctionData(functionFragment: 'delegates(uint256,uint48)', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
148
+ encodeFunctionData(functionFragment: 'delegates(address)', values: [PromiseOrValue<string>]): string;
149
+ encodeFunctionData(functionFragment: 'eip712Domain', values?: undefined): string;
150
+ encodeFunctionData(functionFragment: 'getAccountDelegates', values: [PromiseOrValue<string>]): string;
151
+ encodeFunctionData(functionFragment: 'getApproved', values: [PromiseOrValue<BigNumberish>]): string;
152
+ encodeFunctionData(functionFragment: 'getClaimApproved', values: [PromiseOrValue<BigNumberish>]): string;
153
+ encodeFunctionData(functionFragment: 'getFirstEscrowPoint', values: [PromiseOrValue<BigNumberish>]): string;
154
+ encodeFunctionData(functionFragment: 'getLockDelegatee', values: [PromiseOrValue<BigNumberish>]): string;
155
+ encodeFunctionData(functionFragment: 'getPastEscrowPoint', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
156
+ encodeFunctionData(functionFragment: 'getPastTotalSupply', values: [PromiseOrValue<BigNumberish>]): string;
157
+ encodeFunctionData(functionFragment: 'getPastVotes', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
158
+ encodeFunctionData(functionFragment: 'getVotes', values: [PromiseOrValue<string>]): string;
159
+ encodeFunctionData(functionFragment: 'globalCheckpoint', values?: undefined): string;
160
+ encodeFunctionData(functionFragment: 'globalSlopeChanges', values: [PromiseOrValue<BigNumberish>]): string;
161
+ encodeFunctionData(functionFragment: 'increaseAmount', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
162
+ encodeFunctionData(functionFragment: 'increaseUnlockTime', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>, PromiseOrValue<boolean>]): string;
163
+ encodeFunctionData(functionFragment: 'initialize', values: [
177
164
  PromiseOrValue<string>,
178
165
  PromiseOrValue<string>,
179
166
  PromiseOrValue<string>,
180
167
  PromiseOrValue<string>,
181
168
  PromiseOrValue<string>
182
169
  ]): string;
183
- encodeFunctionData(functionFragment: "isApprovedClaimOrOwner", values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
184
- encodeFunctionData(functionFragment: "isApprovedForAll", values: [PromiseOrValue<string>, PromiseOrValue<string>]): string;
185
- encodeFunctionData(functionFragment: "isApprovedOrOwner", values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
186
- encodeFunctionData(functionFragment: "isClaimApprovedForAll", values: [PromiseOrValue<string>, PromiseOrValue<string>]): string;
187
- encodeFunctionData(functionFragment: "lockDetails", values: [PromiseOrValue<BigNumberish>]): string;
188
- encodeFunctionData(functionFragment: "maxTime", values?: undefined): string;
189
- encodeFunctionData(functionFragment: "merge", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
190
- encodeFunctionData(functionFragment: "name", values?: undefined): string;
191
- encodeFunctionData(functionFragment: "nonces", values: [PromiseOrValue<string>]): string;
192
- encodeFunctionData(functionFragment: "ownerOf", values: [PromiseOrValue<BigNumberish>]): string;
193
- encodeFunctionData(functionFragment: "payoutToken", values: [PromiseOrValue<BigNumberish>]): string;
194
- encodeFunctionData(functionFragment: "safeTransferFrom(address,address,uint256)", values: [
195
- PromiseOrValue<string>,
196
- PromiseOrValue<string>,
197
- PromiseOrValue<BigNumberish>
198
- ]): string;
199
- encodeFunctionData(functionFragment: "safeTransferFrom(address,address,uint256,bytes)", values: [
200
- PromiseOrValue<string>,
201
- PromiseOrValue<string>,
202
- PromiseOrValue<BigNumberish>,
203
- PromiseOrValue<BytesLike>
204
- ]): string;
205
- encodeFunctionData(functionFragment: "setApprovalForAll", values: [PromiseOrValue<string>, PromiseOrValue<boolean>]): string;
206
- encodeFunctionData(functionFragment: "setClaimApproval", values: [
207
- PromiseOrValue<string>,
208
- PromiseOrValue<boolean>,
209
- PromiseOrValue<BigNumberish>
210
- ]): string;
211
- encodeFunctionData(functionFragment: "setClaimApprovalForAll", values: [PromiseOrValue<string>, PromiseOrValue<boolean>]): string;
212
- encodeFunctionData(functionFragment: "split", values: [PromiseOrValue<BigNumberish>[], PromiseOrValue<BigNumberish>]): string;
213
- encodeFunctionData(functionFragment: "supply", values?: undefined): string;
214
- encodeFunctionData(functionFragment: "supportsInterface", values: [PromiseOrValue<BytesLike>]): string;
215
- encodeFunctionData(functionFragment: "symbol", values?: undefined): string;
216
- encodeFunctionData(functionFragment: "toGlobalClock", values: [PromiseOrValue<BigNumberish>]): string;
217
- encodeFunctionData(functionFragment: "token", values?: undefined): string;
218
- encodeFunctionData(functionFragment: "tokenByIndex", values: [PromiseOrValue<BigNumberish>]): string;
219
- encodeFunctionData(functionFragment: "tokenOfOwnerByIndex", values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
220
- encodeFunctionData(functionFragment: "tokenURI", values: [PromiseOrValue<BigNumberish>]): string;
221
- encodeFunctionData(functionFragment: "totalNftsMinted", values?: undefined): string;
222
- encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
223
- encodeFunctionData(functionFragment: "transferFrom", values: [
224
- PromiseOrValue<string>,
225
- PromiseOrValue<string>,
226
- PromiseOrValue<BigNumberish>
227
- ]): string;
228
- encodeFunctionData(functionFragment: "unlockPermanent", values: [PromiseOrValue<BigNumberish>]): string;
229
- encodeFunctionData(functionFragment: "vestedPayout", values: [PromiseOrValue<BigNumberish>]): string;
230
- encodeFunctionData(functionFragment: "vestedPayoutAtTime", values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
231
- encodeFunctionData(functionFragment: "vestingPayout", values: [PromiseOrValue<BigNumberish>]): string;
232
- encodeFunctionData(functionFragment: "vestingPeriod", values: [PromiseOrValue<BigNumberish>]): string;
233
- decodeFunctionResult(functionFragment: "DELEGATION_TYPEHASH", data: BytesLike): Result;
234
- decodeFunctionResult(functionFragment: "_lockDetails", data: BytesLike): Result;
235
- decodeFunctionResult(functionFragment: "_token", data: BytesLike): Result;
236
- decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result;
237
- decodeFunctionResult(functionFragment: "artProxy", data: BytesLike): Result;
238
- decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
239
- decodeFunctionResult(functionFragment: "balanceOfNFT", data: BytesLike): Result;
240
- decodeFunctionResult(functionFragment: "balanceOfNFTAt", data: BytesLike): Result;
241
- decodeFunctionResult(functionFragment: "burn", data: BytesLike): Result;
242
- decodeFunctionResult(functionFragment: "checkpoint", data: BytesLike): Result;
243
- decodeFunctionResult(functionFragment: "checkpointDelegatee", data: BytesLike): Result;
244
- decodeFunctionResult(functionFragment: "claim", data: BytesLike): Result;
245
- decodeFunctionResult(functionFragment: "claimablePayout", data: BytesLike): Result;
246
- decodeFunctionResult(functionFragment: "claimedPayout", data: BytesLike): Result;
247
- decodeFunctionResult(functionFragment: "createDelegatedLockFor", data: BytesLike): Result;
248
- decodeFunctionResult(functionFragment: "createLock", data: BytesLike): Result;
249
- decodeFunctionResult(functionFragment: "createLockFor", data: BytesLike): Result;
250
- decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result;
251
- decodeFunctionResult(functionFragment: "delegate(uint256,address)", data: BytesLike): Result;
252
- decodeFunctionResult(functionFragment: "delegate(address)", data: BytesLike): Result;
253
- decodeFunctionResult(functionFragment: "delegateBySig", data: BytesLike): Result;
254
- decodeFunctionResult(functionFragment: "delegateeSlopeChanges", data: BytesLike): Result;
255
- decodeFunctionResult(functionFragment: "delegates(uint256,uint48)", data: BytesLike): Result;
256
- decodeFunctionResult(functionFragment: "delegates(address)", data: BytesLike): Result;
257
- decodeFunctionResult(functionFragment: "eip712Domain", data: BytesLike): Result;
258
- decodeFunctionResult(functionFragment: "getAccountDelegates", data: BytesLike): Result;
259
- decodeFunctionResult(functionFragment: "getApproved", data: BytesLike): Result;
260
- decodeFunctionResult(functionFragment: "getClaimApproved", data: BytesLike): Result;
261
- decodeFunctionResult(functionFragment: "getFirstEscrowPoint", data: BytesLike): Result;
262
- decodeFunctionResult(functionFragment: "getLockDelegatee", data: BytesLike): Result;
263
- decodeFunctionResult(functionFragment: "getPastEscrowPoint", data: BytesLike): Result;
264
- decodeFunctionResult(functionFragment: "getPastTotalSupply", data: BytesLike): Result;
265
- decodeFunctionResult(functionFragment: "getPastVotes", data: BytesLike): Result;
266
- decodeFunctionResult(functionFragment: "getVotes", data: BytesLike): Result;
267
- decodeFunctionResult(functionFragment: "globalCheckpoint", data: BytesLike): Result;
268
- decodeFunctionResult(functionFragment: "globalSlopeChanges", data: BytesLike): Result;
269
- decodeFunctionResult(functionFragment: "increaseAmount", data: BytesLike): Result;
270
- decodeFunctionResult(functionFragment: "increaseUnlockTime", data: BytesLike): Result;
271
- decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
272
- decodeFunctionResult(functionFragment: "isApprovedClaimOrOwner", data: BytesLike): Result;
273
- decodeFunctionResult(functionFragment: "isApprovedForAll", data: BytesLike): Result;
274
- decodeFunctionResult(functionFragment: "isApprovedOrOwner", data: BytesLike): Result;
275
- decodeFunctionResult(functionFragment: "isClaimApprovedForAll", data: BytesLike): Result;
276
- decodeFunctionResult(functionFragment: "lockDetails", data: BytesLike): Result;
277
- decodeFunctionResult(functionFragment: "maxTime", data: BytesLike): Result;
278
- decodeFunctionResult(functionFragment: "merge", data: BytesLike): Result;
279
- decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
280
- decodeFunctionResult(functionFragment: "nonces", data: BytesLike): Result;
281
- decodeFunctionResult(functionFragment: "ownerOf", data: BytesLike): Result;
282
- decodeFunctionResult(functionFragment: "payoutToken", data: BytesLike): Result;
283
- decodeFunctionResult(functionFragment: "safeTransferFrom(address,address,uint256)", data: BytesLike): Result;
284
- decodeFunctionResult(functionFragment: "safeTransferFrom(address,address,uint256,bytes)", data: BytesLike): Result;
285
- decodeFunctionResult(functionFragment: "setApprovalForAll", data: BytesLike): Result;
286
- decodeFunctionResult(functionFragment: "setClaimApproval", data: BytesLike): Result;
287
- decodeFunctionResult(functionFragment: "setClaimApprovalForAll", data: BytesLike): Result;
288
- decodeFunctionResult(functionFragment: "split", data: BytesLike): Result;
289
- decodeFunctionResult(functionFragment: "supply", data: BytesLike): Result;
290
- decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result;
291
- decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result;
292
- decodeFunctionResult(functionFragment: "toGlobalClock", data: BytesLike): Result;
293
- decodeFunctionResult(functionFragment: "token", data: BytesLike): Result;
294
- decodeFunctionResult(functionFragment: "tokenByIndex", data: BytesLike): Result;
295
- decodeFunctionResult(functionFragment: "tokenOfOwnerByIndex", data: BytesLike): Result;
296
- decodeFunctionResult(functionFragment: "tokenURI", data: BytesLike): Result;
297
- decodeFunctionResult(functionFragment: "totalNftsMinted", data: BytesLike): Result;
298
- decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
299
- decodeFunctionResult(functionFragment: "transferFrom", data: BytesLike): Result;
300
- decodeFunctionResult(functionFragment: "unlockPermanent", data: BytesLike): Result;
301
- decodeFunctionResult(functionFragment: "vestedPayout", data: BytesLike): Result;
302
- decodeFunctionResult(functionFragment: "vestedPayoutAtTime", data: BytesLike): Result;
303
- decodeFunctionResult(functionFragment: "vestingPayout", data: BytesLike): Result;
304
- decodeFunctionResult(functionFragment: "vestingPeriod", data: BytesLike): Result;
170
+ encodeFunctionData(functionFragment: 'isApprovedClaimOrOwner', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
171
+ encodeFunctionData(functionFragment: 'isApprovedForAll', values: [PromiseOrValue<string>, PromiseOrValue<string>]): string;
172
+ encodeFunctionData(functionFragment: 'isApprovedOrOwner', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
173
+ encodeFunctionData(functionFragment: 'isClaimApprovedForAll', values: [PromiseOrValue<string>, PromiseOrValue<string>]): string;
174
+ encodeFunctionData(functionFragment: 'lockDetails', values: [PromiseOrValue<BigNumberish>]): string;
175
+ encodeFunctionData(functionFragment: 'maxTime', values?: undefined): string;
176
+ encodeFunctionData(functionFragment: 'merge', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
177
+ encodeFunctionData(functionFragment: 'name', values?: undefined): string;
178
+ encodeFunctionData(functionFragment: 'nonces', values: [PromiseOrValue<string>]): string;
179
+ encodeFunctionData(functionFragment: 'ownerOf', values: [PromiseOrValue<BigNumberish>]): string;
180
+ encodeFunctionData(functionFragment: 'payoutToken', values: [PromiseOrValue<BigNumberish>]): string;
181
+ encodeFunctionData(functionFragment: 'safeTransferFrom(address,address,uint256)', values: [PromiseOrValue<string>, PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
182
+ encodeFunctionData(functionFragment: 'safeTransferFrom(address,address,uint256,bytes)', values: [PromiseOrValue<string>, PromiseOrValue<string>, PromiseOrValue<BigNumberish>, PromiseOrValue<BytesLike>]): string;
183
+ encodeFunctionData(functionFragment: 'setApprovalForAll', values: [PromiseOrValue<string>, PromiseOrValue<boolean>]): string;
184
+ encodeFunctionData(functionFragment: 'setClaimApproval', values: [PromiseOrValue<string>, PromiseOrValue<boolean>, PromiseOrValue<BigNumberish>]): string;
185
+ encodeFunctionData(functionFragment: 'setClaimApprovalForAll', values: [PromiseOrValue<string>, PromiseOrValue<boolean>]): string;
186
+ encodeFunctionData(functionFragment: 'split', values: [PromiseOrValue<BigNumberish>[], PromiseOrValue<BigNumberish>]): string;
187
+ encodeFunctionData(functionFragment: 'supply', values?: undefined): string;
188
+ encodeFunctionData(functionFragment: 'supportsInterface', values: [PromiseOrValue<BytesLike>]): string;
189
+ encodeFunctionData(functionFragment: 'symbol', values?: undefined): string;
190
+ encodeFunctionData(functionFragment: 'toGlobalClock', values: [PromiseOrValue<BigNumberish>]): string;
191
+ encodeFunctionData(functionFragment: 'token', values?: undefined): string;
192
+ encodeFunctionData(functionFragment: 'tokenByIndex', values: [PromiseOrValue<BigNumberish>]): string;
193
+ encodeFunctionData(functionFragment: 'tokenOfOwnerByIndex', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
194
+ encodeFunctionData(functionFragment: 'tokenURI', values: [PromiseOrValue<BigNumberish>]): string;
195
+ encodeFunctionData(functionFragment: 'totalNftsMinted', values?: undefined): string;
196
+ encodeFunctionData(functionFragment: 'totalSupply', values?: undefined): string;
197
+ encodeFunctionData(functionFragment: 'transferFrom', values: [PromiseOrValue<string>, PromiseOrValue<string>, PromiseOrValue<BigNumberish>]): string;
198
+ encodeFunctionData(functionFragment: 'unlockPermanent', values: [PromiseOrValue<BigNumberish>]): string;
199
+ encodeFunctionData(functionFragment: 'vestedPayout', values: [PromiseOrValue<BigNumberish>]): string;
200
+ encodeFunctionData(functionFragment: 'vestedPayoutAtTime', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
201
+ encodeFunctionData(functionFragment: 'vestingPayout', values: [PromiseOrValue<BigNumberish>]): string;
202
+ encodeFunctionData(functionFragment: 'vestingPeriod', values: [PromiseOrValue<BigNumberish>]): string;
203
+ decodeFunctionResult(functionFragment: 'DELEGATION_TYPEHASH', data: BytesLike): Result;
204
+ decodeFunctionResult(functionFragment: '_lockDetails', data: BytesLike): Result;
205
+ decodeFunctionResult(functionFragment: '_token', data: BytesLike): Result;
206
+ decodeFunctionResult(functionFragment: 'approve', data: BytesLike): Result;
207
+ decodeFunctionResult(functionFragment: 'artProxy', data: BytesLike): Result;
208
+ decodeFunctionResult(functionFragment: 'balanceOf', data: BytesLike): Result;
209
+ decodeFunctionResult(functionFragment: 'balanceOfNFT', data: BytesLike): Result;
210
+ decodeFunctionResult(functionFragment: 'balanceOfNFTAt', data: BytesLike): Result;
211
+ decodeFunctionResult(functionFragment: 'burn', data: BytesLike): Result;
212
+ decodeFunctionResult(functionFragment: 'checkpoint', data: BytesLike): Result;
213
+ decodeFunctionResult(functionFragment: 'checkpointDelegatee', data: BytesLike): Result;
214
+ decodeFunctionResult(functionFragment: 'claim', data: BytesLike): Result;
215
+ decodeFunctionResult(functionFragment: 'claimablePayout', data: BytesLike): Result;
216
+ decodeFunctionResult(functionFragment: 'claimedPayout', data: BytesLike): Result;
217
+ decodeFunctionResult(functionFragment: 'createDelegatedLockFor', data: BytesLike): Result;
218
+ decodeFunctionResult(functionFragment: 'createLock', data: BytesLike): Result;
219
+ decodeFunctionResult(functionFragment: 'createLockFor', data: BytesLike): Result;
220
+ decodeFunctionResult(functionFragment: 'decimals', data: BytesLike): Result;
221
+ decodeFunctionResult(functionFragment: 'delegate(uint256,address)', data: BytesLike): Result;
222
+ decodeFunctionResult(functionFragment: 'delegate(address)', data: BytesLike): Result;
223
+ decodeFunctionResult(functionFragment: 'delegateBySig', data: BytesLike): Result;
224
+ decodeFunctionResult(functionFragment: 'delegateeSlopeChanges', data: BytesLike): Result;
225
+ decodeFunctionResult(functionFragment: 'delegates(uint256,uint48)', data: BytesLike): Result;
226
+ decodeFunctionResult(functionFragment: 'delegates(address)', data: BytesLike): Result;
227
+ decodeFunctionResult(functionFragment: 'eip712Domain', data: BytesLike): Result;
228
+ decodeFunctionResult(functionFragment: 'getAccountDelegates', data: BytesLike): Result;
229
+ decodeFunctionResult(functionFragment: 'getApproved', data: BytesLike): Result;
230
+ decodeFunctionResult(functionFragment: 'getClaimApproved', data: BytesLike): Result;
231
+ decodeFunctionResult(functionFragment: 'getFirstEscrowPoint', data: BytesLike): Result;
232
+ decodeFunctionResult(functionFragment: 'getLockDelegatee', data: BytesLike): Result;
233
+ decodeFunctionResult(functionFragment: 'getPastEscrowPoint', data: BytesLike): Result;
234
+ decodeFunctionResult(functionFragment: 'getPastTotalSupply', data: BytesLike): Result;
235
+ decodeFunctionResult(functionFragment: 'getPastVotes', data: BytesLike): Result;
236
+ decodeFunctionResult(functionFragment: 'getVotes', data: BytesLike): Result;
237
+ decodeFunctionResult(functionFragment: 'globalCheckpoint', data: BytesLike): Result;
238
+ decodeFunctionResult(functionFragment: 'globalSlopeChanges', data: BytesLike): Result;
239
+ decodeFunctionResult(functionFragment: 'increaseAmount', data: BytesLike): Result;
240
+ decodeFunctionResult(functionFragment: 'increaseUnlockTime', data: BytesLike): Result;
241
+ decodeFunctionResult(functionFragment: 'initialize', data: BytesLike): Result;
242
+ decodeFunctionResult(functionFragment: 'isApprovedClaimOrOwner', data: BytesLike): Result;
243
+ decodeFunctionResult(functionFragment: 'isApprovedForAll', data: BytesLike): Result;
244
+ decodeFunctionResult(functionFragment: 'isApprovedOrOwner', data: BytesLike): Result;
245
+ decodeFunctionResult(functionFragment: 'isClaimApprovedForAll', data: BytesLike): Result;
246
+ decodeFunctionResult(functionFragment: 'lockDetails', data: BytesLike): Result;
247
+ decodeFunctionResult(functionFragment: 'maxTime', data: BytesLike): Result;
248
+ decodeFunctionResult(functionFragment: 'merge', data: BytesLike): Result;
249
+ decodeFunctionResult(functionFragment: 'name', data: BytesLike): Result;
250
+ decodeFunctionResult(functionFragment: 'nonces', data: BytesLike): Result;
251
+ decodeFunctionResult(functionFragment: 'ownerOf', data: BytesLike): Result;
252
+ decodeFunctionResult(functionFragment: 'payoutToken', data: BytesLike): Result;
253
+ decodeFunctionResult(functionFragment: 'safeTransferFrom(address,address,uint256)', data: BytesLike): Result;
254
+ decodeFunctionResult(functionFragment: 'safeTransferFrom(address,address,uint256,bytes)', data: BytesLike): Result;
255
+ decodeFunctionResult(functionFragment: 'setApprovalForAll', data: BytesLike): Result;
256
+ decodeFunctionResult(functionFragment: 'setClaimApproval', data: BytesLike): Result;
257
+ decodeFunctionResult(functionFragment: 'setClaimApprovalForAll', data: BytesLike): Result;
258
+ decodeFunctionResult(functionFragment: 'split', data: BytesLike): Result;
259
+ decodeFunctionResult(functionFragment: 'supply', data: BytesLike): Result;
260
+ decodeFunctionResult(functionFragment: 'supportsInterface', data: BytesLike): Result;
261
+ decodeFunctionResult(functionFragment: 'symbol', data: BytesLike): Result;
262
+ decodeFunctionResult(functionFragment: 'toGlobalClock', data: BytesLike): Result;
263
+ decodeFunctionResult(functionFragment: 'token', data: BytesLike): Result;
264
+ decodeFunctionResult(functionFragment: 'tokenByIndex', data: BytesLike): Result;
265
+ decodeFunctionResult(functionFragment: 'tokenOfOwnerByIndex', data: BytesLike): Result;
266
+ decodeFunctionResult(functionFragment: 'tokenURI', data: BytesLike): Result;
267
+ decodeFunctionResult(functionFragment: 'totalNftsMinted', data: BytesLike): Result;
268
+ decodeFunctionResult(functionFragment: 'totalSupply', data: BytesLike): Result;
269
+ decodeFunctionResult(functionFragment: 'transferFrom', data: BytesLike): Result;
270
+ decodeFunctionResult(functionFragment: 'unlockPermanent', data: BytesLike): Result;
271
+ decodeFunctionResult(functionFragment: 'vestedPayout', data: BytesLike): Result;
272
+ decodeFunctionResult(functionFragment: 'vestedPayoutAtTime', data: BytesLike): Result;
273
+ decodeFunctionResult(functionFragment: 'vestingPayout', data: BytesLike): Result;
274
+ decodeFunctionResult(functionFragment: 'vestingPeriod', data: BytesLike): Result;
305
275
  events: {
306
- "Approval(address,address,uint256)": EventFragment;
307
- "ApprovalForAll(address,address,bool)": EventFragment;
308
- "ClaimApproval(address,address,uint256,bool)": EventFragment;
309
- "ClaimApprovalForAll(address,address,bool)": EventFragment;
310
- "DelegateChanged(address,address,address)": EventFragment;
311
- "DelegateVotesChanged(address,uint256,uint256)": EventFragment;
312
- "EIP712DomainChanged()": EventFragment;
313
- "Initialized(uint8)": EventFragment;
314
- "LockAmountIncreased(uint256,uint256)": EventFragment;
315
- "LockCreated(uint256,address,uint256,uint256,bool)": EventFragment;
316
- "LockDelegateChanged(uint256,address,address,address)": EventFragment;
317
- "LockDurationExtended(uint256,uint256,bool)": EventFragment;
318
- "LockMerged(uint256,uint256,uint256,uint256,bool)": EventFragment;
319
- "LockSplit(uint256[],uint256)": EventFragment;
320
- "LockUpdated(uint256,uint256,uint256,bool)": EventFragment;
321
- "PayoutClaimed(uint256,address,uint256)": EventFragment;
322
- "SupplyUpdated(uint256,uint256)": EventFragment;
323
- "Transfer(address,address,uint256)": EventFragment;
324
- "UnlockPermanent(uint256,address,uint256)": EventFragment;
276
+ 'Approval(address,address,uint256)': EventFragment;
277
+ 'ApprovalForAll(address,address,bool)': EventFragment;
278
+ 'ClaimApproval(address,address,uint256,bool)': EventFragment;
279
+ 'ClaimApprovalForAll(address,address,bool)': EventFragment;
280
+ 'DelegateChanged(address,address,address)': EventFragment;
281
+ 'DelegateVotesChanged(address,uint256,uint256)': EventFragment;
282
+ 'EIP712DomainChanged()': EventFragment;
283
+ 'Initialized(uint8)': EventFragment;
284
+ 'LockAmountIncreased(uint256,uint256)': EventFragment;
285
+ 'LockCreated(uint256,address,uint256,uint256,bool)': EventFragment;
286
+ 'LockDelegateChanged(uint256,address,address,address)': EventFragment;
287
+ 'LockDurationExtended(uint256,uint256,bool)': EventFragment;
288
+ 'LockMerged(uint256,uint256,uint256,uint256,bool)': EventFragment;
289
+ 'LockSplit(uint256[],uint256)': EventFragment;
290
+ 'LockUpdated(uint256,uint256,uint256,bool)': EventFragment;
291
+ 'PayoutClaimed(uint256,address,uint256)': EventFragment;
292
+ 'SupplyUpdated(uint256,uint256)': EventFragment;
293
+ 'Transfer(address,address,uint256)': EventFragment;
294
+ 'UnlockPermanent(uint256,address,uint256)': EventFragment;
325
295
  };
326
- getEvent(nameOrSignatureOrTopic: "Approval"): EventFragment;
327
- getEvent(nameOrSignatureOrTopic: "ApprovalForAll"): EventFragment;
328
- getEvent(nameOrSignatureOrTopic: "ClaimApproval"): EventFragment;
329
- getEvent(nameOrSignatureOrTopic: "ClaimApprovalForAll"): EventFragment;
330
- getEvent(nameOrSignatureOrTopic: "DelegateChanged"): EventFragment;
331
- getEvent(nameOrSignatureOrTopic: "DelegateVotesChanged"): EventFragment;
332
- getEvent(nameOrSignatureOrTopic: "EIP712DomainChanged"): EventFragment;
333
- getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
334
- getEvent(nameOrSignatureOrTopic: "LockAmountIncreased"): EventFragment;
335
- getEvent(nameOrSignatureOrTopic: "LockCreated"): EventFragment;
336
- getEvent(nameOrSignatureOrTopic: "LockDelegateChanged"): EventFragment;
337
- getEvent(nameOrSignatureOrTopic: "LockDurationExtended"): EventFragment;
338
- getEvent(nameOrSignatureOrTopic: "LockMerged"): EventFragment;
339
- getEvent(nameOrSignatureOrTopic: "LockSplit"): EventFragment;
340
- getEvent(nameOrSignatureOrTopic: "LockUpdated"): EventFragment;
341
- getEvent(nameOrSignatureOrTopic: "PayoutClaimed"): EventFragment;
342
- getEvent(nameOrSignatureOrTopic: "SupplyUpdated"): EventFragment;
343
- getEvent(nameOrSignatureOrTopic: "Transfer"): EventFragment;
344
- getEvent(nameOrSignatureOrTopic: "UnlockPermanent"): EventFragment;
296
+ getEvent(nameOrSignatureOrTopic: 'Approval'): EventFragment;
297
+ getEvent(nameOrSignatureOrTopic: 'ApprovalForAll'): EventFragment;
298
+ getEvent(nameOrSignatureOrTopic: 'ClaimApproval'): EventFragment;
299
+ getEvent(nameOrSignatureOrTopic: 'ClaimApprovalForAll'): EventFragment;
300
+ getEvent(nameOrSignatureOrTopic: 'DelegateChanged'): EventFragment;
301
+ getEvent(nameOrSignatureOrTopic: 'DelegateVotesChanged'): EventFragment;
302
+ getEvent(nameOrSignatureOrTopic: 'EIP712DomainChanged'): EventFragment;
303
+ getEvent(nameOrSignatureOrTopic: 'Initialized'): EventFragment;
304
+ getEvent(nameOrSignatureOrTopic: 'LockAmountIncreased'): EventFragment;
305
+ getEvent(nameOrSignatureOrTopic: 'LockCreated'): EventFragment;
306
+ getEvent(nameOrSignatureOrTopic: 'LockDelegateChanged'): EventFragment;
307
+ getEvent(nameOrSignatureOrTopic: 'LockDurationExtended'): EventFragment;
308
+ getEvent(nameOrSignatureOrTopic: 'LockMerged'): EventFragment;
309
+ getEvent(nameOrSignatureOrTopic: 'LockSplit'): EventFragment;
310
+ getEvent(nameOrSignatureOrTopic: 'LockUpdated'): EventFragment;
311
+ getEvent(nameOrSignatureOrTopic: 'PayoutClaimed'): EventFragment;
312
+ getEvent(nameOrSignatureOrTopic: 'SupplyUpdated'): EventFragment;
313
+ getEvent(nameOrSignatureOrTopic: 'Transfer'): EventFragment;
314
+ getEvent(nameOrSignatureOrTopic: 'UnlockPermanent'): EventFragment;
345
315
  }
346
316
  export interface ApprovalEventObject {
347
317
  owner: string;
348
318
  approved: string;
349
319
  tokenId: BigNumber;
350
320
  }
351
- export type ApprovalEvent = TypedEvent<[
352
- string,
353
- string,
354
- BigNumber
355
- ], ApprovalEventObject>;
321
+ export type ApprovalEvent = TypedEvent<[string, string, BigNumber], ApprovalEventObject>;
356
322
  export type ApprovalEventFilter = TypedEventFilter<ApprovalEvent>;
357
323
  export interface ApprovalForAllEventObject {
358
324
  owner: string;
359
325
  operator: string;
360
326
  approved: boolean;
361
327
  }
362
- export type ApprovalForAllEvent = TypedEvent<[
363
- string,
364
- string,
365
- boolean
366
- ], ApprovalForAllEventObject>;
328
+ export type ApprovalForAllEvent = TypedEvent<[string, string, boolean], ApprovalForAllEventObject>;
367
329
  export type ApprovalForAllEventFilter = TypedEventFilter<ApprovalForAllEvent>;
368
330
  export interface ClaimApprovalEventObject {
369
331
  owner: string;
@@ -371,50 +333,32 @@ export interface ClaimApprovalEventObject {
371
333
  tokenId: BigNumber;
372
334
  approved: boolean;
373
335
  }
374
- export type ClaimApprovalEvent = TypedEvent<[
375
- string,
376
- string,
377
- BigNumber,
378
- boolean
379
- ], ClaimApprovalEventObject>;
336
+ export type ClaimApprovalEvent = TypedEvent<[string, string, BigNumber, boolean], ClaimApprovalEventObject>;
380
337
  export type ClaimApprovalEventFilter = TypedEventFilter<ClaimApprovalEvent>;
381
338
  export interface ClaimApprovalForAllEventObject {
382
339
  owner: string;
383
340
  spender: string;
384
341
  approved: boolean;
385
342
  }
386
- export type ClaimApprovalForAllEvent = TypedEvent<[
387
- string,
388
- string,
389
- boolean
390
- ], ClaimApprovalForAllEventObject>;
343
+ export type ClaimApprovalForAllEvent = TypedEvent<[string, string, boolean], ClaimApprovalForAllEventObject>;
391
344
  export type ClaimApprovalForAllEventFilter = TypedEventFilter<ClaimApprovalForAllEvent>;
392
345
  export interface DelegateChangedEventObject {
393
346
  delegator: string;
394
347
  fromDelegate: string;
395
348
  toDelegate: string;
396
349
  }
397
- export type DelegateChangedEvent = TypedEvent<[
398
- string,
399
- string,
400
- string
401
- ], DelegateChangedEventObject>;
350
+ export type DelegateChangedEvent = TypedEvent<[string, string, string], DelegateChangedEventObject>;
402
351
  export type DelegateChangedEventFilter = TypedEventFilter<DelegateChangedEvent>;
403
352
  export interface DelegateVotesChangedEventObject {
404
353
  delegate: string;
405
354
  previousBalance: BigNumber;
406
355
  newBalance: BigNumber;
407
356
  }
408
- export type DelegateVotesChangedEvent = TypedEvent<[
409
- string,
410
- BigNumber,
411
- BigNumber
412
- ], DelegateVotesChangedEventObject>;
357
+ export type DelegateVotesChangedEvent = TypedEvent<[string, BigNumber, BigNumber], DelegateVotesChangedEventObject>;
413
358
  export type DelegateVotesChangedEventFilter = TypedEventFilter<DelegateVotesChangedEvent>;
414
359
  export interface EIP712DomainChangedEventObject {
415
360
  }
416
- export type EIP712DomainChangedEvent = TypedEvent<[
417
- ], EIP712DomainChangedEventObject>;
361
+ export type EIP712DomainChangedEvent = TypedEvent<[], EIP712DomainChangedEventObject>;
418
362
  export type EIP712DomainChangedEventFilter = TypedEventFilter<EIP712DomainChangedEvent>;
419
363
  export interface InitializedEventObject {
420
364
  version: number;
@@ -425,10 +369,7 @@ export interface LockAmountIncreasedEventObject {
425
369
  tokenId: BigNumber;
426
370
  value: BigNumber;
427
371
  }
428
- export type LockAmountIncreasedEvent = TypedEvent<[
429
- BigNumber,
430
- BigNumber
431
- ], LockAmountIncreasedEventObject>;
372
+ export type LockAmountIncreasedEvent = TypedEvent<[BigNumber, BigNumber], LockAmountIncreasedEventObject>;
432
373
  export type LockAmountIncreasedEventFilter = TypedEventFilter<LockAmountIncreasedEvent>;
433
374
  export interface LockCreatedEventObject {
434
375
  tokenId: BigNumber;
@@ -437,13 +378,7 @@ export interface LockCreatedEventObject {
437
378
  unlockTime: BigNumber;
438
379
  isPermanent: boolean;
439
380
  }
440
- export type LockCreatedEvent = TypedEvent<[
441
- BigNumber,
442
- string,
443
- BigNumber,
444
- BigNumber,
445
- boolean
446
- ], LockCreatedEventObject>;
381
+ export type LockCreatedEvent = TypedEvent<[BigNumber, string, BigNumber, BigNumber, boolean], LockCreatedEventObject>;
447
382
  export type LockCreatedEventFilter = TypedEventFilter<LockCreatedEvent>;
448
383
  export interface LockDelegateChangedEventObject {
449
384
  tokenId: BigNumber;
@@ -451,23 +386,14 @@ export interface LockDelegateChangedEventObject {
451
386
  fromDelegate: string;
452
387
  toDelegate: string;
453
388
  }
454
- export type LockDelegateChangedEvent = TypedEvent<[
455
- BigNumber,
456
- string,
457
- string,
458
- string
459
- ], LockDelegateChangedEventObject>;
389
+ export type LockDelegateChangedEvent = TypedEvent<[BigNumber, string, string, string], LockDelegateChangedEventObject>;
460
390
  export type LockDelegateChangedEventFilter = TypedEventFilter<LockDelegateChangedEvent>;
461
391
  export interface LockDurationExtendedEventObject {
462
392
  tokenId: BigNumber;
463
393
  newUnlockTime: BigNumber;
464
394
  isPermanent: boolean;
465
395
  }
466
- export type LockDurationExtendedEvent = TypedEvent<[
467
- BigNumber,
468
- BigNumber,
469
- boolean
470
- ], LockDurationExtendedEventObject>;
396
+ export type LockDurationExtendedEvent = TypedEvent<[BigNumber, BigNumber, boolean], LockDurationExtendedEventObject>;
471
397
  export type LockDurationExtendedEventFilter = TypedEventFilter<LockDurationExtendedEvent>;
472
398
  export interface LockMergedEventObject {
473
399
  fromTokenId: BigNumber;
@@ -476,22 +402,13 @@ export interface LockMergedEventObject {
476
402
  unlockTime: BigNumber;
477
403
  isPermanent: boolean;
478
404
  }
479
- export type LockMergedEvent = TypedEvent<[
480
- BigNumber,
481
- BigNumber,
482
- BigNumber,
483
- BigNumber,
484
- boolean
485
- ], LockMergedEventObject>;
405
+ export type LockMergedEvent = TypedEvent<[BigNumber, BigNumber, BigNumber, BigNumber, boolean], LockMergedEventObject>;
486
406
  export type LockMergedEventFilter = TypedEventFilter<LockMergedEvent>;
487
407
  export interface LockSplitEventObject {
488
408
  splitWeights: BigNumber[];
489
409
  _tokenId: BigNumber;
490
410
  }
491
- export type LockSplitEvent = TypedEvent<[
492
- BigNumber[],
493
- BigNumber
494
- ], LockSplitEventObject>;
411
+ export type LockSplitEvent = TypedEvent<[BigNumber[], BigNumber], LockSplitEventObject>;
495
412
  export type LockSplitEventFilter = TypedEventFilter<LockSplitEvent>;
496
413
  export interface LockUpdatedEventObject {
497
414
  tokenId: BigNumber;
@@ -499,54 +416,34 @@ export interface LockUpdatedEventObject {
499
416
  unlockTime: BigNumber;
500
417
  isPermanent: boolean;
501
418
  }
502
- export type LockUpdatedEvent = TypedEvent<[
503
- BigNumber,
504
- BigNumber,
505
- BigNumber,
506
- boolean
507
- ], LockUpdatedEventObject>;
419
+ export type LockUpdatedEvent = TypedEvent<[BigNumber, BigNumber, BigNumber, boolean], LockUpdatedEventObject>;
508
420
  export type LockUpdatedEventFilter = TypedEventFilter<LockUpdatedEvent>;
509
421
  export interface PayoutClaimedEventObject {
510
422
  tokenId: BigNumber;
511
423
  recipient: string;
512
424
  claimAmount: BigNumber;
513
425
  }
514
- export type PayoutClaimedEvent = TypedEvent<[
515
- BigNumber,
516
- string,
517
- BigNumber
518
- ], PayoutClaimedEventObject>;
426
+ export type PayoutClaimedEvent = TypedEvent<[BigNumber, string, BigNumber], PayoutClaimedEventObject>;
519
427
  export type PayoutClaimedEventFilter = TypedEventFilter<PayoutClaimedEvent>;
520
428
  export interface SupplyUpdatedEventObject {
521
429
  oldSupply: BigNumber;
522
430
  newSupply: BigNumber;
523
431
  }
524
- export type SupplyUpdatedEvent = TypedEvent<[
525
- BigNumber,
526
- BigNumber
527
- ], SupplyUpdatedEventObject>;
432
+ export type SupplyUpdatedEvent = TypedEvent<[BigNumber, BigNumber], SupplyUpdatedEventObject>;
528
433
  export type SupplyUpdatedEventFilter = TypedEventFilter<SupplyUpdatedEvent>;
529
434
  export interface TransferEventObject {
530
435
  from: string;
531
436
  to: string;
532
437
  tokenId: BigNumber;
533
438
  }
534
- export type TransferEvent = TypedEvent<[
535
- string,
536
- string,
537
- BigNumber
538
- ], TransferEventObject>;
439
+ export type TransferEvent = TypedEvent<[string, string, BigNumber], TransferEventObject>;
539
440
  export type TransferEventFilter = TypedEventFilter<TransferEvent>;
540
441
  export interface UnlockPermanentEventObject {
541
442
  tokenId: BigNumber;
542
443
  sender: string;
543
444
  unlockTime: BigNumber;
544
445
  }
545
- export type UnlockPermanentEvent = TypedEvent<[
546
- BigNumber,
547
- string,
548
- BigNumber
549
- ], UnlockPermanentEventObject>;
446
+ export type UnlockPermanentEvent = TypedEvent<[BigNumber, string, BigNumber], UnlockPermanentEventObject>;
550
447
  export type UnlockPermanentEventFilter = TypedEventFilter<UnlockPermanentEvent>;
551
448
  export interface LockVeAbond extends BaseContract {
552
449
  connect(signerOrProvider: Signer | Provider | string): this;
@@ -611,18 +508,18 @@ export interface LockVeAbond extends BaseContract {
611
508
  from?: PromiseOrValue<string>;
612
509
  }): Promise<ContractTransaction>;
613
510
  decimals(overrides?: CallOverrides): Promise<[number]>;
614
- "delegate(uint256,address)"(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
511
+ 'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
615
512
  from?: PromiseOrValue<string>;
616
513
  }): Promise<ContractTransaction>;
617
- "delegate(address)"(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
514
+ 'delegate(address)'(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
618
515
  from?: PromiseOrValue<string>;
619
516
  }): Promise<ContractTransaction>;
620
517
  delegateBySig(delegatee: PromiseOrValue<string>, nonce: PromiseOrValue<BigNumberish>, expiry: PromiseOrValue<BigNumberish>, v: PromiseOrValue<BigNumberish>, r: PromiseOrValue<BytesLike>, s: PromiseOrValue<BytesLike>, overrides?: Overrides & {
621
518
  from?: PromiseOrValue<string>;
622
519
  }): Promise<ContractTransaction>;
623
520
  delegateeSlopeChanges(_delegatee: PromiseOrValue<string>, _timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber]>;
624
- "delegates(uint256,uint48)"(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[string]>;
625
- "delegates(address)"(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<[string]>;
521
+ 'delegates(uint256,uint48)'(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[string]>;
522
+ 'delegates(address)'(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<[string]>;
626
523
  eip712Domain(overrides?: CallOverrides): Promise<[
627
524
  string,
628
525
  string,
@@ -681,10 +578,10 @@ export interface LockVeAbond extends BaseContract {
681
578
  payoutToken(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[string] & {
682
579
  token: string;
683
580
  }>;
684
- "safeTransferFrom(address,address,uint256)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
581
+ 'safeTransferFrom(address,address,uint256)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
685
582
  from?: PromiseOrValue<string>;
686
583
  }): Promise<ContractTransaction>;
687
- "safeTransferFrom(address,address,uint256,bytes)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
584
+ 'safeTransferFrom(address,address,uint256,bytes)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
688
585
  from?: PromiseOrValue<string>;
689
586
  }): Promise<ContractTransaction>;
690
587
  setApprovalForAll(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, overrides?: Overrides & {
@@ -778,18 +675,18 @@ export interface LockVeAbond extends BaseContract {
778
675
  from?: PromiseOrValue<string>;
779
676
  }): Promise<ContractTransaction>;
780
677
  decimals(overrides?: CallOverrides): Promise<number>;
781
- "delegate(uint256,address)"(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
678
+ 'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
782
679
  from?: PromiseOrValue<string>;
783
680
  }): Promise<ContractTransaction>;
784
- "delegate(address)"(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
681
+ 'delegate(address)'(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
785
682
  from?: PromiseOrValue<string>;
786
683
  }): Promise<ContractTransaction>;
787
684
  delegateBySig(delegatee: PromiseOrValue<string>, nonce: PromiseOrValue<BigNumberish>, expiry: PromiseOrValue<BigNumberish>, v: PromiseOrValue<BigNumberish>, r: PromiseOrValue<BytesLike>, s: PromiseOrValue<BytesLike>, overrides?: Overrides & {
788
685
  from?: PromiseOrValue<string>;
789
686
  }): Promise<ContractTransaction>;
790
687
  delegateeSlopeChanges(_delegatee: PromiseOrValue<string>, _timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
791
- "delegates(uint256,uint48)"(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
792
- "delegates(address)"(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<string>;
688
+ 'delegates(uint256,uint48)'(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
689
+ 'delegates(address)'(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<string>;
793
690
  eip712Domain(overrides?: CallOverrides): Promise<[
794
691
  string,
795
692
  string,
@@ -842,10 +739,10 @@ export interface LockVeAbond extends BaseContract {
842
739
  nonces(arg0: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
843
740
  ownerOf(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
844
741
  payoutToken(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
845
- "safeTransferFrom(address,address,uint256)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
742
+ 'safeTransferFrom(address,address,uint256)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
846
743
  from?: PromiseOrValue<string>;
847
744
  }): Promise<ContractTransaction>;
848
- "safeTransferFrom(address,address,uint256,bytes)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
745
+ 'safeTransferFrom(address,address,uint256,bytes)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
849
746
  from?: PromiseOrValue<string>;
850
747
  }): Promise<ContractTransaction>;
851
748
  setApprovalForAll(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, overrides?: Overrides & {
@@ -879,10 +776,7 @@ export interface LockVeAbond extends BaseContract {
879
776
  vestedPayout(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
880
777
  vestedPayoutAtTime(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
881
778
  vestingPayout(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
882
- vestingPeriod(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[
883
- BigNumber,
884
- BigNumber
885
- ] & {
779
+ vestingPeriod(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & {
886
780
  vestingStart: BigNumber;
887
781
  vestingEnd: BigNumber;
888
782
  }>;
@@ -915,12 +809,12 @@ export interface LockVeAbond extends BaseContract {
915
809
  createLock(_value: PromiseOrValue<BigNumberish>, _lockDuration: PromiseOrValue<BigNumberish>, _permanent: PromiseOrValue<boolean>, overrides?: CallOverrides): Promise<BigNumber>;
916
810
  createLockFor(_value: PromiseOrValue<BigNumberish>, _lockDuration: PromiseOrValue<BigNumberish>, _to: PromiseOrValue<string>, _permanent: PromiseOrValue<boolean>, overrides?: CallOverrides): Promise<BigNumber>;
917
811
  decimals(overrides?: CallOverrides): Promise<number>;
918
- "delegate(uint256,address)"(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: CallOverrides): Promise<void>;
919
- "delegate(address)"(delegatee: PromiseOrValue<string>, overrides?: CallOverrides): Promise<void>;
812
+ 'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: CallOverrides): Promise<void>;
813
+ 'delegate(address)'(delegatee: PromiseOrValue<string>, overrides?: CallOverrides): Promise<void>;
920
814
  delegateBySig(delegatee: PromiseOrValue<string>, nonce: PromiseOrValue<BigNumberish>, expiry: PromiseOrValue<BigNumberish>, v: PromiseOrValue<BigNumberish>, r: PromiseOrValue<BytesLike>, s: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
921
815
  delegateeSlopeChanges(_delegatee: PromiseOrValue<string>, _timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
922
- "delegates(uint256,uint48)"(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
923
- "delegates(address)"(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<string>;
816
+ 'delegates(uint256,uint48)'(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
817
+ 'delegates(address)'(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<string>;
924
818
  eip712Domain(overrides?: CallOverrides): Promise<[
925
819
  string,
926
820
  string,
@@ -963,8 +857,8 @@ export interface LockVeAbond extends BaseContract {
963
857
  nonces(arg0: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
964
858
  ownerOf(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
965
859
  payoutToken(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<string>;
966
- "safeTransferFrom(address,address,uint256)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<void>;
967
- "safeTransferFrom(address,address,uint256,bytes)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
860
+ 'safeTransferFrom(address,address,uint256)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<void>;
861
+ 'safeTransferFrom(address,address,uint256,bytes)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
968
862
  setApprovalForAll(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, overrides?: CallOverrides): Promise<void>;
969
863
  setClaimApproval(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<void>;
970
864
  setClaimApprovalForAll(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, overrides?: CallOverrides): Promise<void>;
@@ -993,43 +887,43 @@ export interface LockVeAbond extends BaseContract {
993
887
  }>;
994
888
  };
995
889
  filters: {
996
- "Approval(address,address,uint256)"(owner?: PromiseOrValue<string> | null, approved?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null): ApprovalEventFilter;
890
+ 'Approval(address,address,uint256)'(owner?: PromiseOrValue<string> | null, approved?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null): ApprovalEventFilter;
997
891
  Approval(owner?: PromiseOrValue<string> | null, approved?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null): ApprovalEventFilter;
998
- "ApprovalForAll(address,address,bool)"(owner?: PromiseOrValue<string> | null, operator?: PromiseOrValue<string> | null, approved?: null): ApprovalForAllEventFilter;
892
+ 'ApprovalForAll(address,address,bool)'(owner?: PromiseOrValue<string> | null, operator?: PromiseOrValue<string> | null, approved?: null): ApprovalForAllEventFilter;
999
893
  ApprovalForAll(owner?: PromiseOrValue<string> | null, operator?: PromiseOrValue<string> | null, approved?: null): ApprovalForAllEventFilter;
1000
- "ClaimApproval(address,address,uint256,bool)"(owner?: PromiseOrValue<string> | null, spender?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null, approved?: null): ClaimApprovalEventFilter;
894
+ 'ClaimApproval(address,address,uint256,bool)'(owner?: PromiseOrValue<string> | null, spender?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null, approved?: null): ClaimApprovalEventFilter;
1001
895
  ClaimApproval(owner?: PromiseOrValue<string> | null, spender?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null, approved?: null): ClaimApprovalEventFilter;
1002
- "ClaimApprovalForAll(address,address,bool)"(owner?: PromiseOrValue<string> | null, spender?: PromiseOrValue<string> | null, approved?: null): ClaimApprovalForAllEventFilter;
896
+ 'ClaimApprovalForAll(address,address,bool)'(owner?: PromiseOrValue<string> | null, spender?: PromiseOrValue<string> | null, approved?: null): ClaimApprovalForAllEventFilter;
1003
897
  ClaimApprovalForAll(owner?: PromiseOrValue<string> | null, spender?: PromiseOrValue<string> | null, approved?: null): ClaimApprovalForAllEventFilter;
1004
- "DelegateChanged(address,address,address)"(delegator?: PromiseOrValue<string> | null, fromDelegate?: PromiseOrValue<string> | null, toDelegate?: PromiseOrValue<string> | null): DelegateChangedEventFilter;
898
+ 'DelegateChanged(address,address,address)'(delegator?: PromiseOrValue<string> | null, fromDelegate?: PromiseOrValue<string> | null, toDelegate?: PromiseOrValue<string> | null): DelegateChangedEventFilter;
1005
899
  DelegateChanged(delegator?: PromiseOrValue<string> | null, fromDelegate?: PromiseOrValue<string> | null, toDelegate?: PromiseOrValue<string> | null): DelegateChangedEventFilter;
1006
- "DelegateVotesChanged(address,uint256,uint256)"(delegate?: PromiseOrValue<string> | null, previousBalance?: null, newBalance?: null): DelegateVotesChangedEventFilter;
900
+ 'DelegateVotesChanged(address,uint256,uint256)'(delegate?: PromiseOrValue<string> | null, previousBalance?: null, newBalance?: null): DelegateVotesChangedEventFilter;
1007
901
  DelegateVotesChanged(delegate?: PromiseOrValue<string> | null, previousBalance?: null, newBalance?: null): DelegateVotesChangedEventFilter;
1008
- "EIP712DomainChanged()"(): EIP712DomainChangedEventFilter;
902
+ 'EIP712DomainChanged()'(): EIP712DomainChangedEventFilter;
1009
903
  EIP712DomainChanged(): EIP712DomainChangedEventFilter;
1010
- "Initialized(uint8)"(version?: null): InitializedEventFilter;
904
+ 'Initialized(uint8)'(version?: null): InitializedEventFilter;
1011
905
  Initialized(version?: null): InitializedEventFilter;
1012
- "LockAmountIncreased(uint256,uint256)"(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null): LockAmountIncreasedEventFilter;
906
+ 'LockAmountIncreased(uint256,uint256)'(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null): LockAmountIncreasedEventFilter;
1013
907
  LockAmountIncreased(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null): LockAmountIncreasedEventFilter;
1014
- "LockCreated(uint256,address,uint256,uint256,bool)"(tokenId?: PromiseOrValue<BigNumberish> | null, to?: PromiseOrValue<string> | null, value?: null, unlockTime?: null, isPermanent?: null): LockCreatedEventFilter;
908
+ 'LockCreated(uint256,address,uint256,uint256,bool)'(tokenId?: PromiseOrValue<BigNumberish> | null, to?: PromiseOrValue<string> | null, value?: null, unlockTime?: null, isPermanent?: null): LockCreatedEventFilter;
1015
909
  LockCreated(tokenId?: PromiseOrValue<BigNumberish> | null, to?: PromiseOrValue<string> | null, value?: null, unlockTime?: null, isPermanent?: null): LockCreatedEventFilter;
1016
- "LockDelegateChanged(uint256,address,address,address)"(tokenId?: PromiseOrValue<BigNumberish> | null, delegator?: PromiseOrValue<string> | null, fromDelegate?: null, toDelegate?: PromiseOrValue<string> | null): LockDelegateChangedEventFilter;
910
+ 'LockDelegateChanged(uint256,address,address,address)'(tokenId?: PromiseOrValue<BigNumberish> | null, delegator?: PromiseOrValue<string> | null, fromDelegate?: null, toDelegate?: PromiseOrValue<string> | null): LockDelegateChangedEventFilter;
1017
911
  LockDelegateChanged(tokenId?: PromiseOrValue<BigNumberish> | null, delegator?: PromiseOrValue<string> | null, fromDelegate?: null, toDelegate?: PromiseOrValue<string> | null): LockDelegateChangedEventFilter;
1018
- "LockDurationExtended(uint256,uint256,bool)"(tokenId?: PromiseOrValue<BigNumberish> | null, newUnlockTime?: null, isPermanent?: null): LockDurationExtendedEventFilter;
912
+ 'LockDurationExtended(uint256,uint256,bool)'(tokenId?: PromiseOrValue<BigNumberish> | null, newUnlockTime?: null, isPermanent?: null): LockDurationExtendedEventFilter;
1019
913
  LockDurationExtended(tokenId?: PromiseOrValue<BigNumberish> | null, newUnlockTime?: null, isPermanent?: null): LockDurationExtendedEventFilter;
1020
- "LockMerged(uint256,uint256,uint256,uint256,bool)"(fromTokenId?: PromiseOrValue<BigNumberish> | null, toTokenId?: PromiseOrValue<BigNumberish> | null, totalValue?: null, unlockTime?: null, isPermanent?: null): LockMergedEventFilter;
914
+ 'LockMerged(uint256,uint256,uint256,uint256,bool)'(fromTokenId?: PromiseOrValue<BigNumberish> | null, toTokenId?: PromiseOrValue<BigNumberish> | null, totalValue?: null, unlockTime?: null, isPermanent?: null): LockMergedEventFilter;
1021
915
  LockMerged(fromTokenId?: PromiseOrValue<BigNumberish> | null, toTokenId?: PromiseOrValue<BigNumberish> | null, totalValue?: null, unlockTime?: null, isPermanent?: null): LockMergedEventFilter;
1022
- "LockSplit(uint256[],uint256)"(splitWeights?: null, _tokenId?: PromiseOrValue<BigNumberish> | null): LockSplitEventFilter;
916
+ 'LockSplit(uint256[],uint256)'(splitWeights?: null, _tokenId?: PromiseOrValue<BigNumberish> | null): LockSplitEventFilter;
1023
917
  LockSplit(splitWeights?: null, _tokenId?: PromiseOrValue<BigNumberish> | null): LockSplitEventFilter;
1024
- "LockUpdated(uint256,uint256,uint256,bool)"(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null, unlockTime?: null, isPermanent?: null): LockUpdatedEventFilter;
918
+ 'LockUpdated(uint256,uint256,uint256,bool)'(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null, unlockTime?: null, isPermanent?: null): LockUpdatedEventFilter;
1025
919
  LockUpdated(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null, unlockTime?: null, isPermanent?: null): LockUpdatedEventFilter;
1026
- "PayoutClaimed(uint256,address,uint256)"(tokenId?: PromiseOrValue<BigNumberish> | null, recipient?: PromiseOrValue<string> | null, claimAmount?: null): PayoutClaimedEventFilter;
920
+ 'PayoutClaimed(uint256,address,uint256)'(tokenId?: PromiseOrValue<BigNumberish> | null, recipient?: PromiseOrValue<string> | null, claimAmount?: null): PayoutClaimedEventFilter;
1027
921
  PayoutClaimed(tokenId?: PromiseOrValue<BigNumberish> | null, recipient?: PromiseOrValue<string> | null, claimAmount?: null): PayoutClaimedEventFilter;
1028
- "SupplyUpdated(uint256,uint256)"(oldSupply?: null, newSupply?: null): SupplyUpdatedEventFilter;
922
+ 'SupplyUpdated(uint256,uint256)'(oldSupply?: null, newSupply?: null): SupplyUpdatedEventFilter;
1029
923
  SupplyUpdated(oldSupply?: null, newSupply?: null): SupplyUpdatedEventFilter;
1030
- "Transfer(address,address,uint256)"(from?: PromiseOrValue<string> | null, to?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null): TransferEventFilter;
924
+ 'Transfer(address,address,uint256)'(from?: PromiseOrValue<string> | null, to?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null): TransferEventFilter;
1031
925
  Transfer(from?: PromiseOrValue<string> | null, to?: PromiseOrValue<string> | null, tokenId?: PromiseOrValue<BigNumberish> | null): TransferEventFilter;
1032
- "UnlockPermanent(uint256,address,uint256)"(tokenId?: PromiseOrValue<BigNumberish> | null, sender?: PromiseOrValue<string> | null, unlockTime?: null): UnlockPermanentEventFilter;
926
+ 'UnlockPermanent(uint256,address,uint256)'(tokenId?: PromiseOrValue<BigNumberish> | null, sender?: PromiseOrValue<string> | null, unlockTime?: null): UnlockPermanentEventFilter;
1033
927
  UnlockPermanent(tokenId?: PromiseOrValue<BigNumberish> | null, sender?: PromiseOrValue<string> | null, unlockTime?: null): UnlockPermanentEventFilter;
1034
928
  };
1035
929
  estimateGas: {
@@ -1067,18 +961,18 @@ export interface LockVeAbond extends BaseContract {
1067
961
  from?: PromiseOrValue<string>;
1068
962
  }): Promise<BigNumber>;
1069
963
  decimals(overrides?: CallOverrides): Promise<BigNumber>;
1070
- "delegate(uint256,address)"(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
964
+ 'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
1071
965
  from?: PromiseOrValue<string>;
1072
966
  }): Promise<BigNumber>;
1073
- "delegate(address)"(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
967
+ 'delegate(address)'(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
1074
968
  from?: PromiseOrValue<string>;
1075
969
  }): Promise<BigNumber>;
1076
970
  delegateBySig(delegatee: PromiseOrValue<string>, nonce: PromiseOrValue<BigNumberish>, expiry: PromiseOrValue<BigNumberish>, v: PromiseOrValue<BigNumberish>, r: PromiseOrValue<BytesLike>, s: PromiseOrValue<BytesLike>, overrides?: Overrides & {
1077
971
  from?: PromiseOrValue<string>;
1078
972
  }): Promise<BigNumber>;
1079
973
  delegateeSlopeChanges(_delegatee: PromiseOrValue<string>, _timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
1080
- "delegates(uint256,uint48)"(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
1081
- "delegates(address)"(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
974
+ 'delegates(uint256,uint48)'(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
975
+ 'delegates(address)'(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
1082
976
  eip712Domain(overrides?: CallOverrides): Promise<BigNumber>;
1083
977
  getAccountDelegates(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
1084
978
  getApproved(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
@@ -1115,10 +1009,10 @@ export interface LockVeAbond extends BaseContract {
1115
1009
  nonces(arg0: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
1116
1010
  ownerOf(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
1117
1011
  payoutToken(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<BigNumber>;
1118
- "safeTransferFrom(address,address,uint256)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
1012
+ 'safeTransferFrom(address,address,uint256)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
1119
1013
  from?: PromiseOrValue<string>;
1120
1014
  }): Promise<BigNumber>;
1121
- "safeTransferFrom(address,address,uint256,bytes)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
1015
+ 'safeTransferFrom(address,address,uint256,bytes)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
1122
1016
  from?: PromiseOrValue<string>;
1123
1017
  }): Promise<BigNumber>;
1124
1018
  setApprovalForAll(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, overrides?: Overrides & {
@@ -1189,18 +1083,18 @@ export interface LockVeAbond extends BaseContract {
1189
1083
  from?: PromiseOrValue<string>;
1190
1084
  }): Promise<PopulatedTransaction>;
1191
1085
  decimals(overrides?: CallOverrides): Promise<PopulatedTransaction>;
1192
- "delegate(uint256,address)"(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
1086
+ 'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
1193
1087
  from?: PromiseOrValue<string>;
1194
1088
  }): Promise<PopulatedTransaction>;
1195
- "delegate(address)"(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
1089
+ 'delegate(address)'(delegatee: PromiseOrValue<string>, overrides?: Overrides & {
1196
1090
  from?: PromiseOrValue<string>;
1197
1091
  }): Promise<PopulatedTransaction>;
1198
1092
  delegateBySig(delegatee: PromiseOrValue<string>, nonce: PromiseOrValue<BigNumberish>, expiry: PromiseOrValue<BigNumberish>, v: PromiseOrValue<BigNumberish>, r: PromiseOrValue<BytesLike>, s: PromiseOrValue<BytesLike>, overrides?: Overrides & {
1199
1093
  from?: PromiseOrValue<string>;
1200
1094
  }): Promise<PopulatedTransaction>;
1201
1095
  delegateeSlopeChanges(_delegatee: PromiseOrValue<string>, _timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1202
- "delegates(uint256,uint48)"(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1203
- "delegates(address)"(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1096
+ 'delegates(uint256,uint48)'(tokenId: PromiseOrValue<BigNumberish>, timestamp: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1097
+ 'delegates(address)'(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1204
1098
  eip712Domain(overrides?: CallOverrides): Promise<PopulatedTransaction>;
1205
1099
  getAccountDelegates(account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1206
1100
  getApproved(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
@@ -1237,10 +1131,10 @@ export interface LockVeAbond extends BaseContract {
1237
1131
  nonces(arg0: PromiseOrValue<string>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1238
1132
  ownerOf(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1239
1133
  payoutToken(tokenId: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
1240
- "safeTransferFrom(address,address,uint256)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
1134
+ 'safeTransferFrom(address,address,uint256)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
1241
1135
  from?: PromiseOrValue<string>;
1242
1136
  }): Promise<PopulatedTransaction>;
1243
- "safeTransferFrom(address,address,uint256,bytes)"(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
1137
+ 'safeTransferFrom(address,address,uint256,bytes)'(from: PromiseOrValue<string>, to: PromiseOrValue<string>, tokenId: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
1244
1138
  from?: PromiseOrValue<string>;
1245
1139
  }): Promise<PopulatedTransaction>;
1246
1140
  setApprovalForAll(operator: PromiseOrValue<string>, approved: PromiseOrValue<boolean>, overrides?: Overrides & {