@ape.swap/bonds-sdk 1.0.780 → 1.1.0-seedify
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +2 -2
- package/dist/components/TokenSelectorPanel/index.d.ts +1 -2
- package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +7 -2
- package/dist/config/constants/tokens.d.ts +2 -2
- package/dist/hooks/useTokenFromZapList.d.ts +1 -1
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +74 -73
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +8 -4
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +1 -17
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +1 -1
- package/dist/state/zap/useSoulZapBondQuote.d.ts +2 -2
- package/dist/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +4 -7
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +6 -9
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +2 -2
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/package.json +19 -24
- package/dist/components/AccordionText/index.js +0 -17
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -34
- package/dist/components/TokenSelectorModal/TokenRow.js +0 -18
- package/dist/components/TokenSelectorModal/index.js +0 -56
- package/dist/components/TokenSelectorPanel/index.js +0 -36
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -41
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/price-getter-linea.json +0 -1448
- package/dist/config/abi/price-getter.json +0 -1309
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -47
- package/dist/config/constants/tokens.js +0 -64
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/constants/zapInputTokens.js +0 -356
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTokenFromZapList.js +0 -10
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -18
- package/dist/state/allowance/useAllowance.js +0 -148
- package/dist/state/balance/useCurrencyBalance.js +0 -80
- package/dist/state/price/useCurrencyPrice.js +0 -397
- package/dist/state/zap/getChainParam.js +0 -34
- package/dist/state/zap/useSoulZapBondQuote.js +0 -177
- package/dist/state/zap/useSoulZapTokenQuote.js +0 -167
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getNativeTicker.js +0 -8
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -300
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/Bonds/index.js +0 -18
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- package/dist/views/ZapModal/index.js +0 -150
- package/dist/views/ZapModal/styles.js +0 -35
- /package/dist/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from
|
|
2
|
-
import type { FunctionFragment, Result, EventFragment } from
|
|
3
|
-
import type { Listener, Provider } from
|
|
4
|
-
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from
|
|
1
|
+
import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from 'ethers';
|
|
2
|
+
import type { FunctionFragment, Result, EventFragment } from '@ethersproject/abi';
|
|
3
|
+
import type { Listener, Provider } from '@ethersproject/providers';
|
|
4
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from './common';
|
|
5
5
|
export declare namespace ICustomBillFixedPrice {
|
|
6
6
|
type BillTermsStruct = {
|
|
7
7
|
vestingTerm: PromiseOrValue<BigNumberish>;
|
|
@@ -84,252 +84,244 @@ export declare namespace ICustomBillFixedPrice {
|
|
|
84
84
|
}
|
|
85
85
|
export interface MigrationBondInterface extends utils.Interface {
|
|
86
86
|
functions: {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
87
|
+
'DAO()': FunctionFragment;
|
|
88
|
+
'DEFAULT_ADMIN_ROLE()': FunctionFragment;
|
|
89
|
+
'MAX_FEE()': FunctionFragment;
|
|
90
|
+
'MAX_FEE_TIERS()': FunctionFragment;
|
|
91
|
+
'acceptOwnership()': FunctionFragment;
|
|
92
|
+
'accumulatedRewardsPerShare()': FunctionFragment;
|
|
93
|
+
'allIssuedBillIds()': FunctionFragment;
|
|
94
|
+
'batchClaim(uint256[])': FunctionFragment;
|
|
95
|
+
'batchRedeem(uint256[])': FunctionFragment;
|
|
96
|
+
'billInfo(uint256)': FunctionFragment;
|
|
97
|
+
'billNft()': FunctionFragment;
|
|
98
|
+
'billPrice()': FunctionFragment;
|
|
99
|
+
'bonusRewards(uint256)': FunctionFragment;
|
|
100
|
+
'changeFeeTo(address)': FunctionFragment;
|
|
101
|
+
'claim(uint256)': FunctionFragment;
|
|
102
|
+
'claimablePayout(uint256)': FunctionFragment;
|
|
103
|
+
'currentFee()': FunctionFragment;
|
|
104
|
+
'customTreasury()': FunctionFragment;
|
|
105
|
+
'deposit(uint256,uint256,address)': FunctionFragment;
|
|
106
|
+
'depositsClosed()': FunctionFragment;
|
|
107
|
+
'disableDeposits()': FunctionFragment;
|
|
108
|
+
'feeInPayout()': FunctionFragment;
|
|
109
|
+
'feeTiers(uint256)': FunctionFragment;
|
|
110
|
+
'feeTo()': FunctionFragment;
|
|
111
|
+
'getBillIds(address)': FunctionFragment;
|
|
112
|
+
'getBillIdsInRange(address,uint256,uint256)': FunctionFragment;
|
|
113
|
+
'getBillInfo(uint256)': FunctionFragment;
|
|
114
|
+
'getFeeTierLength()': FunctionFragment;
|
|
115
|
+
'getMaxTotalPayout()': FunctionFragment;
|
|
116
|
+
'getRoleAdmin(bytes32)': FunctionFragment;
|
|
117
|
+
'getRoleMember(bytes32,uint256)': FunctionFragment;
|
|
118
|
+
'getRoleMemberCount(bytes32)': FunctionFragment;
|
|
119
|
+
'grantRole(bytes32,address)': FunctionFragment;
|
|
120
|
+
'hasRole(bytes32,address)': FunctionFragment;
|
|
121
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)': FunctionFragment;
|
|
122
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))': FunctionFragment;
|
|
123
|
+
'owner()': FunctionFragment;
|
|
124
|
+
'payoutFor(uint256)': FunctionFragment;
|
|
125
|
+
'payoutToken()': FunctionFragment;
|
|
126
|
+
'pendingOwner()': FunctionFragment;
|
|
127
|
+
'pendingPayout(uint256)': FunctionFragment;
|
|
128
|
+
'pendingVesting(uint256)': FunctionFragment;
|
|
129
|
+
'principalToken()': FunctionFragment;
|
|
130
|
+
'redeem(uint256)': FunctionFragment;
|
|
131
|
+
'redeemerApproved(address,address)': FunctionFragment;
|
|
132
|
+
'renounceOwnership()': FunctionFragment;
|
|
133
|
+
'renounceRole(bytes32,address)': FunctionFragment;
|
|
134
|
+
'revokeRole(bytes32,address)': FunctionFragment;
|
|
135
|
+
'setBillTerms(uint8,uint256)': FunctionFragment;
|
|
136
|
+
'setClaimApproval(address,bool)': FunctionFragment;
|
|
137
|
+
'setFeeTiers(uint256[],uint256[])': FunctionFragment;
|
|
138
|
+
'setPendingOwner(address)': FunctionFragment;
|
|
139
|
+
'startVestingTimestamp()': FunctionFragment;
|
|
140
|
+
'supportsInterface(bytes4)': FunctionFragment;
|
|
141
|
+
'terms()': FunctionFragment;
|
|
142
|
+
'totalPayoutGiven()': FunctionFragment;
|
|
143
|
+
'totalPrincipalBilled()': FunctionFragment;
|
|
144
|
+
'totalRewards()': FunctionFragment;
|
|
145
|
+
'transferOwnership(address)': FunctionFragment;
|
|
146
|
+
'trueBillPrice()': FunctionFragment;
|
|
147
|
+
'userBillIds()': FunctionFragment;
|
|
148
|
+
'vestedPayoutAtTime(uint256,uint256)': FunctionFragment;
|
|
149
|
+
'vestingCurve()': FunctionFragment;
|
|
150
|
+
'vestingPayout(uint256)': FunctionFragment;
|
|
151
|
+
'vestingPeriod(uint256)': FunctionFragment;
|
|
152
152
|
};
|
|
153
|
-
getFunction(nameOrSignatureOrTopic:
|
|
154
|
-
encodeFunctionData(functionFragment:
|
|
155
|
-
encodeFunctionData(functionFragment:
|
|
156
|
-
encodeFunctionData(functionFragment:
|
|
157
|
-
encodeFunctionData(functionFragment:
|
|
158
|
-
encodeFunctionData(functionFragment:
|
|
159
|
-
encodeFunctionData(functionFragment:
|
|
160
|
-
encodeFunctionData(functionFragment:
|
|
161
|
-
encodeFunctionData(functionFragment:
|
|
162
|
-
encodeFunctionData(functionFragment:
|
|
163
|
-
encodeFunctionData(functionFragment:
|
|
164
|
-
encodeFunctionData(functionFragment:
|
|
165
|
-
encodeFunctionData(functionFragment:
|
|
166
|
-
encodeFunctionData(functionFragment:
|
|
167
|
-
encodeFunctionData(functionFragment:
|
|
168
|
-
encodeFunctionData(functionFragment:
|
|
169
|
-
encodeFunctionData(functionFragment:
|
|
170
|
-
encodeFunctionData(functionFragment:
|
|
171
|
-
encodeFunctionData(functionFragment:
|
|
172
|
-
encodeFunctionData(functionFragment:
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
]): string;
|
|
177
|
-
encodeFunctionData(functionFragment:
|
|
178
|
-
encodeFunctionData(functionFragment:
|
|
179
|
-
encodeFunctionData(functionFragment:
|
|
180
|
-
encodeFunctionData(functionFragment:
|
|
181
|
-
encodeFunctionData(functionFragment:
|
|
182
|
-
encodeFunctionData(functionFragment:
|
|
183
|
-
encodeFunctionData(functionFragment:
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
]): string;
|
|
188
|
-
encodeFunctionData(functionFragment:
|
|
189
|
-
encodeFunctionData(functionFragment: "getFeeTierLength", values?: undefined): string;
|
|
190
|
-
encodeFunctionData(functionFragment: "getMaxTotalPayout", values?: undefined): string;
|
|
191
|
-
encodeFunctionData(functionFragment: "getRoleAdmin", values: [PromiseOrValue<BytesLike>]): string;
|
|
192
|
-
encodeFunctionData(functionFragment: "getRoleMember", values: [PromiseOrValue<BytesLike>, PromiseOrValue<BigNumberish>]): string;
|
|
193
|
-
encodeFunctionData(functionFragment: "getRoleMemberCount", values: [PromiseOrValue<BytesLike>]): string;
|
|
194
|
-
encodeFunctionData(functionFragment: "grantRole", values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
195
|
-
encodeFunctionData(functionFragment: "hasRole", values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
196
|
-
encodeFunctionData(functionFragment: "initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)", values: [
|
|
153
|
+
getFunction(nameOrSignatureOrTopic: 'DAO' | 'DEFAULT_ADMIN_ROLE' | 'MAX_FEE' | 'MAX_FEE_TIERS' | 'acceptOwnership' | 'accumulatedRewardsPerShare' | 'allIssuedBillIds' | 'batchClaim' | 'batchRedeem' | 'billInfo' | 'billNft' | 'billPrice' | 'bonusRewards' | 'changeFeeTo' | 'claim' | 'claimablePayout' | 'currentFee' | 'customTreasury' | 'deposit' | 'depositsClosed' | 'disableDeposits' | 'feeInPayout' | 'feeTiers' | 'feeTo' | 'getBillIds' | 'getBillIdsInRange' | 'getBillInfo' | 'getFeeTierLength' | 'getMaxTotalPayout' | 'getRoleAdmin' | 'getRoleMember' | 'getRoleMemberCount' | 'grantRole' | 'hasRole' | 'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)' | 'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))' | 'owner' | 'payoutFor' | 'payoutToken' | 'pendingOwner' | 'pendingPayout' | 'pendingVesting' | 'principalToken' | 'redeem' | 'redeemerApproved' | 'renounceOwnership' | 'renounceRole' | 'revokeRole' | 'setBillTerms' | 'setClaimApproval' | 'setFeeTiers' | 'setPendingOwner' | 'startVestingTimestamp' | 'supportsInterface' | 'terms' | 'totalPayoutGiven' | 'totalPrincipalBilled' | 'totalRewards' | 'transferOwnership' | 'trueBillPrice' | 'userBillIds' | 'vestedPayoutAtTime' | 'vestingCurve' | 'vestingPayout' | 'vestingPeriod'): FunctionFragment;
|
|
154
|
+
encodeFunctionData(functionFragment: 'DAO', values?: undefined): string;
|
|
155
|
+
encodeFunctionData(functionFragment: 'DEFAULT_ADMIN_ROLE', values?: undefined): string;
|
|
156
|
+
encodeFunctionData(functionFragment: 'MAX_FEE', values?: undefined): string;
|
|
157
|
+
encodeFunctionData(functionFragment: 'MAX_FEE_TIERS', values?: undefined): string;
|
|
158
|
+
encodeFunctionData(functionFragment: 'acceptOwnership', values?: undefined): string;
|
|
159
|
+
encodeFunctionData(functionFragment: 'accumulatedRewardsPerShare', values?: undefined): string;
|
|
160
|
+
encodeFunctionData(functionFragment: 'allIssuedBillIds', values?: undefined): string;
|
|
161
|
+
encodeFunctionData(functionFragment: 'batchClaim', values: [PromiseOrValue<BigNumberish>[]]): string;
|
|
162
|
+
encodeFunctionData(functionFragment: 'batchRedeem', values: [PromiseOrValue<BigNumberish>[]]): string;
|
|
163
|
+
encodeFunctionData(functionFragment: 'billInfo', values: [PromiseOrValue<BigNumberish>]): string;
|
|
164
|
+
encodeFunctionData(functionFragment: 'billNft', values?: undefined): string;
|
|
165
|
+
encodeFunctionData(functionFragment: 'billPrice', values?: undefined): string;
|
|
166
|
+
encodeFunctionData(functionFragment: 'bonusRewards', values: [PromiseOrValue<BigNumberish>]): string;
|
|
167
|
+
encodeFunctionData(functionFragment: 'changeFeeTo', values: [PromiseOrValue<string>]): string;
|
|
168
|
+
encodeFunctionData(functionFragment: 'claim', values: [PromiseOrValue<BigNumberish>]): string;
|
|
169
|
+
encodeFunctionData(functionFragment: 'claimablePayout', values: [PromiseOrValue<BigNumberish>]): string;
|
|
170
|
+
encodeFunctionData(functionFragment: 'currentFee', values?: undefined): string;
|
|
171
|
+
encodeFunctionData(functionFragment: 'customTreasury', values?: undefined): string;
|
|
172
|
+
encodeFunctionData(functionFragment: 'deposit', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>, PromiseOrValue<string>]): string;
|
|
173
|
+
encodeFunctionData(functionFragment: 'depositsClosed', values?: undefined): string;
|
|
174
|
+
encodeFunctionData(functionFragment: 'disableDeposits', values?: undefined): string;
|
|
175
|
+
encodeFunctionData(functionFragment: 'feeInPayout', values?: undefined): string;
|
|
176
|
+
encodeFunctionData(functionFragment: 'feeTiers', values: [PromiseOrValue<BigNumberish>]): string;
|
|
177
|
+
encodeFunctionData(functionFragment: 'feeTo', values?: undefined): string;
|
|
178
|
+
encodeFunctionData(functionFragment: 'getBillIds', values: [PromiseOrValue<string>]): string;
|
|
179
|
+
encodeFunctionData(functionFragment: 'getBillIdsInRange', values: [PromiseOrValue<string>, PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
|
|
180
|
+
encodeFunctionData(functionFragment: 'getBillInfo', values: [PromiseOrValue<BigNumberish>]): string;
|
|
181
|
+
encodeFunctionData(functionFragment: 'getFeeTierLength', values?: undefined): string;
|
|
182
|
+
encodeFunctionData(functionFragment: 'getMaxTotalPayout', values?: undefined): string;
|
|
183
|
+
encodeFunctionData(functionFragment: 'getRoleAdmin', values: [PromiseOrValue<BytesLike>]): string;
|
|
184
|
+
encodeFunctionData(functionFragment: 'getRoleMember', values: [PromiseOrValue<BytesLike>, PromiseOrValue<BigNumberish>]): string;
|
|
185
|
+
encodeFunctionData(functionFragment: 'getRoleMemberCount', values: [PromiseOrValue<BytesLike>]): string;
|
|
186
|
+
encodeFunctionData(functionFragment: 'grantRole', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
187
|
+
encodeFunctionData(functionFragment: 'hasRole', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
188
|
+
encodeFunctionData(functionFragment: 'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)', values: [
|
|
197
189
|
PromiseOrValue<string>,
|
|
198
190
|
ICustomBillFixedPrice.BillCreationDetailsStruct,
|
|
199
191
|
ICustomBillFixedPrice.BillTermsStruct,
|
|
200
192
|
ICustomBillFixedPrice.BillAccountsStruct,
|
|
201
193
|
PromiseOrValue<BigNumberish>
|
|
202
194
|
]): string;
|
|
203
|
-
encodeFunctionData(functionFragment:
|
|
195
|
+
encodeFunctionData(functionFragment: 'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))', values: [
|
|
204
196
|
PromiseOrValue<string>,
|
|
205
197
|
ICustomBillFixedPrice.BillCreationDetailsStruct,
|
|
206
198
|
ICustomBillFixedPrice.BillTermsStruct,
|
|
207
199
|
ICustomBillFixedPrice.BillAccountsStruct
|
|
208
200
|
]): string;
|
|
209
|
-
encodeFunctionData(functionFragment:
|
|
210
|
-
encodeFunctionData(functionFragment:
|
|
211
|
-
encodeFunctionData(functionFragment:
|
|
212
|
-
encodeFunctionData(functionFragment:
|
|
213
|
-
encodeFunctionData(functionFragment:
|
|
214
|
-
encodeFunctionData(functionFragment:
|
|
215
|
-
encodeFunctionData(functionFragment:
|
|
216
|
-
encodeFunctionData(functionFragment:
|
|
217
|
-
encodeFunctionData(functionFragment:
|
|
218
|
-
encodeFunctionData(functionFragment:
|
|
219
|
-
encodeFunctionData(functionFragment:
|
|
220
|
-
encodeFunctionData(functionFragment:
|
|
221
|
-
encodeFunctionData(functionFragment:
|
|
222
|
-
encodeFunctionData(functionFragment:
|
|
223
|
-
encodeFunctionData(functionFragment:
|
|
224
|
-
encodeFunctionData(functionFragment:
|
|
225
|
-
encodeFunctionData(functionFragment:
|
|
226
|
-
encodeFunctionData(functionFragment:
|
|
227
|
-
encodeFunctionData(functionFragment:
|
|
228
|
-
encodeFunctionData(functionFragment:
|
|
229
|
-
encodeFunctionData(functionFragment:
|
|
230
|
-
encodeFunctionData(functionFragment:
|
|
231
|
-
encodeFunctionData(functionFragment:
|
|
232
|
-
encodeFunctionData(functionFragment:
|
|
233
|
-
encodeFunctionData(functionFragment:
|
|
234
|
-
encodeFunctionData(functionFragment:
|
|
235
|
-
encodeFunctionData(functionFragment:
|
|
236
|
-
encodeFunctionData(functionFragment:
|
|
237
|
-
encodeFunctionData(functionFragment:
|
|
238
|
-
decodeFunctionResult(functionFragment:
|
|
239
|
-
decodeFunctionResult(functionFragment:
|
|
240
|
-
decodeFunctionResult(functionFragment:
|
|
241
|
-
decodeFunctionResult(functionFragment:
|
|
242
|
-
decodeFunctionResult(functionFragment:
|
|
243
|
-
decodeFunctionResult(functionFragment:
|
|
244
|
-
decodeFunctionResult(functionFragment:
|
|
245
|
-
decodeFunctionResult(functionFragment:
|
|
246
|
-
decodeFunctionResult(functionFragment:
|
|
247
|
-
decodeFunctionResult(functionFragment:
|
|
248
|
-
decodeFunctionResult(functionFragment:
|
|
249
|
-
decodeFunctionResult(functionFragment:
|
|
250
|
-
decodeFunctionResult(functionFragment:
|
|
251
|
-
decodeFunctionResult(functionFragment:
|
|
252
|
-
decodeFunctionResult(functionFragment:
|
|
253
|
-
decodeFunctionResult(functionFragment:
|
|
254
|
-
decodeFunctionResult(functionFragment:
|
|
255
|
-
decodeFunctionResult(functionFragment:
|
|
256
|
-
decodeFunctionResult(functionFragment:
|
|
257
|
-
decodeFunctionResult(functionFragment:
|
|
258
|
-
decodeFunctionResult(functionFragment:
|
|
259
|
-
decodeFunctionResult(functionFragment:
|
|
260
|
-
decodeFunctionResult(functionFragment:
|
|
261
|
-
decodeFunctionResult(functionFragment:
|
|
262
|
-
decodeFunctionResult(functionFragment:
|
|
263
|
-
decodeFunctionResult(functionFragment:
|
|
264
|
-
decodeFunctionResult(functionFragment:
|
|
265
|
-
decodeFunctionResult(functionFragment:
|
|
266
|
-
decodeFunctionResult(functionFragment:
|
|
267
|
-
decodeFunctionResult(functionFragment:
|
|
268
|
-
decodeFunctionResult(functionFragment:
|
|
269
|
-
decodeFunctionResult(functionFragment:
|
|
270
|
-
decodeFunctionResult(functionFragment:
|
|
271
|
-
decodeFunctionResult(functionFragment:
|
|
272
|
-
decodeFunctionResult(functionFragment:
|
|
273
|
-
decodeFunctionResult(functionFragment:
|
|
274
|
-
decodeFunctionResult(functionFragment:
|
|
275
|
-
decodeFunctionResult(functionFragment:
|
|
276
|
-
decodeFunctionResult(functionFragment:
|
|
277
|
-
decodeFunctionResult(functionFragment:
|
|
278
|
-
decodeFunctionResult(functionFragment:
|
|
279
|
-
decodeFunctionResult(functionFragment:
|
|
280
|
-
decodeFunctionResult(functionFragment:
|
|
281
|
-
decodeFunctionResult(functionFragment:
|
|
282
|
-
decodeFunctionResult(functionFragment:
|
|
283
|
-
decodeFunctionResult(functionFragment:
|
|
284
|
-
decodeFunctionResult(functionFragment:
|
|
285
|
-
decodeFunctionResult(functionFragment:
|
|
286
|
-
decodeFunctionResult(functionFragment:
|
|
287
|
-
decodeFunctionResult(functionFragment:
|
|
288
|
-
decodeFunctionResult(functionFragment:
|
|
289
|
-
decodeFunctionResult(functionFragment:
|
|
290
|
-
decodeFunctionResult(functionFragment:
|
|
291
|
-
decodeFunctionResult(functionFragment:
|
|
292
|
-
decodeFunctionResult(functionFragment:
|
|
293
|
-
decodeFunctionResult(functionFragment:
|
|
294
|
-
decodeFunctionResult(functionFragment:
|
|
295
|
-
decodeFunctionResult(functionFragment:
|
|
296
|
-
decodeFunctionResult(functionFragment:
|
|
297
|
-
decodeFunctionResult(functionFragment:
|
|
298
|
-
decodeFunctionResult(functionFragment:
|
|
299
|
-
decodeFunctionResult(functionFragment:
|
|
300
|
-
decodeFunctionResult(functionFragment:
|
|
301
|
-
decodeFunctionResult(functionFragment:
|
|
302
|
-
decodeFunctionResult(functionFragment:
|
|
201
|
+
encodeFunctionData(functionFragment: 'owner', values?: undefined): string;
|
|
202
|
+
encodeFunctionData(functionFragment: 'payoutFor', values: [PromiseOrValue<BigNumberish>]): string;
|
|
203
|
+
encodeFunctionData(functionFragment: 'payoutToken', values?: undefined): string;
|
|
204
|
+
encodeFunctionData(functionFragment: 'pendingOwner', values?: undefined): string;
|
|
205
|
+
encodeFunctionData(functionFragment: 'pendingPayout', values: [PromiseOrValue<BigNumberish>]): string;
|
|
206
|
+
encodeFunctionData(functionFragment: 'pendingVesting', values: [PromiseOrValue<BigNumberish>]): string;
|
|
207
|
+
encodeFunctionData(functionFragment: 'principalToken', values?: undefined): string;
|
|
208
|
+
encodeFunctionData(functionFragment: 'redeem', values: [PromiseOrValue<BigNumberish>]): string;
|
|
209
|
+
encodeFunctionData(functionFragment: 'redeemerApproved', values: [PromiseOrValue<string>, PromiseOrValue<string>]): string;
|
|
210
|
+
encodeFunctionData(functionFragment: 'renounceOwnership', values?: undefined): string;
|
|
211
|
+
encodeFunctionData(functionFragment: 'renounceRole', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
212
|
+
encodeFunctionData(functionFragment: 'revokeRole', values: [PromiseOrValue<BytesLike>, PromiseOrValue<string>]): string;
|
|
213
|
+
encodeFunctionData(functionFragment: 'setBillTerms', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
|
|
214
|
+
encodeFunctionData(functionFragment: 'setClaimApproval', values: [PromiseOrValue<string>, PromiseOrValue<boolean>]): string;
|
|
215
|
+
encodeFunctionData(functionFragment: 'setFeeTiers', values: [PromiseOrValue<BigNumberish>[], PromiseOrValue<BigNumberish>[]]): string;
|
|
216
|
+
encodeFunctionData(functionFragment: 'setPendingOwner', values: [PromiseOrValue<string>]): string;
|
|
217
|
+
encodeFunctionData(functionFragment: 'startVestingTimestamp', values?: undefined): string;
|
|
218
|
+
encodeFunctionData(functionFragment: 'supportsInterface', values: [PromiseOrValue<BytesLike>]): string;
|
|
219
|
+
encodeFunctionData(functionFragment: 'terms', values?: undefined): string;
|
|
220
|
+
encodeFunctionData(functionFragment: 'totalPayoutGiven', values?: undefined): string;
|
|
221
|
+
encodeFunctionData(functionFragment: 'totalPrincipalBilled', values?: undefined): string;
|
|
222
|
+
encodeFunctionData(functionFragment: 'totalRewards', values?: undefined): string;
|
|
223
|
+
encodeFunctionData(functionFragment: 'transferOwnership', values: [PromiseOrValue<string>]): string;
|
|
224
|
+
encodeFunctionData(functionFragment: 'trueBillPrice', values?: undefined): string;
|
|
225
|
+
encodeFunctionData(functionFragment: 'userBillIds', values?: undefined): string;
|
|
226
|
+
encodeFunctionData(functionFragment: 'vestedPayoutAtTime', values: [PromiseOrValue<BigNumberish>, PromiseOrValue<BigNumberish>]): string;
|
|
227
|
+
encodeFunctionData(functionFragment: 'vestingCurve', values?: undefined): string;
|
|
228
|
+
encodeFunctionData(functionFragment: 'vestingPayout', values: [PromiseOrValue<BigNumberish>]): string;
|
|
229
|
+
encodeFunctionData(functionFragment: 'vestingPeriod', values: [PromiseOrValue<BigNumberish>]): string;
|
|
230
|
+
decodeFunctionResult(functionFragment: 'DAO', data: BytesLike): Result;
|
|
231
|
+
decodeFunctionResult(functionFragment: 'DEFAULT_ADMIN_ROLE', data: BytesLike): Result;
|
|
232
|
+
decodeFunctionResult(functionFragment: 'MAX_FEE', data: BytesLike): Result;
|
|
233
|
+
decodeFunctionResult(functionFragment: 'MAX_FEE_TIERS', data: BytesLike): Result;
|
|
234
|
+
decodeFunctionResult(functionFragment: 'acceptOwnership', data: BytesLike): Result;
|
|
235
|
+
decodeFunctionResult(functionFragment: 'accumulatedRewardsPerShare', data: BytesLike): Result;
|
|
236
|
+
decodeFunctionResult(functionFragment: 'allIssuedBillIds', data: BytesLike): Result;
|
|
237
|
+
decodeFunctionResult(functionFragment: 'batchClaim', data: BytesLike): Result;
|
|
238
|
+
decodeFunctionResult(functionFragment: 'batchRedeem', data: BytesLike): Result;
|
|
239
|
+
decodeFunctionResult(functionFragment: 'billInfo', data: BytesLike): Result;
|
|
240
|
+
decodeFunctionResult(functionFragment: 'billNft', data: BytesLike): Result;
|
|
241
|
+
decodeFunctionResult(functionFragment: 'billPrice', data: BytesLike): Result;
|
|
242
|
+
decodeFunctionResult(functionFragment: 'bonusRewards', data: BytesLike): Result;
|
|
243
|
+
decodeFunctionResult(functionFragment: 'changeFeeTo', data: BytesLike): Result;
|
|
244
|
+
decodeFunctionResult(functionFragment: 'claim', data: BytesLike): Result;
|
|
245
|
+
decodeFunctionResult(functionFragment: 'claimablePayout', data: BytesLike): Result;
|
|
246
|
+
decodeFunctionResult(functionFragment: 'currentFee', data: BytesLike): Result;
|
|
247
|
+
decodeFunctionResult(functionFragment: 'customTreasury', data: BytesLike): Result;
|
|
248
|
+
decodeFunctionResult(functionFragment: 'deposit', data: BytesLike): Result;
|
|
249
|
+
decodeFunctionResult(functionFragment: 'depositsClosed', data: BytesLike): Result;
|
|
250
|
+
decodeFunctionResult(functionFragment: 'disableDeposits', data: BytesLike): Result;
|
|
251
|
+
decodeFunctionResult(functionFragment: 'feeInPayout', data: BytesLike): Result;
|
|
252
|
+
decodeFunctionResult(functionFragment: 'feeTiers', data: BytesLike): Result;
|
|
253
|
+
decodeFunctionResult(functionFragment: 'feeTo', data: BytesLike): Result;
|
|
254
|
+
decodeFunctionResult(functionFragment: 'getBillIds', data: BytesLike): Result;
|
|
255
|
+
decodeFunctionResult(functionFragment: 'getBillIdsInRange', data: BytesLike): Result;
|
|
256
|
+
decodeFunctionResult(functionFragment: 'getBillInfo', data: BytesLike): Result;
|
|
257
|
+
decodeFunctionResult(functionFragment: 'getFeeTierLength', data: BytesLike): Result;
|
|
258
|
+
decodeFunctionResult(functionFragment: 'getMaxTotalPayout', data: BytesLike): Result;
|
|
259
|
+
decodeFunctionResult(functionFragment: 'getRoleAdmin', data: BytesLike): Result;
|
|
260
|
+
decodeFunctionResult(functionFragment: 'getRoleMember', data: BytesLike): Result;
|
|
261
|
+
decodeFunctionResult(functionFragment: 'getRoleMemberCount', data: BytesLike): Result;
|
|
262
|
+
decodeFunctionResult(functionFragment: 'grantRole', data: BytesLike): Result;
|
|
263
|
+
decodeFunctionResult(functionFragment: 'hasRole', data: BytesLike): Result;
|
|
264
|
+
decodeFunctionResult(functionFragment: 'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)', data: BytesLike): Result;
|
|
265
|
+
decodeFunctionResult(functionFragment: 'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))', data: BytesLike): Result;
|
|
266
|
+
decodeFunctionResult(functionFragment: 'owner', data: BytesLike): Result;
|
|
267
|
+
decodeFunctionResult(functionFragment: 'payoutFor', data: BytesLike): Result;
|
|
268
|
+
decodeFunctionResult(functionFragment: 'payoutToken', data: BytesLike): Result;
|
|
269
|
+
decodeFunctionResult(functionFragment: 'pendingOwner', data: BytesLike): Result;
|
|
270
|
+
decodeFunctionResult(functionFragment: 'pendingPayout', data: BytesLike): Result;
|
|
271
|
+
decodeFunctionResult(functionFragment: 'pendingVesting', data: BytesLike): Result;
|
|
272
|
+
decodeFunctionResult(functionFragment: 'principalToken', data: BytesLike): Result;
|
|
273
|
+
decodeFunctionResult(functionFragment: 'redeem', data: BytesLike): Result;
|
|
274
|
+
decodeFunctionResult(functionFragment: 'redeemerApproved', data: BytesLike): Result;
|
|
275
|
+
decodeFunctionResult(functionFragment: 'renounceOwnership', data: BytesLike): Result;
|
|
276
|
+
decodeFunctionResult(functionFragment: 'renounceRole', data: BytesLike): Result;
|
|
277
|
+
decodeFunctionResult(functionFragment: 'revokeRole', data: BytesLike): Result;
|
|
278
|
+
decodeFunctionResult(functionFragment: 'setBillTerms', data: BytesLike): Result;
|
|
279
|
+
decodeFunctionResult(functionFragment: 'setClaimApproval', data: BytesLike): Result;
|
|
280
|
+
decodeFunctionResult(functionFragment: 'setFeeTiers', data: BytesLike): Result;
|
|
281
|
+
decodeFunctionResult(functionFragment: 'setPendingOwner', data: BytesLike): Result;
|
|
282
|
+
decodeFunctionResult(functionFragment: 'startVestingTimestamp', data: BytesLike): Result;
|
|
283
|
+
decodeFunctionResult(functionFragment: 'supportsInterface', data: BytesLike): Result;
|
|
284
|
+
decodeFunctionResult(functionFragment: 'terms', data: BytesLike): Result;
|
|
285
|
+
decodeFunctionResult(functionFragment: 'totalPayoutGiven', data: BytesLike): Result;
|
|
286
|
+
decodeFunctionResult(functionFragment: 'totalPrincipalBilled', data: BytesLike): Result;
|
|
287
|
+
decodeFunctionResult(functionFragment: 'totalRewards', data: BytesLike): Result;
|
|
288
|
+
decodeFunctionResult(functionFragment: 'transferOwnership', data: BytesLike): Result;
|
|
289
|
+
decodeFunctionResult(functionFragment: 'trueBillPrice', data: BytesLike): Result;
|
|
290
|
+
decodeFunctionResult(functionFragment: 'userBillIds', data: BytesLike): Result;
|
|
291
|
+
decodeFunctionResult(functionFragment: 'vestedPayoutAtTime', data: BytesLike): Result;
|
|
292
|
+
decodeFunctionResult(functionFragment: 'vestingCurve', data: BytesLike): Result;
|
|
293
|
+
decodeFunctionResult(functionFragment: 'vestingPayout', data: BytesLike): Result;
|
|
294
|
+
decodeFunctionResult(functionFragment: 'vestingPeriod', data: BytesLike): Result;
|
|
303
295
|
events: {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
296
|
+
'BillClaimed(uint256,address,uint256,uint256)': EventFragment;
|
|
297
|
+
'BillCreated(uint256,uint256,uint256,uint256)': EventFragment;
|
|
298
|
+
'BillInitialized(tuple,uint256)': EventFragment;
|
|
299
|
+
'FeeToChanged(address)': EventFragment;
|
|
300
|
+
'Initialized(uint8)': EventFragment;
|
|
301
|
+
'MaxTotalPayoutChanged(uint256)': EventFragment;
|
|
302
|
+
'OwnershipTransferred(address,address)': EventFragment;
|
|
303
|
+
'RoleAdminChanged(bytes32,bytes32,bytes32)': EventFragment;
|
|
304
|
+
'RoleGranted(bytes32,address,address)': EventFragment;
|
|
305
|
+
'RoleRevoked(bytes32,address,address)': EventFragment;
|
|
306
|
+
'SetFees(uint256[],uint256[])': EventFragment;
|
|
307
|
+
'SetPendingOwner(address)': EventFragment;
|
|
308
|
+
'TermsSet(uint8,uint256)': EventFragment;
|
|
309
|
+
'UpdateClaimApproval(address,address,bool)': EventFragment;
|
|
318
310
|
};
|
|
319
|
-
getEvent(nameOrSignatureOrTopic:
|
|
320
|
-
getEvent(nameOrSignatureOrTopic:
|
|
321
|
-
getEvent(nameOrSignatureOrTopic:
|
|
322
|
-
getEvent(nameOrSignatureOrTopic:
|
|
323
|
-
getEvent(nameOrSignatureOrTopic:
|
|
324
|
-
getEvent(nameOrSignatureOrTopic:
|
|
325
|
-
getEvent(nameOrSignatureOrTopic:
|
|
326
|
-
getEvent(nameOrSignatureOrTopic:
|
|
327
|
-
getEvent(nameOrSignatureOrTopic:
|
|
328
|
-
getEvent(nameOrSignatureOrTopic:
|
|
329
|
-
getEvent(nameOrSignatureOrTopic:
|
|
330
|
-
getEvent(nameOrSignatureOrTopic:
|
|
331
|
-
getEvent(nameOrSignatureOrTopic:
|
|
332
|
-
getEvent(nameOrSignatureOrTopic:
|
|
311
|
+
getEvent(nameOrSignatureOrTopic: 'BillClaimed'): EventFragment;
|
|
312
|
+
getEvent(nameOrSignatureOrTopic: 'BillCreated'): EventFragment;
|
|
313
|
+
getEvent(nameOrSignatureOrTopic: 'BillInitialized'): EventFragment;
|
|
314
|
+
getEvent(nameOrSignatureOrTopic: 'FeeToChanged'): EventFragment;
|
|
315
|
+
getEvent(nameOrSignatureOrTopic: 'Initialized'): EventFragment;
|
|
316
|
+
getEvent(nameOrSignatureOrTopic: 'MaxTotalPayoutChanged'): EventFragment;
|
|
317
|
+
getEvent(nameOrSignatureOrTopic: 'OwnershipTransferred'): EventFragment;
|
|
318
|
+
getEvent(nameOrSignatureOrTopic: 'RoleAdminChanged'): EventFragment;
|
|
319
|
+
getEvent(nameOrSignatureOrTopic: 'RoleGranted'): EventFragment;
|
|
320
|
+
getEvent(nameOrSignatureOrTopic: 'RoleRevoked'): EventFragment;
|
|
321
|
+
getEvent(nameOrSignatureOrTopic: 'SetFees'): EventFragment;
|
|
322
|
+
getEvent(nameOrSignatureOrTopic: 'SetPendingOwner'): EventFragment;
|
|
323
|
+
getEvent(nameOrSignatureOrTopic: 'TermsSet'): EventFragment;
|
|
324
|
+
getEvent(nameOrSignatureOrTopic: 'UpdateClaimApproval'): EventFragment;
|
|
333
325
|
}
|
|
334
326
|
export interface BillClaimedEventObject {
|
|
335
327
|
billId: BigNumber;
|
|
@@ -337,12 +329,7 @@ export interface BillClaimedEventObject {
|
|
|
337
329
|
payout: BigNumber;
|
|
338
330
|
remaining: BigNumber;
|
|
339
331
|
}
|
|
340
|
-
export type BillClaimedEvent = TypedEvent<[
|
|
341
|
-
BigNumber,
|
|
342
|
-
string,
|
|
343
|
-
BigNumber,
|
|
344
|
-
BigNumber
|
|
345
|
-
], BillClaimedEventObject>;
|
|
332
|
+
export type BillClaimedEvent = TypedEvent<[BigNumber, string, BigNumber, BigNumber], BillClaimedEventObject>;
|
|
346
333
|
export type BillClaimedEventFilter = TypedEventFilter<BillClaimedEvent>;
|
|
347
334
|
export interface BillCreatedEventObject {
|
|
348
335
|
deposit: BigNumber;
|
|
@@ -350,12 +337,7 @@ export interface BillCreatedEventObject {
|
|
|
350
337
|
expires: BigNumber;
|
|
351
338
|
billId: BigNumber;
|
|
352
339
|
}
|
|
353
|
-
export type BillCreatedEvent = TypedEvent<[
|
|
354
|
-
BigNumber,
|
|
355
|
-
BigNumber,
|
|
356
|
-
BigNumber,
|
|
357
|
-
BigNumber
|
|
358
|
-
], BillCreatedEventObject>;
|
|
340
|
+
export type BillCreatedEvent = TypedEvent<[BigNumber, BigNumber, BigNumber, BigNumber], BillCreatedEventObject>;
|
|
359
341
|
export type BillCreatedEventFilter = TypedEventFilter<BillCreatedEvent>;
|
|
360
342
|
export interface BillInitializedEventObject {
|
|
361
343
|
billTerms: ICustomBillFixedPrice.BillTermsStructOutput;
|
|
@@ -379,87 +361,58 @@ export type InitializedEventFilter = TypedEventFilter<InitializedEvent>;
|
|
|
379
361
|
export interface MaxTotalPayoutChangedEventObject {
|
|
380
362
|
newMaxTotalPayout: BigNumber;
|
|
381
363
|
}
|
|
382
|
-
export type MaxTotalPayoutChangedEvent = TypedEvent<[
|
|
383
|
-
BigNumber
|
|
384
|
-
], MaxTotalPayoutChangedEventObject>;
|
|
364
|
+
export type MaxTotalPayoutChangedEvent = TypedEvent<[BigNumber], MaxTotalPayoutChangedEventObject>;
|
|
385
365
|
export type MaxTotalPayoutChangedEventFilter = TypedEventFilter<MaxTotalPayoutChangedEvent>;
|
|
386
366
|
export interface OwnershipTransferredEventObject {
|
|
387
367
|
previousOwner: string;
|
|
388
368
|
newOwner: string;
|
|
389
369
|
}
|
|
390
|
-
export type OwnershipTransferredEvent = TypedEvent<[
|
|
391
|
-
string,
|
|
392
|
-
string
|
|
393
|
-
], OwnershipTransferredEventObject>;
|
|
370
|
+
export type OwnershipTransferredEvent = TypedEvent<[string, string], OwnershipTransferredEventObject>;
|
|
394
371
|
export type OwnershipTransferredEventFilter = TypedEventFilter<OwnershipTransferredEvent>;
|
|
395
372
|
export interface RoleAdminChangedEventObject {
|
|
396
373
|
role: string;
|
|
397
374
|
previousAdminRole: string;
|
|
398
375
|
newAdminRole: string;
|
|
399
376
|
}
|
|
400
|
-
export type RoleAdminChangedEvent = TypedEvent<[
|
|
401
|
-
string,
|
|
402
|
-
string,
|
|
403
|
-
string
|
|
404
|
-
], RoleAdminChangedEventObject>;
|
|
377
|
+
export type RoleAdminChangedEvent = TypedEvent<[string, string, string], RoleAdminChangedEventObject>;
|
|
405
378
|
export type RoleAdminChangedEventFilter = TypedEventFilter<RoleAdminChangedEvent>;
|
|
406
379
|
export interface RoleGrantedEventObject {
|
|
407
380
|
role: string;
|
|
408
381
|
account: string;
|
|
409
382
|
sender: string;
|
|
410
383
|
}
|
|
411
|
-
export type RoleGrantedEvent = TypedEvent<[
|
|
412
|
-
string,
|
|
413
|
-
string,
|
|
414
|
-
string
|
|
415
|
-
], RoleGrantedEventObject>;
|
|
384
|
+
export type RoleGrantedEvent = TypedEvent<[string, string, string], RoleGrantedEventObject>;
|
|
416
385
|
export type RoleGrantedEventFilter = TypedEventFilter<RoleGrantedEvent>;
|
|
417
386
|
export interface RoleRevokedEventObject {
|
|
418
387
|
role: string;
|
|
419
388
|
account: string;
|
|
420
389
|
sender: string;
|
|
421
390
|
}
|
|
422
|
-
export type RoleRevokedEvent = TypedEvent<[
|
|
423
|
-
string,
|
|
424
|
-
string,
|
|
425
|
-
string
|
|
426
|
-
], RoleRevokedEventObject>;
|
|
391
|
+
export type RoleRevokedEvent = TypedEvent<[string, string, string], RoleRevokedEventObject>;
|
|
427
392
|
export type RoleRevokedEventFilter = TypedEventFilter<RoleRevokedEvent>;
|
|
428
393
|
export interface SetFeesEventObject {
|
|
429
394
|
fees: BigNumber[];
|
|
430
395
|
tierCeilings: BigNumber[];
|
|
431
396
|
}
|
|
432
|
-
export type SetFeesEvent = TypedEvent<[
|
|
433
|
-
BigNumber[],
|
|
434
|
-
BigNumber[]
|
|
435
|
-
], SetFeesEventObject>;
|
|
397
|
+
export type SetFeesEvent = TypedEvent<[BigNumber[], BigNumber[]], SetFeesEventObject>;
|
|
436
398
|
export type SetFeesEventFilter = TypedEventFilter<SetFeesEvent>;
|
|
437
399
|
export interface SetPendingOwnerEventObject {
|
|
438
400
|
pendingOwner: string;
|
|
439
401
|
}
|
|
440
|
-
export type SetPendingOwnerEvent = TypedEvent<[
|
|
441
|
-
string
|
|
442
|
-
], SetPendingOwnerEventObject>;
|
|
402
|
+
export type SetPendingOwnerEvent = TypedEvent<[string], SetPendingOwnerEventObject>;
|
|
443
403
|
export type SetPendingOwnerEventFilter = TypedEventFilter<SetPendingOwnerEvent>;
|
|
444
404
|
export interface TermsSetEventObject {
|
|
445
405
|
parameter: number;
|
|
446
406
|
input: BigNumber;
|
|
447
407
|
}
|
|
448
|
-
export type TermsSetEvent = TypedEvent<[
|
|
449
|
-
number,
|
|
450
|
-
BigNumber
|
|
451
|
-
], TermsSetEventObject>;
|
|
408
|
+
export type TermsSetEvent = TypedEvent<[number, BigNumber], TermsSetEventObject>;
|
|
452
409
|
export type TermsSetEventFilter = TypedEventFilter<TermsSetEvent>;
|
|
453
410
|
export interface UpdateClaimApprovalEventObject {
|
|
454
411
|
owner: string;
|
|
455
412
|
approvedAccount: string;
|
|
456
413
|
approved: boolean;
|
|
457
414
|
}
|
|
458
|
-
export type UpdateClaimApprovalEvent = TypedEvent<[
|
|
459
|
-
string,
|
|
460
|
-
string,
|
|
461
|
-
boolean
|
|
462
|
-
], UpdateClaimApprovalEventObject>;
|
|
415
|
+
export type UpdateClaimApprovalEvent = TypedEvent<[string, string, boolean], UpdateClaimApprovalEventObject>;
|
|
463
416
|
export type UpdateClaimApprovalEventFilter = TypedEventFilter<UpdateClaimApprovalEvent>;
|
|
464
417
|
export interface MigrationBond extends BaseContract {
|
|
465
418
|
connect(signerOrProvider: Signer | Provider | string): this;
|
|
@@ -540,10 +493,7 @@ export interface MigrationBond extends BaseContract {
|
|
|
540
493
|
from?: PromiseOrValue<string>;
|
|
541
494
|
}): Promise<ContractTransaction>;
|
|
542
495
|
feeInPayout(overrides?: CallOverrides): Promise<[boolean]>;
|
|
543
|
-
feeTiers(arg0: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[
|
|
544
|
-
BigNumber,
|
|
545
|
-
BigNumber
|
|
546
|
-
] & {
|
|
496
|
+
feeTiers(arg0: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & {
|
|
547
497
|
tierCeilings: BigNumber;
|
|
548
498
|
fees: BigNumber;
|
|
549
499
|
}>;
|
|
@@ -562,17 +512,14 @@ export interface MigrationBond extends BaseContract {
|
|
|
562
512
|
from?: PromiseOrValue<string>;
|
|
563
513
|
}): Promise<ContractTransaction>;
|
|
564
514
|
hasRole(role: PromiseOrValue<BytesLike>, account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<[boolean]>;
|
|
565
|
-
|
|
515
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, _totalRewards: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
|
|
566
516
|
from?: PromiseOrValue<string>;
|
|
567
517
|
}): Promise<ContractTransaction>;
|
|
568
|
-
|
|
518
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, overrides?: Overrides & {
|
|
569
519
|
from?: PromiseOrValue<string>;
|
|
570
520
|
}): Promise<ContractTransaction>;
|
|
571
521
|
owner(overrides?: CallOverrides): Promise<[string]>;
|
|
572
|
-
payoutFor(_amount: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[
|
|
573
|
-
BigNumber,
|
|
574
|
-
BigNumber
|
|
575
|
-
] & {
|
|
522
|
+
payoutFor(_amount: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & {
|
|
576
523
|
_payout: BigNumber;
|
|
577
524
|
_fee: BigNumber;
|
|
578
525
|
}>;
|
|
@@ -698,10 +645,7 @@ export interface MigrationBond extends BaseContract {
|
|
|
698
645
|
from?: PromiseOrValue<string>;
|
|
699
646
|
}): Promise<ContractTransaction>;
|
|
700
647
|
feeInPayout(overrides?: CallOverrides): Promise<boolean>;
|
|
701
|
-
feeTiers(arg0: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[
|
|
702
|
-
BigNumber,
|
|
703
|
-
BigNumber
|
|
704
|
-
] & {
|
|
648
|
+
feeTiers(arg0: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & {
|
|
705
649
|
tierCeilings: BigNumber;
|
|
706
650
|
fees: BigNumber;
|
|
707
651
|
}>;
|
|
@@ -718,10 +662,10 @@ export interface MigrationBond extends BaseContract {
|
|
|
718
662
|
from?: PromiseOrValue<string>;
|
|
719
663
|
}): Promise<ContractTransaction>;
|
|
720
664
|
hasRole(role: PromiseOrValue<BytesLike>, account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<boolean>;
|
|
721
|
-
|
|
665
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, _totalRewards: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
|
|
722
666
|
from?: PromiseOrValue<string>;
|
|
723
667
|
}): Promise<ContractTransaction>;
|
|
724
|
-
|
|
668
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, overrides?: Overrides & {
|
|
725
669
|
from?: PromiseOrValue<string>;
|
|
726
670
|
}): Promise<ContractTransaction>;
|
|
727
671
|
owner(overrides?: CallOverrides): Promise<string>;
|
|
@@ -827,10 +771,7 @@ export interface MigrationBond extends BaseContract {
|
|
|
827
771
|
depositsClosed(overrides?: CallOverrides): Promise<boolean>;
|
|
828
772
|
disableDeposits(overrides?: CallOverrides): Promise<void>;
|
|
829
773
|
feeInPayout(overrides?: CallOverrides): Promise<boolean>;
|
|
830
|
-
feeTiers(arg0: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[
|
|
831
|
-
BigNumber,
|
|
832
|
-
BigNumber
|
|
833
|
-
] & {
|
|
774
|
+
feeTiers(arg0: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & {
|
|
834
775
|
tierCeilings: BigNumber;
|
|
835
776
|
fees: BigNumber;
|
|
836
777
|
}>;
|
|
@@ -845,13 +786,10 @@ export interface MigrationBond extends BaseContract {
|
|
|
845
786
|
getRoleMemberCount(role: PromiseOrValue<BytesLike>, overrides?: CallOverrides): Promise<BigNumber>;
|
|
846
787
|
grantRole(role: PromiseOrValue<BytesLike>, account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<void>;
|
|
847
788
|
hasRole(role: PromiseOrValue<BytesLike>, account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<boolean>;
|
|
848
|
-
|
|
849
|
-
|
|
789
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, _totalRewards: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<void>;
|
|
790
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, overrides?: CallOverrides): Promise<void>;
|
|
850
791
|
owner(overrides?: CallOverrides): Promise<string>;
|
|
851
|
-
payoutFor(_amount: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[
|
|
852
|
-
BigNumber,
|
|
853
|
-
BigNumber
|
|
854
|
-
] & {
|
|
792
|
+
payoutFor(_amount: PromiseOrValue<BigNumberish>, overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & {
|
|
855
793
|
_payout: BigNumber;
|
|
856
794
|
_fee: BigNumber;
|
|
857
795
|
}>;
|
|
@@ -898,33 +836,33 @@ export interface MigrationBond extends BaseContract {
|
|
|
898
836
|
}>;
|
|
899
837
|
};
|
|
900
838
|
filters: {
|
|
901
|
-
|
|
839
|
+
'BillClaimed(uint256,address,uint256,uint256)'(billId?: PromiseOrValue<BigNumberish> | null, recipient?: PromiseOrValue<string> | null, payout?: null, remaining?: null): BillClaimedEventFilter;
|
|
902
840
|
BillClaimed(billId?: PromiseOrValue<BigNumberish> | null, recipient?: PromiseOrValue<string> | null, payout?: null, remaining?: null): BillClaimedEventFilter;
|
|
903
|
-
|
|
841
|
+
'BillCreated(uint256,uint256,uint256,uint256)'(deposit?: null, payout?: null, expires?: null, billId?: PromiseOrValue<BigNumberish> | null): BillCreatedEventFilter;
|
|
904
842
|
BillCreated(deposit?: null, payout?: null, expires?: null, billId?: PromiseOrValue<BigNumberish> | null): BillCreatedEventFilter;
|
|
905
|
-
|
|
843
|
+
'BillInitialized(tuple,uint256)'(billTerms?: null, lastDecay?: null): BillInitializedEventFilter;
|
|
906
844
|
BillInitialized(billTerms?: null, lastDecay?: null): BillInitializedEventFilter;
|
|
907
|
-
|
|
845
|
+
'FeeToChanged(address)'(newFeeTo?: PromiseOrValue<string> | null): FeeToChangedEventFilter;
|
|
908
846
|
FeeToChanged(newFeeTo?: PromiseOrValue<string> | null): FeeToChangedEventFilter;
|
|
909
|
-
|
|
847
|
+
'Initialized(uint8)'(version?: null): InitializedEventFilter;
|
|
910
848
|
Initialized(version?: null): InitializedEventFilter;
|
|
911
|
-
|
|
849
|
+
'MaxTotalPayoutChanged(uint256)'(newMaxTotalPayout?: null): MaxTotalPayoutChangedEventFilter;
|
|
912
850
|
MaxTotalPayoutChanged(newMaxTotalPayout?: null): MaxTotalPayoutChangedEventFilter;
|
|
913
|
-
|
|
851
|
+
'OwnershipTransferred(address,address)'(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter;
|
|
914
852
|
OwnershipTransferred(previousOwner?: PromiseOrValue<string> | null, newOwner?: PromiseOrValue<string> | null): OwnershipTransferredEventFilter;
|
|
915
|
-
|
|
853
|
+
'RoleAdminChanged(bytes32,bytes32,bytes32)'(role?: PromiseOrValue<BytesLike> | null, previousAdminRole?: PromiseOrValue<BytesLike> | null, newAdminRole?: PromiseOrValue<BytesLike> | null): RoleAdminChangedEventFilter;
|
|
916
854
|
RoleAdminChanged(role?: PromiseOrValue<BytesLike> | null, previousAdminRole?: PromiseOrValue<BytesLike> | null, newAdminRole?: PromiseOrValue<BytesLike> | null): RoleAdminChangedEventFilter;
|
|
917
|
-
|
|
855
|
+
'RoleGranted(bytes32,address,address)'(role?: PromiseOrValue<BytesLike> | null, account?: PromiseOrValue<string> | null, sender?: PromiseOrValue<string> | null): RoleGrantedEventFilter;
|
|
918
856
|
RoleGranted(role?: PromiseOrValue<BytesLike> | null, account?: PromiseOrValue<string> | null, sender?: PromiseOrValue<string> | null): RoleGrantedEventFilter;
|
|
919
|
-
|
|
857
|
+
'RoleRevoked(bytes32,address,address)'(role?: PromiseOrValue<BytesLike> | null, account?: PromiseOrValue<string> | null, sender?: PromiseOrValue<string> | null): RoleRevokedEventFilter;
|
|
920
858
|
RoleRevoked(role?: PromiseOrValue<BytesLike> | null, account?: PromiseOrValue<string> | null, sender?: PromiseOrValue<string> | null): RoleRevokedEventFilter;
|
|
921
|
-
|
|
859
|
+
'SetFees(uint256[],uint256[])'(fees?: null, tierCeilings?: null): SetFeesEventFilter;
|
|
922
860
|
SetFees(fees?: null, tierCeilings?: null): SetFeesEventFilter;
|
|
923
|
-
|
|
861
|
+
'SetPendingOwner(address)'(pendingOwner?: PromiseOrValue<string> | null): SetPendingOwnerEventFilter;
|
|
924
862
|
SetPendingOwner(pendingOwner?: PromiseOrValue<string> | null): SetPendingOwnerEventFilter;
|
|
925
|
-
|
|
863
|
+
'TermsSet(uint8,uint256)'(parameter?: null, input?: null): TermsSetEventFilter;
|
|
926
864
|
TermsSet(parameter?: null, input?: null): TermsSetEventFilter;
|
|
927
|
-
|
|
865
|
+
'UpdateClaimApproval(address,address,bool)'(owner?: PromiseOrValue<string> | null, approvedAccount?: PromiseOrValue<string> | null, approved?: null): UpdateClaimApprovalEventFilter;
|
|
928
866
|
UpdateClaimApproval(owner?: PromiseOrValue<string> | null, approvedAccount?: PromiseOrValue<string> | null, approved?: null): UpdateClaimApprovalEventFilter;
|
|
929
867
|
};
|
|
930
868
|
estimateGas: {
|
|
@@ -978,10 +916,10 @@ export interface MigrationBond extends BaseContract {
|
|
|
978
916
|
from?: PromiseOrValue<string>;
|
|
979
917
|
}): Promise<BigNumber>;
|
|
980
918
|
hasRole(role: PromiseOrValue<BytesLike>, account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<BigNumber>;
|
|
981
|
-
|
|
919
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, _totalRewards: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
|
|
982
920
|
from?: PromiseOrValue<string>;
|
|
983
921
|
}): Promise<BigNumber>;
|
|
984
|
-
|
|
922
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, overrides?: Overrides & {
|
|
985
923
|
from?: PromiseOrValue<string>;
|
|
986
924
|
}): Promise<BigNumber>;
|
|
987
925
|
owner(overrides?: CallOverrides): Promise<BigNumber>;
|
|
@@ -1081,10 +1019,10 @@ export interface MigrationBond extends BaseContract {
|
|
|
1081
1019
|
from?: PromiseOrValue<string>;
|
|
1082
1020
|
}): Promise<PopulatedTransaction>;
|
|
1083
1021
|
hasRole(role: PromiseOrValue<BytesLike>, account: PromiseOrValue<string>, overrides?: CallOverrides): Promise<PopulatedTransaction>;
|
|
1084
|
-
|
|
1022
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address),uint256)'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, _totalRewards: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
|
|
1085
1023
|
from?: PromiseOrValue<string>;
|
|
1086
1024
|
}): Promise<PopulatedTransaction>;
|
|
1087
|
-
|
|
1025
|
+
'initialize(address,(address,address,address,address,uint256[],uint256[],uint256,bool),(uint256,uint256,uint256),(address,address,address))'(_customTreasury: PromiseOrValue<string>, _billCreationDetails: ICustomBillFixedPrice.BillCreationDetailsStruct, _billTerms: ICustomBillFixedPrice.BillTermsStruct, _billAccounts: ICustomBillFixedPrice.BillAccountsStruct, overrides?: Overrides & {
|
|
1088
1026
|
from?: PromiseOrValue<string>;
|
|
1089
1027
|
}): Promise<PopulatedTransaction>;
|
|
1090
1028
|
owner(overrides?: CallOverrides): Promise<PopulatedTransaction>;
|