@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.
- package/dist/components/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +2 -2
- package/dist/components/TokenSelectorPanel/index.d.ts +1 -2
- package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +7 -2
- package/dist/config/constants/tokens.d.ts +2 -2
- package/dist/hooks/useTokenFromZapList.d.ts +1 -1
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +74 -73
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +8 -4
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +1 -17
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +1 -1
- package/dist/state/zap/useSoulZapBondQuote.d.ts +2 -2
- package/dist/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +4 -7
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +6 -9
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +2 -2
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/package.json +19 -24
- package/dist/components/AccordionText/index.js +0 -17
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -34
- package/dist/components/TokenSelectorModal/TokenRow.js +0 -18
- package/dist/components/TokenSelectorModal/index.js +0 -56
- package/dist/components/TokenSelectorPanel/index.js +0 -36
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -41
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/price-getter-linea.json +0 -1448
- package/dist/config/abi/price-getter.json +0 -1309
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -47
- package/dist/config/constants/tokens.js +0 -64
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/constants/zapInputTokens.js +0 -356
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTokenFromZapList.js +0 -10
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -18
- package/dist/state/allowance/useAllowance.js +0 -148
- package/dist/state/balance/useCurrencyBalance.js +0 -80
- package/dist/state/price/useCurrencyPrice.js +0 -397
- package/dist/state/zap/getChainParam.js +0 -34
- package/dist/state/zap/useSoulZapBondQuote.js +0 -177
- package/dist/state/zap/useSoulZapTokenQuote.js +0 -167
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getNativeTicker.js +0 -8
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -300
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/Bonds/index.js +0 -18
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- package/dist/views/ZapModal/index.js +0 -150
- package/dist/views/ZapModal/styles.js +0 -35
- /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
|
|
2
|
-
import type { FunctionFragment, Result, EventFragment } from
|
|
3
|
-
import type { Listener, Provider } from
|
|
4
|
-
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
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:
|
|
112
|
-
encodeFunctionData(functionFragment:
|
|
113
|
-
encodeFunctionData(functionFragment:
|
|
114
|
-
encodeFunctionData(functionFragment:
|
|
115
|
-
encodeFunctionData(functionFragment:
|
|
116
|
-
encodeFunctionData(functionFragment:
|
|
117
|
-
encodeFunctionData(functionFragment:
|
|
118
|
-
encodeFunctionData(functionFragment:
|
|
119
|
-
encodeFunctionData(functionFragment:
|
|
120
|
-
encodeFunctionData(functionFragment:
|
|
121
|
-
encodeFunctionData(functionFragment:
|
|
122
|
-
encodeFunctionData(functionFragment:
|
|
123
|
-
encodeFunctionData(functionFragment:
|
|
124
|
-
encodeFunctionData(functionFragment:
|
|
125
|
-
encodeFunctionData(functionFragment:
|
|
126
|
-
encodeFunctionData(functionFragment:
|
|
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:
|
|
134
|
-
|
|
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:
|
|
145
|
-
encodeFunctionData(functionFragment:
|
|
146
|
-
encodeFunctionData(functionFragment:
|
|
147
|
-
encodeFunctionData(functionFragment:
|
|
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:
|
|
156
|
-
encodeFunctionData(functionFragment:
|
|
157
|
-
encodeFunctionData(functionFragment:
|
|
158
|
-
encodeFunctionData(functionFragment:
|
|
159
|
-
encodeFunctionData(functionFragment:
|
|
160
|
-
encodeFunctionData(functionFragment:
|
|
161
|
-
encodeFunctionData(functionFragment:
|
|
162
|
-
encodeFunctionData(functionFragment:
|
|
163
|
-
encodeFunctionData(functionFragment:
|
|
164
|
-
encodeFunctionData(functionFragment:
|
|
165
|
-
encodeFunctionData(functionFragment:
|
|
166
|
-
encodeFunctionData(functionFragment:
|
|
167
|
-
encodeFunctionData(functionFragment:
|
|
168
|
-
encodeFunctionData(functionFragment:
|
|
169
|
-
encodeFunctionData(functionFragment:
|
|
170
|
-
encodeFunctionData(functionFragment:
|
|
171
|
-
encodeFunctionData(functionFragment:
|
|
172
|
-
|
|
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:
|
|
184
|
-
encodeFunctionData(functionFragment:
|
|
185
|
-
encodeFunctionData(functionFragment:
|
|
186
|
-
encodeFunctionData(functionFragment:
|
|
187
|
-
encodeFunctionData(functionFragment:
|
|
188
|
-
encodeFunctionData(functionFragment:
|
|
189
|
-
encodeFunctionData(functionFragment:
|
|
190
|
-
encodeFunctionData(functionFragment:
|
|
191
|
-
encodeFunctionData(functionFragment:
|
|
192
|
-
encodeFunctionData(functionFragment:
|
|
193
|
-
encodeFunctionData(functionFragment:
|
|
194
|
-
encodeFunctionData(functionFragment:
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
]): string;
|
|
199
|
-
encodeFunctionData(functionFragment:
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
encodeFunctionData(functionFragment:
|
|
206
|
-
encodeFunctionData(functionFragment:
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
]): string;
|
|
211
|
-
encodeFunctionData(functionFragment:
|
|
212
|
-
encodeFunctionData(functionFragment:
|
|
213
|
-
encodeFunctionData(functionFragment:
|
|
214
|
-
encodeFunctionData(functionFragment:
|
|
215
|
-
encodeFunctionData(functionFragment:
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
decodeFunctionResult(functionFragment:
|
|
234
|
-
decodeFunctionResult(functionFragment:
|
|
235
|
-
decodeFunctionResult(functionFragment:
|
|
236
|
-
decodeFunctionResult(functionFragment:
|
|
237
|
-
decodeFunctionResult(functionFragment:
|
|
238
|
-
decodeFunctionResult(functionFragment:
|
|
239
|
-
decodeFunctionResult(functionFragment:
|
|
240
|
-
decodeFunctionResult(functionFragment:
|
|
241
|
-
decodeFunctionResult(functionFragment:
|
|
242
|
-
decodeFunctionResult(functionFragment:
|
|
243
|
-
decodeFunctionResult(functionFragment:
|
|
244
|
-
decodeFunctionResult(functionFragment:
|
|
245
|
-
decodeFunctionResult(functionFragment:
|
|
246
|
-
decodeFunctionResult(functionFragment:
|
|
247
|
-
decodeFunctionResult(functionFragment:
|
|
248
|
-
decodeFunctionResult(functionFragment:
|
|
249
|
-
decodeFunctionResult(functionFragment:
|
|
250
|
-
decodeFunctionResult(functionFragment:
|
|
251
|
-
decodeFunctionResult(functionFragment:
|
|
252
|
-
decodeFunctionResult(functionFragment:
|
|
253
|
-
decodeFunctionResult(functionFragment:
|
|
254
|
-
decodeFunctionResult(functionFragment:
|
|
255
|
-
decodeFunctionResult(functionFragment:
|
|
256
|
-
decodeFunctionResult(functionFragment:
|
|
257
|
-
decodeFunctionResult(functionFragment:
|
|
258
|
-
decodeFunctionResult(functionFragment:
|
|
259
|
-
decodeFunctionResult(functionFragment:
|
|
260
|
-
decodeFunctionResult(functionFragment:
|
|
261
|
-
decodeFunctionResult(functionFragment:
|
|
262
|
-
decodeFunctionResult(functionFragment:
|
|
263
|
-
decodeFunctionResult(functionFragment:
|
|
264
|
-
decodeFunctionResult(functionFragment:
|
|
265
|
-
decodeFunctionResult(functionFragment:
|
|
266
|
-
decodeFunctionResult(functionFragment:
|
|
267
|
-
decodeFunctionResult(functionFragment:
|
|
268
|
-
decodeFunctionResult(functionFragment:
|
|
269
|
-
decodeFunctionResult(functionFragment:
|
|
270
|
-
decodeFunctionResult(functionFragment:
|
|
271
|
-
decodeFunctionResult(functionFragment:
|
|
272
|
-
decodeFunctionResult(functionFragment:
|
|
273
|
-
decodeFunctionResult(functionFragment:
|
|
274
|
-
decodeFunctionResult(functionFragment:
|
|
275
|
-
decodeFunctionResult(functionFragment:
|
|
276
|
-
decodeFunctionResult(functionFragment:
|
|
277
|
-
decodeFunctionResult(functionFragment:
|
|
278
|
-
decodeFunctionResult(functionFragment:
|
|
279
|
-
decodeFunctionResult(functionFragment:
|
|
280
|
-
decodeFunctionResult(functionFragment:
|
|
281
|
-
decodeFunctionResult(functionFragment:
|
|
282
|
-
decodeFunctionResult(functionFragment:
|
|
283
|
-
decodeFunctionResult(functionFragment:
|
|
284
|
-
decodeFunctionResult(functionFragment:
|
|
285
|
-
decodeFunctionResult(functionFragment:
|
|
286
|
-
decodeFunctionResult(functionFragment:
|
|
287
|
-
decodeFunctionResult(functionFragment:
|
|
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
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
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:
|
|
327
|
-
getEvent(nameOrSignatureOrTopic:
|
|
328
|
-
getEvent(nameOrSignatureOrTopic:
|
|
329
|
-
getEvent(nameOrSignatureOrTopic:
|
|
330
|
-
getEvent(nameOrSignatureOrTopic:
|
|
331
|
-
getEvent(nameOrSignatureOrTopic:
|
|
332
|
-
getEvent(nameOrSignatureOrTopic:
|
|
333
|
-
getEvent(nameOrSignatureOrTopic:
|
|
334
|
-
getEvent(nameOrSignatureOrTopic:
|
|
335
|
-
getEvent(nameOrSignatureOrTopic:
|
|
336
|
-
getEvent(nameOrSignatureOrTopic:
|
|
337
|
-
getEvent(nameOrSignatureOrTopic:
|
|
338
|
-
getEvent(nameOrSignatureOrTopic:
|
|
339
|
-
getEvent(nameOrSignatureOrTopic:
|
|
340
|
-
getEvent(nameOrSignatureOrTopic:
|
|
341
|
-
getEvent(nameOrSignatureOrTopic:
|
|
342
|
-
getEvent(nameOrSignatureOrTopic:
|
|
343
|
-
getEvent(nameOrSignatureOrTopic:
|
|
344
|
-
getEvent(nameOrSignatureOrTopic:
|
|
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
|
-
|
|
511
|
+
'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
|
|
615
512
|
from?: PromiseOrValue<string>;
|
|
616
513
|
}): Promise<ContractTransaction>;
|
|
617
|
-
|
|
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
|
-
|
|
625
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
678
|
+
'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
|
|
782
679
|
from?: PromiseOrValue<string>;
|
|
783
680
|
}): Promise<ContractTransaction>;
|
|
784
|
-
|
|
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
|
-
|
|
792
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
919
|
-
|
|
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
|
-
|
|
923
|
-
|
|
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
|
-
|
|
967
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
902
|
+
'EIP712DomainChanged()'(): EIP712DomainChangedEventFilter;
|
|
1009
903
|
EIP712DomainChanged(): EIP712DomainChangedEventFilter;
|
|
1010
|
-
|
|
904
|
+
'Initialized(uint8)'(version?: null): InitializedEventFilter;
|
|
1011
905
|
Initialized(version?: null): InitializedEventFilter;
|
|
1012
|
-
|
|
906
|
+
'LockAmountIncreased(uint256,uint256)'(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null): LockAmountIncreasedEventFilter;
|
|
1013
907
|
LockAmountIncreased(tokenId?: PromiseOrValue<BigNumberish> | null, value?: null): LockAmountIncreasedEventFilter;
|
|
1014
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
916
|
+
'LockSplit(uint256[],uint256)'(splitWeights?: null, _tokenId?: PromiseOrValue<BigNumberish> | null): LockSplitEventFilter;
|
|
1023
917
|
LockSplit(splitWeights?: null, _tokenId?: PromiseOrValue<BigNumberish> | null): LockSplitEventFilter;
|
|
1024
|
-
|
|
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
|
-
|
|
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
|
-
|
|
922
|
+
'SupplyUpdated(uint256,uint256)'(oldSupply?: null, newSupply?: null): SupplyUpdatedEventFilter;
|
|
1029
923
|
SupplyUpdated(oldSupply?: null, newSupply?: null): SupplyUpdatedEventFilter;
|
|
1030
|
-
|
|
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
|
-
|
|
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
|
-
|
|
964
|
+
'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
|
|
1071
965
|
from?: PromiseOrValue<string>;
|
|
1072
966
|
}): Promise<BigNumber>;
|
|
1073
|
-
|
|
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
|
-
|
|
1081
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1086
|
+
'delegate(uint256,address)'(_tokenId: PromiseOrValue<BigNumberish>, delegatee: PromiseOrValue<string>, overrides?: Overrides & {
|
|
1193
1087
|
from?: PromiseOrValue<string>;
|
|
1194
1088
|
}): Promise<PopulatedTransaction>;
|
|
1195
|
-
|
|
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
|
-
|
|
1203
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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 & {
|