@ape.swap/bonds-sdk 1.0.779 → 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/AccordionText/index.d.ts +9 -0
- 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 +3 -2
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +8 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +15 -0
- 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 +3 -2
- 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 +10 -2
- package/dist/config/constants/tokens.d.ts +3 -6
- package/dist/config/constants/zapInputTokens.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/providers/index.d.ts +0 -3
- package/dist/scss/AccordionText.scss +11 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +305 -234
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/TokenInfoName.scss +60 -0
- 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 +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- 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 +3 -0
- 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 +12 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- 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 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +7 -6
- 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 +7 -10
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- 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/dist/views/ZapModal/index.d.ts +14 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +24 -24
- 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 -61
- 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 -18
- 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/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 -24
- package/dist/config/constants/tokens.js +0 -452
- package/dist/config/constants/tutorials.js +0 -80
- 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/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -12
- 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/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 -277
- 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/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/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,164 +1,122 @@
|
|
|
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 interface EnsPublicResolverInterface extends utils.Interface {
|
|
6
6
|
functions: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
7
|
+
'ABI(bytes32,uint256)': FunctionFragment;
|
|
8
|
+
'addr(bytes32)': FunctionFragment;
|
|
9
|
+
'authorisations(bytes32,address,address)': FunctionFragment;
|
|
10
|
+
'clearDNSZone(bytes32)': FunctionFragment;
|
|
11
|
+
'contenthash(bytes32)': FunctionFragment;
|
|
12
|
+
'dnsRecord(bytes32,bytes32,uint16)': FunctionFragment;
|
|
13
|
+
'hasDNSRecords(bytes32,bytes32)': FunctionFragment;
|
|
14
|
+
'interfaceImplementer(bytes32,bytes4)': FunctionFragment;
|
|
15
|
+
'name(bytes32)': FunctionFragment;
|
|
16
|
+
'pubkey(bytes32)': FunctionFragment;
|
|
17
|
+
'setABI(bytes32,uint256,bytes)': FunctionFragment;
|
|
18
|
+
'setAddr(bytes32,uint256,bytes)': FunctionFragment;
|
|
19
|
+
'setAddr(bytes32,address)': FunctionFragment;
|
|
20
|
+
'setAuthorisation(bytes32,address,bool)': FunctionFragment;
|
|
21
|
+
'setContenthash(bytes32,bytes)': FunctionFragment;
|
|
22
|
+
'setDNSRecords(bytes32,bytes)': FunctionFragment;
|
|
23
|
+
'setInterface(bytes32,bytes4,address)': FunctionFragment;
|
|
24
|
+
'setName(bytes32,string)': FunctionFragment;
|
|
25
|
+
'setPubkey(bytes32,bytes32,bytes32)': FunctionFragment;
|
|
26
|
+
'setText(bytes32,string,string)': FunctionFragment;
|
|
27
|
+
'supportsInterface(bytes4)': FunctionFragment;
|
|
28
|
+
'text(bytes32,string)': FunctionFragment;
|
|
29
29
|
};
|
|
30
|
-
getFunction(nameOrSignatureOrTopic:
|
|
31
|
-
encodeFunctionData(functionFragment:
|
|
32
|
-
encodeFunctionData(functionFragment:
|
|
33
|
-
encodeFunctionData(functionFragment:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
]): string;
|
|
38
|
-
encodeFunctionData(functionFragment:
|
|
39
|
-
encodeFunctionData(functionFragment:
|
|
40
|
-
encodeFunctionData(functionFragment:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
]): string;
|
|
45
|
-
encodeFunctionData(functionFragment:
|
|
46
|
-
encodeFunctionData(functionFragment:
|
|
47
|
-
encodeFunctionData(functionFragment:
|
|
48
|
-
encodeFunctionData(functionFragment:
|
|
49
|
-
encodeFunctionData(functionFragment:
|
|
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
|
-
PromiseOrValue<BytesLike>,
|
|
76
|
-
PromiseOrValue<BytesLike>
|
|
77
|
-
]): string;
|
|
78
|
-
encodeFunctionData(functionFragment: "setText", values: [
|
|
79
|
-
PromiseOrValue<BytesLike>,
|
|
80
|
-
PromiseOrValue<string>,
|
|
81
|
-
PromiseOrValue<string>
|
|
82
|
-
]): string;
|
|
83
|
-
encodeFunctionData(functionFragment: "supportsInterface", values: [PromiseOrValue<BytesLike>]): string;
|
|
84
|
-
encodeFunctionData(functionFragment: "text", values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
85
|
-
decodeFunctionResult(functionFragment: "ABI", data: BytesLike): Result;
|
|
86
|
-
decodeFunctionResult(functionFragment: "addr", data: BytesLike): Result;
|
|
87
|
-
decodeFunctionResult(functionFragment: "authorisations", data: BytesLike): Result;
|
|
88
|
-
decodeFunctionResult(functionFragment: "clearDNSZone", data: BytesLike): Result;
|
|
89
|
-
decodeFunctionResult(functionFragment: "contenthash", data: BytesLike): Result;
|
|
90
|
-
decodeFunctionResult(functionFragment: "dnsRecord", data: BytesLike): Result;
|
|
91
|
-
decodeFunctionResult(functionFragment: "hasDNSRecords", data: BytesLike): Result;
|
|
92
|
-
decodeFunctionResult(functionFragment: "interfaceImplementer", data: BytesLike): Result;
|
|
93
|
-
decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
|
|
94
|
-
decodeFunctionResult(functionFragment: "pubkey", data: BytesLike): Result;
|
|
95
|
-
decodeFunctionResult(functionFragment: "setABI", data: BytesLike): Result;
|
|
96
|
-
decodeFunctionResult(functionFragment: "setAddr(bytes32,uint256,bytes)", data: BytesLike): Result;
|
|
97
|
-
decodeFunctionResult(functionFragment: "setAddr(bytes32,address)", data: BytesLike): Result;
|
|
98
|
-
decodeFunctionResult(functionFragment: "setAuthorisation", data: BytesLike): Result;
|
|
99
|
-
decodeFunctionResult(functionFragment: "setContenthash", data: BytesLike): Result;
|
|
100
|
-
decodeFunctionResult(functionFragment: "setDNSRecords", data: BytesLike): Result;
|
|
101
|
-
decodeFunctionResult(functionFragment: "setInterface", data: BytesLike): Result;
|
|
102
|
-
decodeFunctionResult(functionFragment: "setName", data: BytesLike): Result;
|
|
103
|
-
decodeFunctionResult(functionFragment: "setPubkey", data: BytesLike): Result;
|
|
104
|
-
decodeFunctionResult(functionFragment: "setText", data: BytesLike): Result;
|
|
105
|
-
decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result;
|
|
106
|
-
decodeFunctionResult(functionFragment: "text", data: BytesLike): Result;
|
|
30
|
+
getFunction(nameOrSignatureOrTopic: 'ABI' | 'addr' | 'authorisations' | 'clearDNSZone' | 'contenthash' | 'dnsRecord' | 'hasDNSRecords' | 'interfaceImplementer' | 'name' | 'pubkey' | 'setABI' | 'setAddr(bytes32,uint256,bytes)' | 'setAddr(bytes32,address)' | 'setAuthorisation' | 'setContenthash' | 'setDNSRecords' | 'setInterface' | 'setName' | 'setPubkey' | 'setText' | 'supportsInterface' | 'text'): FunctionFragment;
|
|
31
|
+
encodeFunctionData(functionFragment: 'ABI', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BigNumberish>]): string;
|
|
32
|
+
encodeFunctionData(functionFragment: 'addr', values: [PromiseOrValue<BytesLike>]): string;
|
|
33
|
+
encodeFunctionData(functionFragment: 'authorisations', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>, PromiseOrValue<string>]): string;
|
|
34
|
+
encodeFunctionData(functionFragment: 'clearDNSZone', values: [PromiseOrValue<BytesLike>]): string;
|
|
35
|
+
encodeFunctionData(functionFragment: 'contenthash', values: [PromiseOrValue<BytesLike>]): string;
|
|
36
|
+
encodeFunctionData(functionFragment: 'dnsRecord', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>, PromiseOrValue<BigNumberish>]): string;
|
|
37
|
+
encodeFunctionData(functionFragment: 'hasDNSRecords', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>]): string;
|
|
38
|
+
encodeFunctionData(functionFragment: 'interfaceImplementer', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>]): string;
|
|
39
|
+
encodeFunctionData(functionFragment: 'name', values: [PromiseOrValue<BytesLike>]): string;
|
|
40
|
+
encodeFunctionData(functionFragment: 'pubkey', values: [PromiseOrValue<BytesLike>]): string;
|
|
41
|
+
encodeFunctionData(functionFragment: 'setABI', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BigNumberish>, PromiseOrValue<BytesLike>]): string;
|
|
42
|
+
encodeFunctionData(functionFragment: 'setAddr(bytes32,uint256,bytes)', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BigNumberish>, PromiseOrValue<BytesLike>]): string;
|
|
43
|
+
encodeFunctionData(functionFragment: 'setAddr(bytes32,address)', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
44
|
+
encodeFunctionData(functionFragment: 'setAuthorisation', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>, PromiseOrValue<boolean>]): string;
|
|
45
|
+
encodeFunctionData(functionFragment: 'setContenthash', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>]): string;
|
|
46
|
+
encodeFunctionData(functionFragment: 'setDNSRecords', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>]): string;
|
|
47
|
+
encodeFunctionData(functionFragment: 'setInterface', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
48
|
+
encodeFunctionData(functionFragment: 'setName', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
49
|
+
encodeFunctionData(functionFragment: 'setPubkey', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>, PromiseOrValue<BytesLike>]): string;
|
|
50
|
+
encodeFunctionData(functionFragment: 'setText', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>, PromiseOrValue<string>]): string;
|
|
51
|
+
encodeFunctionData(functionFragment: 'supportsInterface', values: [PromiseOrValue<BytesLike>]): string;
|
|
52
|
+
encodeFunctionData(functionFragment: 'text', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
53
|
+
decodeFunctionResult(functionFragment: 'ABI', data: BytesLike): Result;
|
|
54
|
+
decodeFunctionResult(functionFragment: 'addr', data: BytesLike): Result;
|
|
55
|
+
decodeFunctionResult(functionFragment: 'authorisations', data: BytesLike): Result;
|
|
56
|
+
decodeFunctionResult(functionFragment: 'clearDNSZone', data: BytesLike): Result;
|
|
57
|
+
decodeFunctionResult(functionFragment: 'contenthash', data: BytesLike): Result;
|
|
58
|
+
decodeFunctionResult(functionFragment: 'dnsRecord', data: BytesLike): Result;
|
|
59
|
+
decodeFunctionResult(functionFragment: 'hasDNSRecords', data: BytesLike): Result;
|
|
60
|
+
decodeFunctionResult(functionFragment: 'interfaceImplementer', data: BytesLike): Result;
|
|
61
|
+
decodeFunctionResult(functionFragment: 'name', data: BytesLike): Result;
|
|
62
|
+
decodeFunctionResult(functionFragment: 'pubkey', data: BytesLike): Result;
|
|
63
|
+
decodeFunctionResult(functionFragment: 'setABI', data: BytesLike): Result;
|
|
64
|
+
decodeFunctionResult(functionFragment: 'setAddr(bytes32,uint256,bytes)', data: BytesLike): Result;
|
|
65
|
+
decodeFunctionResult(functionFragment: 'setAddr(bytes32,address)', data: BytesLike): Result;
|
|
66
|
+
decodeFunctionResult(functionFragment: 'setAuthorisation', data: BytesLike): Result;
|
|
67
|
+
decodeFunctionResult(functionFragment: 'setContenthash', data: BytesLike): Result;
|
|
68
|
+
decodeFunctionResult(functionFragment: 'setDNSRecords', data: BytesLike): Result;
|
|
69
|
+
decodeFunctionResult(functionFragment: 'setInterface', data: BytesLike): Result;
|
|
70
|
+
decodeFunctionResult(functionFragment: 'setName', data: BytesLike): Result;
|
|
71
|
+
decodeFunctionResult(functionFragment: 'setPubkey', data: BytesLike): Result;
|
|
72
|
+
decodeFunctionResult(functionFragment: 'setText', data: BytesLike): Result;
|
|
73
|
+
decodeFunctionResult(functionFragment: 'supportsInterface', data: BytesLike): Result;
|
|
74
|
+
decodeFunctionResult(functionFragment: 'text', data: BytesLike): Result;
|
|
107
75
|
events: {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
76
|
+
'ABIChanged(bytes32,uint256)': EventFragment;
|
|
77
|
+
'AddrChanged(bytes32,address)': EventFragment;
|
|
78
|
+
'AddressChanged(bytes32,uint256,bytes)': EventFragment;
|
|
79
|
+
'AuthorisationChanged(bytes32,address,address,bool)': EventFragment;
|
|
80
|
+
'ContenthashChanged(bytes32,bytes)': EventFragment;
|
|
81
|
+
'DNSRecordChanged(bytes32,bytes,uint16,bytes)': EventFragment;
|
|
82
|
+
'DNSRecordDeleted(bytes32,bytes,uint16)': EventFragment;
|
|
83
|
+
'DNSZoneCleared(bytes32)': EventFragment;
|
|
84
|
+
'InterfaceChanged(bytes32,bytes4,address)': EventFragment;
|
|
85
|
+
'NameChanged(bytes32,string)': EventFragment;
|
|
86
|
+
'PubkeyChanged(bytes32,bytes32,bytes32)': EventFragment;
|
|
87
|
+
'TextChanged(bytes32,string,string)': EventFragment;
|
|
120
88
|
};
|
|
121
|
-
getEvent(nameOrSignatureOrTopic:
|
|
122
|
-
getEvent(nameOrSignatureOrTopic:
|
|
123
|
-
getEvent(nameOrSignatureOrTopic:
|
|
124
|
-
getEvent(nameOrSignatureOrTopic:
|
|
125
|
-
getEvent(nameOrSignatureOrTopic:
|
|
126
|
-
getEvent(nameOrSignatureOrTopic:
|
|
127
|
-
getEvent(nameOrSignatureOrTopic:
|
|
128
|
-
getEvent(nameOrSignatureOrTopic:
|
|
129
|
-
getEvent(nameOrSignatureOrTopic:
|
|
130
|
-
getEvent(nameOrSignatureOrTopic:
|
|
131
|
-
getEvent(nameOrSignatureOrTopic:
|
|
132
|
-
getEvent(nameOrSignatureOrTopic:
|
|
89
|
+
getEvent(nameOrSignatureOrTopic: 'ABIChanged'): EventFragment;
|
|
90
|
+
getEvent(nameOrSignatureOrTopic: 'AddrChanged'): EventFragment;
|
|
91
|
+
getEvent(nameOrSignatureOrTopic: 'AddressChanged'): EventFragment;
|
|
92
|
+
getEvent(nameOrSignatureOrTopic: 'AuthorisationChanged'): EventFragment;
|
|
93
|
+
getEvent(nameOrSignatureOrTopic: 'ContenthashChanged'): EventFragment;
|
|
94
|
+
getEvent(nameOrSignatureOrTopic: 'DNSRecordChanged'): EventFragment;
|
|
95
|
+
getEvent(nameOrSignatureOrTopic: 'DNSRecordDeleted'): EventFragment;
|
|
96
|
+
getEvent(nameOrSignatureOrTopic: 'DNSZoneCleared'): EventFragment;
|
|
97
|
+
getEvent(nameOrSignatureOrTopic: 'InterfaceChanged'): EventFragment;
|
|
98
|
+
getEvent(nameOrSignatureOrTopic: 'NameChanged'): EventFragment;
|
|
99
|
+
getEvent(nameOrSignatureOrTopic: 'PubkeyChanged'): EventFragment;
|
|
100
|
+
getEvent(nameOrSignatureOrTopic: 'TextChanged'): EventFragment;
|
|
133
101
|
}
|
|
134
102
|
export interface ABIChangedEventObject {
|
|
135
103
|
node: string;
|
|
136
104
|
contentType: BigNumber;
|
|
137
105
|
}
|
|
138
|
-
export type ABIChangedEvent = TypedEvent<[
|
|
139
|
-
string,
|
|
140
|
-
BigNumber
|
|
141
|
-
], ABIChangedEventObject>;
|
|
106
|
+
export type ABIChangedEvent = TypedEvent<[string, BigNumber], ABIChangedEventObject>;
|
|
142
107
|
export type ABIChangedEventFilter = TypedEventFilter<ABIChangedEvent>;
|
|
143
108
|
export interface AddrChangedEventObject {
|
|
144
109
|
node: string;
|
|
145
110
|
a: string;
|
|
146
111
|
}
|
|
147
|
-
export type AddrChangedEvent = TypedEvent<[
|
|
148
|
-
string,
|
|
149
|
-
string
|
|
150
|
-
], AddrChangedEventObject>;
|
|
112
|
+
export type AddrChangedEvent = TypedEvent<[string, string], AddrChangedEventObject>;
|
|
151
113
|
export type AddrChangedEventFilter = TypedEventFilter<AddrChangedEvent>;
|
|
152
114
|
export interface AddressChangedEventObject {
|
|
153
115
|
node: string;
|
|
154
116
|
coinType: BigNumber;
|
|
155
117
|
newAddress: string;
|
|
156
118
|
}
|
|
157
|
-
export type AddressChangedEvent = TypedEvent<[
|
|
158
|
-
string,
|
|
159
|
-
BigNumber,
|
|
160
|
-
string
|
|
161
|
-
], AddressChangedEventObject>;
|
|
119
|
+
export type AddressChangedEvent = TypedEvent<[string, BigNumber, string], AddressChangedEventObject>;
|
|
162
120
|
export type AddressChangedEventFilter = TypedEventFilter<AddressChangedEvent>;
|
|
163
121
|
export interface AuthorisationChangedEventObject {
|
|
164
122
|
node: string;
|
|
@@ -166,21 +124,13 @@ export interface AuthorisationChangedEventObject {
|
|
|
166
124
|
target: string;
|
|
167
125
|
isAuthorised: boolean;
|
|
168
126
|
}
|
|
169
|
-
export type AuthorisationChangedEvent = TypedEvent<[
|
|
170
|
-
string,
|
|
171
|
-
string,
|
|
172
|
-
string,
|
|
173
|
-
boolean
|
|
174
|
-
], AuthorisationChangedEventObject>;
|
|
127
|
+
export type AuthorisationChangedEvent = TypedEvent<[string, string, string, boolean], AuthorisationChangedEventObject>;
|
|
175
128
|
export type AuthorisationChangedEventFilter = TypedEventFilter<AuthorisationChangedEvent>;
|
|
176
129
|
export interface ContenthashChangedEventObject {
|
|
177
130
|
node: string;
|
|
178
131
|
hash: string;
|
|
179
132
|
}
|
|
180
|
-
export type ContenthashChangedEvent = TypedEvent<[
|
|
181
|
-
string,
|
|
182
|
-
string
|
|
183
|
-
], ContenthashChangedEventObject>;
|
|
133
|
+
export type ContenthashChangedEvent = TypedEvent<[string, string], ContenthashChangedEventObject>;
|
|
184
134
|
export type ContenthashChangedEventFilter = TypedEventFilter<ContenthashChangedEvent>;
|
|
185
135
|
export interface DNSRecordChangedEventObject {
|
|
186
136
|
node: string;
|
|
@@ -188,72 +138,46 @@ export interface DNSRecordChangedEventObject {
|
|
|
188
138
|
resource: number;
|
|
189
139
|
record: string;
|
|
190
140
|
}
|
|
191
|
-
export type DNSRecordChangedEvent = TypedEvent<[
|
|
192
|
-
string,
|
|
193
|
-
string,
|
|
194
|
-
number,
|
|
195
|
-
string
|
|
196
|
-
], DNSRecordChangedEventObject>;
|
|
141
|
+
export type DNSRecordChangedEvent = TypedEvent<[string, string, number, string], DNSRecordChangedEventObject>;
|
|
197
142
|
export type DNSRecordChangedEventFilter = TypedEventFilter<DNSRecordChangedEvent>;
|
|
198
143
|
export interface DNSRecordDeletedEventObject {
|
|
199
144
|
node: string;
|
|
200
145
|
name: string;
|
|
201
146
|
resource: number;
|
|
202
147
|
}
|
|
203
|
-
export type DNSRecordDeletedEvent = TypedEvent<[
|
|
204
|
-
string,
|
|
205
|
-
string,
|
|
206
|
-
number
|
|
207
|
-
], DNSRecordDeletedEventObject>;
|
|
148
|
+
export type DNSRecordDeletedEvent = TypedEvent<[string, string, number], DNSRecordDeletedEventObject>;
|
|
208
149
|
export type DNSRecordDeletedEventFilter = TypedEventFilter<DNSRecordDeletedEvent>;
|
|
209
150
|
export interface DNSZoneClearedEventObject {
|
|
210
151
|
node: string;
|
|
211
152
|
}
|
|
212
|
-
export type DNSZoneClearedEvent = TypedEvent<[
|
|
213
|
-
string
|
|
214
|
-
], DNSZoneClearedEventObject>;
|
|
153
|
+
export type DNSZoneClearedEvent = TypedEvent<[string], DNSZoneClearedEventObject>;
|
|
215
154
|
export type DNSZoneClearedEventFilter = TypedEventFilter<DNSZoneClearedEvent>;
|
|
216
155
|
export interface InterfaceChangedEventObject {
|
|
217
156
|
node: string;
|
|
218
157
|
interfaceID: string;
|
|
219
158
|
implementer: string;
|
|
220
159
|
}
|
|
221
|
-
export type InterfaceChangedEvent = TypedEvent<[
|
|
222
|
-
string,
|
|
223
|
-
string,
|
|
224
|
-
string
|
|
225
|
-
], InterfaceChangedEventObject>;
|
|
160
|
+
export type InterfaceChangedEvent = TypedEvent<[string, string, string], InterfaceChangedEventObject>;
|
|
226
161
|
export type InterfaceChangedEventFilter = TypedEventFilter<InterfaceChangedEvent>;
|
|
227
162
|
export interface NameChangedEventObject {
|
|
228
163
|
node: string;
|
|
229
164
|
name: string;
|
|
230
165
|
}
|
|
231
|
-
export type NameChangedEvent = TypedEvent<[
|
|
232
|
-
string,
|
|
233
|
-
string
|
|
234
|
-
], NameChangedEventObject>;
|
|
166
|
+
export type NameChangedEvent = TypedEvent<[string, string], NameChangedEventObject>;
|
|
235
167
|
export type NameChangedEventFilter = TypedEventFilter<NameChangedEvent>;
|
|
236
168
|
export interface PubkeyChangedEventObject {
|
|
237
169
|
node: string;
|
|
238
170
|
x: string;
|
|
239
171
|
y: string;
|
|
240
172
|
}
|
|
241
|
-
export type PubkeyChangedEvent = TypedEvent<[
|
|
242
|
-
string,
|
|
243
|
-
string,
|
|
244
|
-
string
|
|
245
|
-
], PubkeyChangedEventObject>;
|
|
173
|
+
export type PubkeyChangedEvent = TypedEvent<[string, string, string], PubkeyChangedEventObject>;
|
|
246
174
|
export type PubkeyChangedEventFilter = TypedEventFilter<PubkeyChangedEvent>;
|
|
247
175
|
export interface TextChangedEventObject {
|
|
248
176
|
node: string;
|
|
249
177
|
indexedKey: string;
|
|
250
178
|
key: string;
|
|
251
179
|
}
|
|
252
|
-
export type TextChangedEvent = TypedEvent<[
|
|
253
|
-
string,
|
|
254
|
-
string,
|
|
255
|
-
string
|
|
256
|
-
], TextChangedEventObject>;
|
|
180
|
+
export type TextChangedEvent = TypedEvent<[string, string, string], TextChangedEventObject>;
|
|
257
181
|
export type TextChangedEventFilter = TypedEventFilter<TextChangedEvent>;
|
|
258
182
|
export interface EnsPublicResolver extends BaseContract {
|
|
259
183
|
connect(signerOrProvider: Signer | Provider | string): this;
|
|
@@ -288,10 +212,10 @@ export interface EnsPublicResolver extends BaseContract {
|
|
|
288
212
|
setABI(node: PromiseOrValue<BytesLike>, contentType: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
289
213
|
from?: PromiseOrValue<string>;
|
|
290
214
|
}): Promise<ContractTransaction>;
|
|
291
|
-
|
|
215
|
+
'setAddr(bytes32,uint256,bytes)'(node: PromiseOrValue<BytesLike>, coinType: PromiseOrValue<BigNumberish>, a: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
292
216
|
from?: PromiseOrValue<string>;
|
|
293
217
|
}): Promise<ContractTransaction>;
|
|
294
|
-
|
|
218
|
+
'setAddr(bytes32,address)'(node: PromiseOrValue<BytesLike>, a: PromiseOrValue<string>, overrides?: Overrides & {
|
|
295
219
|
from?: PromiseOrValue<string>;
|
|
296
220
|
}): Promise<ContractTransaction>;
|
|
297
221
|
setAuthorisation(node: PromiseOrValue<BytesLike>, target: PromiseOrValue<string>, isAuthorised: PromiseOrValue<boolean>, overrides?: Overrides & {
|
|
@@ -336,10 +260,10 @@ export interface EnsPublicResolver extends BaseContract {
|
|
|
336
260
|
setABI(node: PromiseOrValue<BytesLike>, contentType: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
337
261
|
from?: PromiseOrValue<string>;
|
|
338
262
|
}): Promise<ContractTransaction>;
|
|
339
|
-
|
|
263
|
+
'setAddr(bytes32,uint256,bytes)'(node: PromiseOrValue<BytesLike>, coinType: PromiseOrValue<BigNumberish>, a: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
340
264
|
from?: PromiseOrValue<string>;
|
|
341
265
|
}): Promise<ContractTransaction>;
|
|
342
|
-
|
|
266
|
+
'setAddr(bytes32,address)'(node: PromiseOrValue<BytesLike>, a: PromiseOrValue<string>, overrides?: Overrides & {
|
|
343
267
|
from?: PromiseOrValue<string>;
|
|
344
268
|
}): Promise<ContractTransaction>;
|
|
345
269
|
setAuthorisation(node: PromiseOrValue<BytesLike>, target: PromiseOrValue<string>, isAuthorised: PromiseOrValue<boolean>, overrides?: Overrides & {
|
|
@@ -380,8 +304,8 @@ export interface EnsPublicResolver extends BaseContract {
|
|
|
380
304
|
y: string;
|
|
381
305
|
}>;
|
|
382
306
|
setABI(node: PromiseOrValue<BytesLike>, contentType: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
|
|
383
|
-
|
|
384
|
-
|
|
307
|
+
'setAddr(bytes32,uint256,bytes)'(node: PromiseOrValue<BytesLike>, coinType: PromiseOrValue<BigNumberish>, a: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
|
|
308
|
+
'setAddr(bytes32,address)'(node: PromiseOrValue<BytesLike>, a: PromiseOrValue<string>, overrides?: CallOverrides): Promise<void>;
|
|
385
309
|
setAuthorisation(node: PromiseOrValue<BytesLike>, target: PromiseOrValue<string>, isAuthorised: PromiseOrValue<boolean>, overrides?: CallOverrides): Promise<void>;
|
|
386
310
|
setContenthash(node: PromiseOrValue<BytesLike>, hash: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
|
|
387
311
|
setDNSRecords(node: PromiseOrValue<BytesLike>, data: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<void>;
|
|
@@ -393,29 +317,29 @@ export interface EnsPublicResolver extends BaseContract {
|
|
|
393
317
|
text(node: PromiseOrValue<BytesLike>, key: PromiseOrValue<string>, overrides?: CallOverrides): Promise<string>;
|
|
394
318
|
};
|
|
395
319
|
filters: {
|
|
396
|
-
|
|
320
|
+
'ABIChanged(bytes32,uint256)'(node?: PromiseOrValue<BytesLike> | null, contentType?: PromiseOrValue<BigNumberish> | null): ABIChangedEventFilter;
|
|
397
321
|
ABIChanged(node?: PromiseOrValue<BytesLike> | null, contentType?: PromiseOrValue<BigNumberish> | null): ABIChangedEventFilter;
|
|
398
|
-
|
|
322
|
+
'AddrChanged(bytes32,address)'(node?: PromiseOrValue<BytesLike> | null, a?: null): AddrChangedEventFilter;
|
|
399
323
|
AddrChanged(node?: PromiseOrValue<BytesLike> | null, a?: null): AddrChangedEventFilter;
|
|
400
|
-
|
|
324
|
+
'AddressChanged(bytes32,uint256,bytes)'(node?: PromiseOrValue<BytesLike> | null, coinType?: null, newAddress?: null): AddressChangedEventFilter;
|
|
401
325
|
AddressChanged(node?: PromiseOrValue<BytesLike> | null, coinType?: null, newAddress?: null): AddressChangedEventFilter;
|
|
402
|
-
|
|
326
|
+
'AuthorisationChanged(bytes32,address,address,bool)'(node?: PromiseOrValue<BytesLike> | null, owner?: PromiseOrValue<string> | null, target?: PromiseOrValue<string> | null, isAuthorised?: null): AuthorisationChangedEventFilter;
|
|
403
327
|
AuthorisationChanged(node?: PromiseOrValue<BytesLike> | null, owner?: PromiseOrValue<string> | null, target?: PromiseOrValue<string> | null, isAuthorised?: null): AuthorisationChangedEventFilter;
|
|
404
|
-
|
|
328
|
+
'ContenthashChanged(bytes32,bytes)'(node?: PromiseOrValue<BytesLike> | null, hash?: null): ContenthashChangedEventFilter;
|
|
405
329
|
ContenthashChanged(node?: PromiseOrValue<BytesLike> | null, hash?: null): ContenthashChangedEventFilter;
|
|
406
|
-
|
|
330
|
+
'DNSRecordChanged(bytes32,bytes,uint16,bytes)'(node?: PromiseOrValue<BytesLike> | null, name?: null, resource?: null, record?: null): DNSRecordChangedEventFilter;
|
|
407
331
|
DNSRecordChanged(node?: PromiseOrValue<BytesLike> | null, name?: null, resource?: null, record?: null): DNSRecordChangedEventFilter;
|
|
408
|
-
|
|
332
|
+
'DNSRecordDeleted(bytes32,bytes,uint16)'(node?: PromiseOrValue<BytesLike> | null, name?: null, resource?: null): DNSRecordDeletedEventFilter;
|
|
409
333
|
DNSRecordDeleted(node?: PromiseOrValue<BytesLike> | null, name?: null, resource?: null): DNSRecordDeletedEventFilter;
|
|
410
|
-
|
|
334
|
+
'DNSZoneCleared(bytes32)'(node?: PromiseOrValue<BytesLike> | null): DNSZoneClearedEventFilter;
|
|
411
335
|
DNSZoneCleared(node?: PromiseOrValue<BytesLike> | null): DNSZoneClearedEventFilter;
|
|
412
|
-
|
|
336
|
+
'InterfaceChanged(bytes32,bytes4,address)'(node?: PromiseOrValue<BytesLike> | null, interfaceID?: PromiseOrValue<BytesLike> | null, implementer?: null): InterfaceChangedEventFilter;
|
|
413
337
|
InterfaceChanged(node?: PromiseOrValue<BytesLike> | null, interfaceID?: PromiseOrValue<BytesLike> | null, implementer?: null): InterfaceChangedEventFilter;
|
|
414
|
-
|
|
338
|
+
'NameChanged(bytes32,string)'(node?: PromiseOrValue<BytesLike> | null, name?: null): NameChangedEventFilter;
|
|
415
339
|
NameChanged(node?: PromiseOrValue<BytesLike> | null, name?: null): NameChangedEventFilter;
|
|
416
|
-
|
|
340
|
+
'PubkeyChanged(bytes32,bytes32,bytes32)'(node?: PromiseOrValue<BytesLike> | null, x?: null, y?: null): PubkeyChangedEventFilter;
|
|
417
341
|
PubkeyChanged(node?: PromiseOrValue<BytesLike> | null, x?: null, y?: null): PubkeyChangedEventFilter;
|
|
418
|
-
|
|
342
|
+
'TextChanged(bytes32,string,string)'(node?: PromiseOrValue<BytesLike> | null, indexedKey?: PromiseOrValue<string> | null, key?: null): TextChangedEventFilter;
|
|
419
343
|
TextChanged(node?: PromiseOrValue<BytesLike> | null, indexedKey?: PromiseOrValue<string> | null, key?: null): TextChangedEventFilter;
|
|
420
344
|
};
|
|
421
345
|
estimateGas: {
|
|
@@ -434,10 +358,10 @@ export interface EnsPublicResolver extends BaseContract {
|
|
|
434
358
|
setABI(node: PromiseOrValue<BytesLike>, contentType: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
435
359
|
from?: PromiseOrValue<string>;
|
|
436
360
|
}): Promise<BigNumber>;
|
|
437
|
-
|
|
361
|
+
'setAddr(bytes32,uint256,bytes)'(node: PromiseOrValue<BytesLike>, coinType: PromiseOrValue<BigNumberish>, a: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
438
362
|
from?: PromiseOrValue<string>;
|
|
439
363
|
}): Promise<BigNumber>;
|
|
440
|
-
|
|
364
|
+
'setAddr(bytes32,address)'(node: PromiseOrValue<BytesLike>, a: PromiseOrValue<string>, overrides?: Overrides & {
|
|
441
365
|
from?: PromiseOrValue<string>;
|
|
442
366
|
}): Promise<BigNumber>;
|
|
443
367
|
setAuthorisation(node: PromiseOrValue<BytesLike>, target: PromiseOrValue<string>, isAuthorised: PromiseOrValue<boolean>, overrides?: Overrides & {
|
|
@@ -480,10 +404,10 @@ export interface EnsPublicResolver extends BaseContract {
|
|
|
480
404
|
setABI(node: PromiseOrValue<BytesLike>, contentType: PromiseOrValue<BigNumberish>, data: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
481
405
|
from?: PromiseOrValue<string>;
|
|
482
406
|
}): Promise<PopulatedTransaction>;
|
|
483
|
-
|
|
407
|
+
'setAddr(bytes32,uint256,bytes)'(node: PromiseOrValue<BytesLike>, coinType: PromiseOrValue<BigNumberish>, a: PromiseOrValue<BytesLike>, overrides?: Overrides & {
|
|
484
408
|
from?: PromiseOrValue<string>;
|
|
485
409
|
}): Promise<PopulatedTransaction>;
|
|
486
|
-
|
|
410
|
+
'setAddr(bytes32,address)'(node: PromiseOrValue<BytesLike>, a: PromiseOrValue<string>, overrides?: Overrides & {
|
|
487
411
|
from?: PromiseOrValue<string>;
|
|
488
412
|
}): Promise<PopulatedTransaction>;
|
|
489
413
|
setAuthorisation(node: PromiseOrValue<BytesLike>, target: PromiseOrValue<string>, isAuthorised: PromiseOrValue<boolean>, overrides?: Overrides & {
|