@goodaofi/bonds-sdk 3.0.123
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/README.md +156 -0
- package/dist/assets/output-2LTDuc8n.css +174 -0
- package/dist/components/AccordionText/index.d.ts +6 -0
- package/dist/components/BondFilters/BondFilters.d.ts +11 -0
- package/dist/components/ChainOptionList/ChainOptionsButtons.d.ts +8 -0
- package/dist/components/ChainOptionList/ChainOptionsList.d.ts +7 -0
- package/dist/components/ChainOptionList/constants.d.ts +5 -0
- package/dist/components/ChainOptionList/styles.d.ts +2 -0
- package/dist/components/ConnectButton/RainbowKitButton.d.ts +3 -0
- package/dist/components/ConnectButton/index.d.ts +3 -0
- package/dist/components/CountdownTimer/CountdownTimer.d.ts +4 -0
- package/dist/components/FavIcons/AddFavToken.d.ts +6 -0
- package/dist/components/FavIcons/FavFilter.d.ts +6 -0
- package/dist/components/LoadingSpinner/index.d.ts +6 -0
- package/dist/components/MenuSelect/MenuSelect.d.ts +8 -0
- package/dist/components/MenuSelect/RecommendationSelector.d.ts +7 -0
- package/dist/components/MenuSelect/types.d.ts +22 -0
- package/dist/components/NetworkFilter/index.d.ts +6 -0
- package/dist/components/PlaceholderMonkey/index.d.ts +5 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/components/ProgressBar/ProgressBarWrapper.d.ts +14 -0
- package/dist/components/ProgressBar/styles.d.ts +2 -0
- package/dist/components/RestrictedRegionModal/index.d.ts +5 -0
- package/dist/components/SafeHTMLComponent/index.d.ts +5 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/StepBubble/index.d.ts +9 -0
- package/dist/components/Toast/index.d.ts +7 -0
- package/dist/components/Toast/styles.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +9 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +16 -0
- package/dist/components/Tooltip/ButtonsRow.d.ts +10 -0
- package/dist/components/Tooltip/Tooltip.d.ts +13 -0
- package/dist/components/Tooltip/styles.d.ts +2 -0
- package/dist/components/YouTooltip/YouTooltip.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/Button.d.ts +4 -0
- package/dist/components/uikit-sdk/Button/IconButton.d.ts +4 -0
- package/dist/components/uikit-sdk/Button/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Button/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/types.d.ts +46 -0
- package/dist/components/uikit-sdk/Checkbox/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Checkbox/types.d.ts +11 -0
- package/dist/components/uikit-sdk/Flex/index.d.ts +5 -0
- package/dist/components/uikit-sdk/Input/Input.d.ts +9 -0
- package/dist/components/uikit-sdk/Input/NumericInput.d.ts +9 -0
- package/dist/components/uikit-sdk/Input/index.d.ts +2 -0
- package/dist/components/uikit-sdk/LoadingDots/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Modal/ModalFooter.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Modal/types.d.ts +17 -0
- package/dist/components/uikit-sdk/Select/Select.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/SelectItem.d.ts +3 -0
- package/dist/components/uikit-sdk/Select/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Select/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/types.d.ts +55 -0
- package/dist/components/uikit-sdk/Skeleton/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Skeleton/styles.d.ts +5 -0
- package/dist/components/uikit-sdk/Skeleton/types.d.ts +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Audit.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Card.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Caret.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chain.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chart.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chat.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Close.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Copy.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Discord.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Docs.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Error.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Expand.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/External.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Farcaster.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Farm.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fav.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fire.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FirePink.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Frame.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Home.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hot.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Info.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Insight.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Island.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Language.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Logout.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Medium.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Message.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Moon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/More.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/NFA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkeyAlt.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Play.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Pool.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Positions.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.d.ts +7 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Question.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Search.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Send.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Settings.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Share.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Sort.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Star.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/StarFilled.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Success.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tag.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tick.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Timer.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Trade.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Trash.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/URL.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Verified.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Warning.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Watch.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Website.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/XNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/index.d.ts +117 -0
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/types.d.ts +16 -0
- package/dist/components/uikit-sdk/Svg/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BASE.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BERA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BLAST.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BNB.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BSC.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CELO.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ETH.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/KATANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/MONAD.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/OKX.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/SONIC.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/index.d.ts +29 -0
- package/dist/components/uikit-sdk/Svg/types.d.ts +186 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/index.d.ts +18 -0
- package/dist/components/uikit-sdk/SwiperDots/index.d.ts +6 -0
- package/dist/components/uikit-sdk/TabNav/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Tag/ListTag.d.ts +4 -0
- package/dist/components/uikit-sdk/Tag/index.d.ts +1 -0
- package/dist/components/uikit-sdk/Tag/types.d.ts +3 -0
- package/dist/components/uikit-sdk/Text/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Text/types.d.ts +23 -0
- 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 +8 -0
- package/dist/components/uikit-sdk/TooltipBubble/index.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/types.d.ts +18 -0
- package/dist/components/uikit-sdk/index.d.ts +15 -0
- package/dist/config/abi/types/Banana.d.ts +394 -0
- package/dist/config/abi/types/Bond.d.ts +758 -0
- package/dist/config/abi/types/BondNft.d.ts +556 -0
- package/dist/config/abi/types/EnsPublicResolver.d.ts +437 -0
- package/dist/config/abi/types/EnsRegistrar.d.ts +254 -0
- package/dist/config/abi/types/Erc20.d.ts +156 -0
- package/dist/config/abi/types/Erc20_bytes32.d.ts +50 -0
- package/dist/config/abi/types/JungleChef.d.ts +245 -0
- package/dist/config/abi/types/LaunchBonds.d.ts +1306 -0
- package/dist/config/abi/types/LensContract.d.ts +276 -0
- package/dist/config/abi/types/LockVeAbond.d.ts +1173 -0
- package/dist/config/abi/types/MigrationBond.d.ts +1074 -0
- package/dist/config/abi/types/MigrationFveAbond.d.ts +284 -0
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +423 -0
- package/dist/config/abi/types/Multicallv2.d.ts +139 -0
- package/dist/config/abi/types/Multicallv3.d.ts +98 -0
- package/dist/config/abi/types/NonFungibleApes.d.ts +492 -0
- package/dist/config/abi/types/NonFungibleBananas.d.ts +468 -0
- package/dist/config/abi/types/PriceGetter.d.ts +676 -0
- package/dist/config/abi/types/PriceGetterLinea.d.ts +756 -0
- package/dist/config/abi/types/PriceGetterV2.d.ts +692 -0
- package/dist/config/abi/types/SousChef.d.ts +542 -0
- package/dist/config/abi/types/Treasury.d.ts +274 -0
- package/dist/config/abi/types/Weth.d.ts +206 -0
- package/dist/config/abi/types/Zap.d.ts +484 -0
- package/dist/config/abi/types/common.d.ts +22 -0
- package/dist/config/abi/types/factories/Banana__factory.d.ts +475 -0
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +723 -0
- package/dist/config/abi/types/factories/Bond__factory.d.ts +799 -0
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +649 -0
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +338 -0
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +175 -0
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +30 -0
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +247 -0
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +1560 -0
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +254 -0
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +1698 -0
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +1268 -0
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +262 -0
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +448 -0
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +115 -0
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +76 -0
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +617 -0
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +576 -0
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +1105 -0
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +1027 -0
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +999 -0
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +511 -0
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +235 -0
- package/dist/config/abi/types/factories/Weth__factory.d.ts +220 -0
- package/dist/config/abi/types/factories/Zap__factory.d.ts +695 -0
- package/dist/config/abi/types/factories/index.d.ts +25 -0
- package/dist/config/abi/types/index.d.ts +51 -0
- package/dist/config/constants/addresses.d.ts +10 -0
- package/dist/config/constants/chains.d.ts +7 -0
- package/dist/config/constants/networks.d.ts +2 -0
- package/dist/config/constants/queryKeys.d.ts +47 -0
- package/dist/config/constants/tokens.d.ts +5 -0
- package/dist/config/constants/tooltips.d.ts +17 -0
- package/dist/config/constants/variables.d.ts +6 -0
- package/dist/contexts/ModalContext.d.ts +14 -0
- package/dist/contexts/Popups.d.ts +5 -0
- package/dist/contexts/RefreshContext.d.ts +10 -0
- package/dist/contexts/SwiperProvider.d.ts +12 -0
- package/dist/hooks/useDebounce.d.ts +1 -0
- package/dist/hooks/useIsMobile.d.ts +1 -0
- package/dist/hooks/useModal.d.ts +3 -0
- package/dist/hooks/useMonitorTxHash.d.ts +25 -0
- package/dist/hooks/useRefresh.d.ts +6 -0
- package/dist/hooks/useSendReferenceId.d.ts +2 -0
- package/dist/hooks/useSortedZapList.d.ts +9 -0
- package/dist/hooks/useSwiper.d.ts +2 -0
- package/dist/hooks/useTimer.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopTags.d.ts +2 -0
- package/dist/main.d.ts +10 -0
- package/dist/main.js +96120 -0
- package/dist/providers/index.d.ts +6 -0
- package/dist/state/abtesting/useABTesting.d.ts +11 -0
- package/dist/state/abtesting/useCookie.d.ts +9 -0
- package/dist/state/activeView/index.d.ts +9 -0
- package/dist/state/allowance/useAllowance.d.ts +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- package/dist/state/balance/useUserTokensBalance.d.ts +10 -0
- package/dist/state/bondApiStats/useGetBondApiStats.d.ts +25 -0
- package/dist/state/bondApiStats/useUserApiStats.d.ts +22 -0
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +9 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useGetBondRecommendations.d.ts +28 -0
- package/dist/state/bonds/useHotBonds.d.ts +6 -0
- package/dist/state/bonds/useTierProofSignature.d.ts +4 -0
- package/dist/state/bonds/useUserBonds.d.ts +6 -0
- package/dist/state/bonds/utils.d.ts +4 -0
- package/dist/state/chainFilterOption/useChainFilterOption.d.ts +4 -0
- package/dist/state/favoriteTokens/useFavoriteTokens.d.ts +4 -0
- package/dist/state/geoFencing/useGeoFencing.d.ts +5 -0
- package/dist/state/popups/usePopups.d.ts +14 -0
- package/dist/state/preTGEBonds/usePreTGEList.d.ts +4 -0
- package/dist/state/preTGEBonds/usePreTGEUserBonds.d.ts +26 -0
- package/dist/state/price/useCurrencyPrice.d.ts +3 -0
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tiers/useTierPoints.d.ts +35 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +11 -0
- package/dist/state/useSDKConfig.d.ts +35 -0
- package/dist/state/zap/getChainParam.d.ts +16 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- package/dist/styles.css +1989 -0
- package/dist/theme/base.d.ts +112 -0
- package/dist/theme/colors.d.ts +20 -0
- package/dist/theme/components.d.ts +431 -0
- package/dist/theme/index.d.ts +2 -0
- package/dist/types/bonds.d.ts +30 -0
- package/dist/types/yourbonds.d.ts +81 -0
- package/dist/utils/convertToTokenValue.d.ts +4 -0
- package/dist/utils/dates/formatDate.d.ts +1 -0
- package/dist/utils/displayHelpers.d.ts +31 -0
- package/dist/utils/formatNumber.d.ts +3 -0
- package/dist/utils/formatNumbers.d.ts +33 -0
- package/dist/utils/getBalanceNumber.d.ts +2 -0
- package/dist/utils/getDotPos.d.ts +1 -0
- package/dist/utils/getNativeTicker.d.ts +2 -0
- package/dist/utils/getTimePeriods.d.ts +14 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/localStorageHelpers.d.ts +3 -0
- package/dist/utils/multicall.d.ts +7 -0
- package/dist/utils/numbers.d.ts +5 -0
- package/dist/utils/remove0xPrefix.d.ts +1 -0
- package/dist/utils/reportError.d.ts +8 -0
- package/dist/utils/roundNumber.d.ts +7 -0
- package/dist/utils/track.d.ts +7 -0
- package/dist/views/Bonds/Bonds.d.ts +9 -0
- package/dist/views/Bonds/components/BannerTestnet/BannerTestnet.d.ts +6 -0
- package/dist/views/Bonds/components/BondRows/BondRow.d.ts +24 -0
- package/dist/views/Bonds/components/BondRows/BondRowsByChain.d.ts +9 -0
- package/dist/views/Bonds/components/BondRows/BondRowsWithTitle.d.ts +10 -0
- package/dist/views/Bonds/components/BondRows/ChainTitle.d.ts +8 -0
- package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +7 -0
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.d.ts +13 -0
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.d.ts +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.d.ts +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusTable.d.ts +9 -0
- package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +3 -0
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +6 -0
- package/dist/views/Bonds/components/HotBondCards/index.d.ts +4 -0
- package/dist/views/Bonds/components/HotBondCards/styles.d.ts +2 -0
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
- package/dist/views/Bonds/components/RecommendationCards/index.d.ts +11 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- package/dist/views/Bonds/utils.d.ts +18 -0
- package/dist/views/BuyBond/BuyBond.d.ts +10 -0
- package/dist/views/BuyBond/BuyBondModal.d.ts +4 -0
- package/dist/views/BuyBond/components/BondCards.d.ts +6 -0
- package/dist/views/BuyBond/components/BondModalHeader.d.ts +8 -0
- package/dist/views/BuyBond/components/BondModalMinTierHeader.d.ts +5 -0
- package/dist/views/BuyBond/components/Estimations.d.ts +11 -0
- package/dist/views/BuyBond/components/ExpandedViewButton.d.ts +6 -0
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.d.ts +8 -0
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.d.ts +12 -0
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.d.ts +7 -0
- package/dist/views/BuyBond/components/ProjectDescription.d.ts +6 -0
- package/dist/views/BuyBond/findHighestTrueBondPrice.d.ts +15 -0
- package/dist/views/BuyBond/index.d.ts +7 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +4 -0
- package/dist/views/GooSale/GooSale.d.ts +7 -0
- package/dist/views/GooSale/bondsList.d.ts +554 -0
- package/dist/views/GooSale/components/BannerTestnet/BannerTestnet.d.ts +6 -0
- package/dist/views/GooSale/components/BondFilters/BondFilters.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/BondRow.d.ts +16 -0
- package/dist/views/GooSale/components/BondRows/BondRowsByChain.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/BondRowsWithTitle.d.ts +8 -0
- package/dist/views/GooSale/components/BondRows/ChainTitle.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/ModalHandler.d.ts +7 -0
- package/dist/views/GooSale/components/BondsMenu/BondsMenu.d.ts +12 -0
- package/dist/views/GooSale/components/BonusComponents/BonusComponent.d.ts +11 -0
- package/dist/views/GooSale/components/BonusComponents/BonusContainer.d.ts +11 -0
- package/dist/views/GooSale/components/BonusComponents/BonusTable.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/BuyBond.d.ts +19 -0
- package/dist/views/GooSale/components/BuyBond/BuyBondModal.d.ts +4 -0
- package/dist/views/GooSale/components/BuyBond/components/BondCards.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/components/BondModalHeader.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/components/BondModalMinTierHeader.d.ts +5 -0
- package/dist/views/GooSale/components/BuyBond/components/Estimations.d.ts +13 -0
- package/dist/views/GooSale/components/BuyBond/components/ExpandedViewButton.d.ts +6 -0
- package/dist/views/GooSale/components/BuyBond/components/GetUpToComponent/GetUpToComponent.d.ts +8 -0
- package/dist/views/GooSale/components/BuyBond/components/NewRateModal/NewRateModal.d.ts +12 -0
- package/dist/views/GooSale/components/BuyBond/components/NoBonusModal/NoBonusModal.d.ts +7 -0
- package/dist/views/GooSale/components/BuyBond/components/ProjectDescription.d.ts +6 -0
- package/dist/views/GooSale/components/BuyBond/findHighestTrueBondPrice.d.ts +15 -0
- package/dist/views/GooSale/components/BuyBond/index.d.ts +7 -0
- package/dist/views/GooSale/components/CheckURL/index.d.ts +4 -0
- package/dist/views/GooSale/components/HotBondCards/HotBondCard.d.ts +6 -0
- package/dist/views/GooSale/components/HotBondCards/index.d.ts +4 -0
- package/dist/views/GooSale/components/HotBondCards/styles.d.ts +2 -0
- package/dist/views/GooSale/components/NetworkFilter/index.d.ts +5 -0
- package/dist/views/GooSale/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/views/GooSale/components/ProgressBar/styles.d.ts +2 -0
- package/dist/views/GooSale/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
- package/dist/views/GooSale/components/RecommendationCards/index.d.ts +11 -0
- package/dist/views/GooSale/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/GooSale/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/views/GooSale/components/Tooltip/ButtonsRow.d.ts +7 -0
- package/dist/views/GooSale/components/Tooltip/Tooltip.d.ts +12 -0
- package/dist/views/GooSale/components/Tooltip/styles.d.ts +2 -0
- package/dist/views/GooSale/components/TransactionModal/TransactionModal.d.ts +19 -0
- package/dist/views/GooSale/components/YourGoo/YourGoo.d.ts +1 -0
- package/dist/views/GooSale/hooks/preTGEGooBonds/usePreTGEList.d.ts +4 -0
- package/dist/views/GooSale/hooks/preTGEGooBonds/usePreTGEUserBonds.d.ts +30 -0
- package/dist/views/GooSale/hooks/useGooEligibility.d.ts +7 -0
- package/dist/views/GooSale/hooks/useSaleInfo.d.ts +41 -0
- package/dist/views/GooSale/hooks/useUserInfo.d.ts +12 -0
- package/dist/views/GooSale/hooks/useYourGoo.d.ts +19 -0
- package/dist/views/GooSale/index.d.ts +4 -0
- package/dist/views/GooSale/utils.d.ts +31 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/BondCards.d.ts +6 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/ParticipationSuccessful.d.ts +8 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/PreTGEBuyComponent.d.ts +8 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/PreTGEModalHandler.d.ts +7 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/styles.d.ts +22 -0
- package/dist/views/PreTGEBonds/components/PreTGEUserRows/PreTGEActions.d.ts +6 -0
- package/dist/views/PreTGEBonds/components/PreTGEUserRows/PreTGEUserRow.d.ts +7 -0
- package/dist/views/ProjectView/ProjectView.d.ts +13 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +6 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +7 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +6 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +6 -0
- package/dist/views/ProjectView/components/BondStats/index.d.ts +6 -0
- package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondStats/types.d.ts +43 -0
- package/dist/views/ProjectView/components/BondStats/utils.d.ts +1 -0
- package/dist/views/ProjectView/components/NavPanel/index.d.ts +5 -0
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +9 -0
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +9 -0
- package/dist/views/ProjectView/components/PriceChart/components/utils.d.ts +1 -0
- package/dist/views/ProjectView/components/PriceChart/index.d.ts +8 -0
- package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +6 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +3 -0
- package/dist/views/ProjectView/index.d.ts +7 -0
- package/dist/views/ProjectView/styles.d.ts +2 -0
- package/dist/views/SingleBond/SingleBond.d.ts +6 -0
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.d.ts +8 -0
- package/dist/views/SingleBond/index.d.ts +7 -0
- package/dist/views/TransactionModal/TransactionModal.d.ts +19 -0
- package/dist/views/YourBonds/YourBonds.d.ts +7 -0
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.d.ts +3 -0
- package/dist/views/YourBonds/components/ClaimAll/index.d.ts +3 -0
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +12 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +5 -0
- package/dist/views/YourBonds/getBillNftData.d.ts +9 -0
- package/dist/views/YourBonds/index.d.ts +4 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +7 -0
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.d.ts +7 -0
- package/dist/views/YourBondsModal/components/LinkShare/styles.d.ts +2 -0
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.d.ts +2 -0
- package/dist/views/YourBondsModal/components/LinkShare/utils.d.ts +2 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +7 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendationsMobile.d.ts +6 -0
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +6 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +8 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/index.d.ts +8 -0
- package/dist/views/ZapModal/index.d.ts +13 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +100 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { UserBill } from '../types/yourbonds';
|
|
2
|
+
import { BondsData } from '../types/bonds';
|
|
3
|
+
import { BillsConfig, LaunchBondTiers } from '@ape.swap/apeswap-lists';
|
|
4
|
+
export declare const claimable: (userBill: UserBill) => number;
|
|
5
|
+
export declare const claimableUSD: (userBill: UserBill) => number;
|
|
6
|
+
export declare const earnTokenPrice: (bond: BondsData) => string;
|
|
7
|
+
export declare const totalPending: (userBill: UserBill) => number;
|
|
8
|
+
export declare const totalPendingUSD: (userBill: UserBill) => number;
|
|
9
|
+
export declare const vestingTimeRemaining: (userBill: UserBill) => {
|
|
10
|
+
years: number;
|
|
11
|
+
months: number;
|
|
12
|
+
days: number;
|
|
13
|
+
hours: number;
|
|
14
|
+
minutes: number;
|
|
15
|
+
seconds: number;
|
|
16
|
+
};
|
|
17
|
+
export declare const vestingTimeRemainingString: (userBill?: UserBill) => string;
|
|
18
|
+
export declare const getPendingVestingString: (bond?: UserBill) => string;
|
|
19
|
+
export declare const getVestingTermsString: (bond?: BondsData | BillsConfig) => string;
|
|
20
|
+
export declare const getVestingTermsTooltipString: (bond?: BondsData | BillsConfig) => string | undefined;
|
|
21
|
+
export declare const discountEarnTokenPrice: (bond: BondsData, useTiers?: boolean) => string;
|
|
22
|
+
export declare const discountEarnTokenPriceForUser: (bond: BondsData, useTiers?: boolean, userTier?: LaunchBondTiers) => string;
|
|
23
|
+
export declare const maxBuy: (bond: BondsData, allowLowValueBonds: boolean) => BigNumber;
|
|
24
|
+
export declare function formatNumber(input: string): string;
|
|
25
|
+
export declare function formatUSDNumber(input: string): string;
|
|
26
|
+
export declare const youSpendUSD: (bond: BondsData, inputValue: string) => string;
|
|
27
|
+
export declare const getPayoutAmount: (bond?: BondsData, inputValue?: string, userPoints?: string) => number;
|
|
28
|
+
export declare const youGetUSD: (bond: BondsData, inputValue: string, userPoints: string) => string;
|
|
29
|
+
export declare const getRawBonus: (bond?: BondsData, inputValue?: string, userPoints?: string) => string;
|
|
30
|
+
export declare const getFeeAmount: (bond?: BondsData, inputValue?: string, userPoints?: string) => number;
|
|
31
|
+
export declare const getBonusColor: (premiumString: string) => string;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
interface FormatDollarArgs {
|
|
2
|
+
num: number | undefined | null;
|
|
3
|
+
isPrice?: boolean;
|
|
4
|
+
lessPreciseStablecoinValues?: boolean;
|
|
5
|
+
digits?: number;
|
|
6
|
+
round?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Returns a USD dollar or equivalent denominated numerical value formatted
|
|
10
|
+
* in human readable string for use in template.
|
|
11
|
+
*
|
|
12
|
+
* Adheres to guidelines for prices and other numbers defined here:
|
|
13
|
+
* https://www.notion.so/uniswaplabs/Number-standards-fbb9f533f10e4e22820722c2f66d23c0
|
|
14
|
+
* @param num numerical value denominated in USD or USD equivalent
|
|
15
|
+
* @param isPrice whether the amount represents a price or not
|
|
16
|
+
* @param lessPreciseStablecoinValues whether or not we should show less precise values for
|
|
17
|
+
* stablecoins (around 1$ in value always) for the sake of readability
|
|
18
|
+
* @param digits number of digits after the decimal for non-price amounts
|
|
19
|
+
* @param round whether or not to round up non-price amounts
|
|
20
|
+
*/
|
|
21
|
+
export declare const formatDollar: ({ num, isPrice, lessPreciseStablecoinValues, digits, round, }: FormatDollarArgs) => string;
|
|
22
|
+
export declare const formatValue: ({ num, digits, round }: any) => string;
|
|
23
|
+
/**
|
|
24
|
+
* Returns a numerical amount of any token formatted in human readable string for use in template.
|
|
25
|
+
*
|
|
26
|
+
* For transaction review numbers, such as token quantities, NFT price (token-denominated),
|
|
27
|
+
* network fees, transaction history items. Adheres to guidelines defined here:
|
|
28
|
+
* https://www.notion.so/uniswaplabs/Number-standards-fbb9f533f10e4e22820722c2f66d23c0
|
|
29
|
+
* @param num numerical value denominated in any token
|
|
30
|
+
* @param maxDigits the maximum number of digits that should be shown for the quantity
|
|
31
|
+
*/
|
|
32
|
+
export declare const formatTransactionAmount: (num: number | undefined | null, maxDigits?: number) => string;
|
|
33
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getDotPos: (index: number, carouselLength?: number) => number;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Format number of seconds into year, month, day, hour, minute, seconds
|
|
3
|
+
*
|
|
4
|
+
* @param seconds
|
|
5
|
+
*/
|
|
6
|
+
declare const getTimePeriods: (seconds: number, days?: boolean) => {
|
|
7
|
+
years: number;
|
|
8
|
+
months: number;
|
|
9
|
+
days: number;
|
|
10
|
+
hours: number;
|
|
11
|
+
minutes: number;
|
|
12
|
+
seconds: number;
|
|
13
|
+
};
|
|
14
|
+
export default getTimePeriods;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isAddress(value: any): string | false;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const isNumber: (s: string) => boolean;
|
|
2
|
+
export declare const floorFormatter: (n: number) => string;
|
|
3
|
+
export declare const volumeFormatter: (n: number) => string;
|
|
4
|
+
export declare const quantityFormatter: (n: number) => string;
|
|
5
|
+
export declare const roundWholePercentage: (n: number) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const remove0xPrefix: (str?: string) => string | undefined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rounds a number to precision amount of signifant numbers
|
|
3
|
+
* @param n the number
|
|
4
|
+
* @param precision how many significant numbers to show
|
|
5
|
+
* @returns @number
|
|
6
|
+
*/
|
|
7
|
+
export declare const getFirstNonZeroDigits: (numberToParse: number, precision?: number) => string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SortableKeys = 'bonus' | 'arr' | 'terms' | 'tokensRemaining';
|
|
3
|
+
type SortDirection = 'asc' | 'desc';
|
|
4
|
+
export interface SortOptions {
|
|
5
|
+
key: SortableKeys;
|
|
6
|
+
direction: SortDirection;
|
|
7
|
+
}
|
|
8
|
+
declare const Bonds: () => React.JSX.Element;
|
|
9
|
+
export default Bonds;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TrueBondPrices } from '../../../../types/bonds';
|
|
3
|
+
import { ChainId, LaunchBondTiers, Token } from '@ape.swap/apeswap-lists';
|
|
4
|
+
interface BondRowProps {
|
|
5
|
+
bondAddress: string;
|
|
6
|
+
bondChain: ChainId;
|
|
7
|
+
payoutToken: Token;
|
|
8
|
+
billType: string;
|
|
9
|
+
tag?: string;
|
|
10
|
+
bondSoldOut?: boolean;
|
|
11
|
+
trueBondPrices?: TrueBondPrices[];
|
|
12
|
+
minTier?: LaunchBondTiers;
|
|
13
|
+
bonus?: string;
|
|
14
|
+
airdropTooltip?: string;
|
|
15
|
+
vestingTermString: string;
|
|
16
|
+
vestingCliffString?: string;
|
|
17
|
+
percentageAvailable: number;
|
|
18
|
+
remainingTokensString: string;
|
|
19
|
+
projectURL?: string;
|
|
20
|
+
twitterURL?: string;
|
|
21
|
+
auditURL?: string;
|
|
22
|
+
}
|
|
23
|
+
declare const BondRow: React.FC<BondRowProps>;
|
|
24
|
+
export default BondRow;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../../types/bonds';
|
|
3
|
+
import { BaseBondConfig } from '@ape.swap/apeswap-lists';
|
|
4
|
+
export interface BondRowsByChainProps {
|
|
5
|
+
bonds: (BondsData | BaseBondConfig)[];
|
|
6
|
+
hideTitles: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const BondRowsByChain: React.FC<BondRowsByChainProps>;
|
|
9
|
+
export default BondRowsByChain;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../../types/bonds';
|
|
3
|
+
import { BaseBondConfig } from '@ape.swap/apeswap-lists';
|
|
4
|
+
export interface BondRowsWithTitleProps {
|
|
5
|
+
chain: number;
|
|
6
|
+
bonds: (BondsData | BaseBondConfig)[];
|
|
7
|
+
showHotBonds: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const BondRowsWithTitle: React.FC<BondRowsWithTitleProps>;
|
|
10
|
+
export default BondRowsWithTitle;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BondRowHeaderProps {
|
|
3
|
+
searchQuery: string;
|
|
4
|
+
setSearchQuery: (value: string) => void;
|
|
5
|
+
setChainFilterOption: (newValue: string[]) => void;
|
|
6
|
+
chainFilterOption: string[];
|
|
7
|
+
filterOptions: string[];
|
|
8
|
+
filterOption: string;
|
|
9
|
+
setFilterOption: (newOption: string) => void;
|
|
10
|
+
onSort: (key: 'bonus' | 'arr' | 'terms' | 'tokensRemaining') => void;
|
|
11
|
+
}
|
|
12
|
+
declare const BondsMenu: React.FC<BondRowHeaderProps>;
|
|
13
|
+
export default BondsMenu;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TrueBondPrices } from '../../../../types/bonds';
|
|
3
|
+
import { LaunchBondTiers } from '@ape.swap/apeswap-lists';
|
|
4
|
+
declare const BonusComponent: ({ trueBondPrices, minTier, bonus, airdropTooltip, tooltipPosition, }: {
|
|
5
|
+
trueBondPrices?: TrueBondPrices[];
|
|
6
|
+
minTier?: LaunchBondTiers;
|
|
7
|
+
bonus?: string;
|
|
8
|
+
airdropTooltip?: string;
|
|
9
|
+
tooltipPosition: "bottomRight" | "bottomLeft";
|
|
10
|
+
}) => React.JSX.Element;
|
|
11
|
+
export default BonusComponent;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { LaunchBondTiers } from '@ape.swap/apeswap-lists';
|
|
3
|
+
import { TrueBondPrices } from '../../../../types/bonds';
|
|
4
|
+
declare const BonusContainer: ({ trueBondPrices, minTier, bonus, airdropTooltip, tooltipPosition, }: {
|
|
5
|
+
trueBondPrices?: TrueBondPrices[];
|
|
6
|
+
minTier?: LaunchBondTiers;
|
|
7
|
+
bonus?: string;
|
|
8
|
+
airdropTooltip?: string;
|
|
9
|
+
tooltipPosition?: "bottomRight" | "bottomLeft";
|
|
10
|
+
}) => React.JSX.Element;
|
|
11
|
+
export default BonusContainer;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TrueBondPrices } from '../../../../types/bonds';
|
|
3
|
+
import { LaunchBondTiers } from '@ape.swap/apeswap-lists';
|
|
4
|
+
declare const BonusTable: ({ trueBondPrices, minTier, hideTitle, }: {
|
|
5
|
+
trueBondPrices?: TrueBondPrices[];
|
|
6
|
+
minTier?: LaunchBondTiers;
|
|
7
|
+
hideTitle?: boolean;
|
|
8
|
+
}) => React.JSX.Element;
|
|
9
|
+
export default BonusTable;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChainId } from '@ape.swap/apeswap-lists';
|
|
3
|
+
export interface SmallCardBond {
|
|
4
|
+
vestingTerm: number;
|
|
5
|
+
payoutTokenName: string;
|
|
6
|
+
contractAddress: string;
|
|
7
|
+
bonus: number;
|
|
8
|
+
chainId: ChainId;
|
|
9
|
+
}
|
|
10
|
+
declare const SmallRecommendationCard: ({ recommendation }: {
|
|
11
|
+
recommendation: SmallCardBond;
|
|
12
|
+
}) => React.JSX.Element;
|
|
13
|
+
export default SmallRecommendationCard;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChainId } from '@ape.swap/apeswap-lists';
|
|
3
|
+
export interface SmallCardBond {
|
|
4
|
+
vestingTerm: number;
|
|
5
|
+
payoutTokenName: string;
|
|
6
|
+
contractAddress: string;
|
|
7
|
+
bonus: number;
|
|
8
|
+
chainId: ChainId;
|
|
9
|
+
}
|
|
10
|
+
declare const RecommendationCards: () => React.JSX.Element;
|
|
11
|
+
export default RecommendationCards;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BondsData } from '../../types/bonds';
|
|
2
|
+
import { SortOptions } from './Bonds';
|
|
3
|
+
import { BillsConfig } from '@ape.swap/apeswap-lists';
|
|
4
|
+
export declare const isBondSoldOut: (bill: BondsData, showLowValueBonds?: boolean) => boolean;
|
|
5
|
+
export declare const sortBonds: (sortConfig?: SortOptions, bonds?: BondsData[]) => BondsData[];
|
|
6
|
+
export declare const vestingTime: (vestingTerm?: number) => {
|
|
7
|
+
years: number;
|
|
8
|
+
months: number;
|
|
9
|
+
days: number;
|
|
10
|
+
hours: number;
|
|
11
|
+
minutes: number;
|
|
12
|
+
seconds: number;
|
|
13
|
+
};
|
|
14
|
+
export declare const remainingPercentage: (bond: BondsData) => number;
|
|
15
|
+
export declare const getDiscountColor: (discount?: number) => string;
|
|
16
|
+
export declare const calculateARR: (bond: BondsData | BillsConfig, useTiers: boolean) => string;
|
|
17
|
+
export declare const isBondSupported: (SDKVersion: string, bondVersion: string) => boolean;
|
|
18
|
+
export declare const getRemainingTokensString: (bond: BondsData | BillsConfig) => string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface BuyBondProps {
|
|
3
|
+
onDismiss?: () => void;
|
|
4
|
+
bondAddress?: string;
|
|
5
|
+
bondChain?: number;
|
|
6
|
+
handlePurchasedBond?: (hash: string) => void;
|
|
7
|
+
isProjectView?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const BuyBond: React.FC<BuyBondProps>;
|
|
10
|
+
export default BuyBond;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../types/bonds';
|
|
3
|
+
declare const BondModalHeader: ({ bondData, onDismiss, showProjectInfoButton, }: {
|
|
4
|
+
bondData: BondsData;
|
|
5
|
+
onDismiss?: () => void;
|
|
6
|
+
showProjectInfoButton?: boolean;
|
|
7
|
+
}) => React.JSX.Element;
|
|
8
|
+
export default BondModalHeader;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../types/bonds';
|
|
3
|
+
declare const Estimations: ({ depositAmount, bondData, youSpendString, isZap, fetchingZapQuote, zapError, }: {
|
|
4
|
+
depositAmount: string;
|
|
5
|
+
bondData: BondsData;
|
|
6
|
+
youSpendString?: string;
|
|
7
|
+
isZap?: boolean;
|
|
8
|
+
fetchingZapQuote?: boolean;
|
|
9
|
+
zapError?: boolean;
|
|
10
|
+
}) => React.JSX.Element;
|
|
11
|
+
export default Estimations;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../../types/bonds';
|
|
3
|
+
interface GetUpToComponentProps {
|
|
4
|
+
bond: BondsData;
|
|
5
|
+
depositAmount: string;
|
|
6
|
+
}
|
|
7
|
+
declare const GetUpToComponent: React.FC<GetUpToComponentProps>;
|
|
8
|
+
export default GetUpToComponent;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../../types/bonds';
|
|
3
|
+
declare const NewRateModal: ({ bond, zapTrueBondPrice, depositAmount, youSpendString, fetchingZapQuote, zapError, onDismiss, }: {
|
|
4
|
+
bond?: BondsData;
|
|
5
|
+
zapTrueBondPrice?: string;
|
|
6
|
+
depositAmount: string;
|
|
7
|
+
youSpendString?: string;
|
|
8
|
+
fetchingZapQuote?: boolean;
|
|
9
|
+
zapError?: boolean;
|
|
10
|
+
onDismiss?: () => void;
|
|
11
|
+
}) => React.JSX.Element;
|
|
12
|
+
export default NewRateModal;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BondsData, TrueBondPrices } from '../../types/bonds';
|
|
2
|
+
/**
|
|
3
|
+
* Finds the highest TrueBondPrices element where userPoints is higher than points in the array.
|
|
4
|
+
* @param userPoints - The user's points as a string representing a BigNumber.
|
|
5
|
+
* @param bondData - Bond Data containing an array of TrueBondPrices to analyze.
|
|
6
|
+
* @returns The highest TrueBondPrices element where userPoints is higher than the item's points, or `undefined` if none matches.
|
|
7
|
+
*/
|
|
8
|
+
export declare const findHighestTrueBondPrice: (userPoints?: string | null, bondData?: BondsData) => TrueBondPrices | undefined;
|
|
9
|
+
export declare const findHighestTrueBondPrices: (userPoints?: string | null, trueBondPrices?: TrueBondPrices[]) => TrueBondPrices | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* Finds the TrueBondPrices element with the highest points in the array, regardless of user points.
|
|
12
|
+
* @param bondData - Bond Data containing an array of TrueBondPrices to analyze.
|
|
13
|
+
* @returns The TrueBondPrices element with the highest points, or `undefined` if no data is available.
|
|
14
|
+
*/
|
|
15
|
+
export declare const findHighestTrueBondPriceUserAgnostic: (bondData?: BondsData) => TrueBondPrices | undefined;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BuyBondProps } from './BuyBond';
|
|
3
|
+
import { SDKProps } from '../../state/useSDKConfig';
|
|
4
|
+
interface Props extends SDKProps, BuyBondProps {
|
|
5
|
+
}
|
|
6
|
+
declare const BuyBondModalWithProviders: React.FC<Props>;
|
|
7
|
+
export default BuyBondModalWithProviders;
|