@gooddollar/goodprotocol 1.0.29-beta.1 → 1.0.29-beta.2
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/artifacts/abis/AdminWallet.min.json +1 -1
- package/artifacts/abis/Faucet.min.json +1 -0
- package/artifacts/abis/GoodDollarStaking.min.json +1 -1
- package/artifacts/abis/GoodDollarStakingMock.min.json +1 -1
- package/artifacts/abis/IGoodDollar.min.json +1 -1
- package/artifacts/abis/IGovernanceStaking.min.json +1 -0
- package/artifacts/abis/IIdentity.min.json +1 -1
- package/artifacts/abis/IIdentityV2.min.json +1 -0
- package/artifacts/abis/IdentityV2.min.json +1 -0
- package/artifacts/abis/InvitesV2.min.json +1 -0
- package/artifacts/abis/UBIScheme.min.json +1 -1
- package/artifacts/contracts/DAOStackInterfaces.sol/Avatar.dbg.json +1 -1
- package/artifacts/contracts/DAOStackInterfaces.sol/Controller.dbg.json +1 -1
- package/artifacts/contracts/DAOStackInterfaces.sol/GlobalConstraintInterface.dbg.json +1 -1
- package/artifacts/contracts/DAOStackInterfaces.sol/IntVoteInterface.dbg.json +1 -1
- package/artifacts/contracts/DAOStackInterfaces.sol/ReputationInterface.dbg.json +1 -1
- package/artifacts/contracts/DAOStackInterfaces.sol/SchemeRegistrar.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/AggregatorV3Interface.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/ERC20.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IAaveIncentivesController.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IAdminWallet.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IDonationStaking.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IERC2917.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IFirstClaimPool.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IGoodDollar.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IGoodDollar.json +39 -0
- package/artifacts/contracts/Interfaces.sol/IGoodStaking.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IHasRouter.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IIdentity.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IIdentity.json +51 -0
- package/artifacts/contracts/Interfaces.sol/IIdentityV2.dbg.json +4 -0
- package/artifacts/contracts/Interfaces.sol/IIdentityV2.json +281 -0
- package/artifacts/contracts/Interfaces.sol/ILendingPool.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IMultichainRouter.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/INameService.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/IUBIScheme.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/ProxyAdmin.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/Reserve.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/Uniswap.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/UniswapFactory.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/UniswapPair.dbg.json +1 -1
- package/artifacts/contracts/Interfaces.sol/cERC20.dbg.json +1 -1
- package/artifacts/contracts/fuseFaucet/Faucet.sol/Faucet.dbg.json +4 -0
- package/artifacts/contracts/fuseFaucet/Faucet.sol/Faucet.json +684 -0
- package/artifacts/contracts/fuseFaucet/FuseFaucet.sol/FuseFaucet.dbg.json +1 -1
- package/artifacts/contracts/fuseFaucet/FuseFaucet.sol/FuseFaucet.json +2 -2
- package/artifacts/contracts/governance/ClaimersDistribution.sol/ClaimersDistribution.dbg.json +1 -1
- package/artifacts/contracts/governance/ClaimersDistribution.sol/ClaimersDistribution.json +2 -2
- package/artifacts/contracts/governance/CompoundVotingMachine.sol/CompoundVotingMachine.dbg.json +1 -1
- package/artifacts/contracts/governance/CompoundVotingMachine.sol/CompoundVotingMachine.json +2 -2
- package/artifacts/contracts/governance/GReputation.sol/GReputation.dbg.json +1 -1
- package/artifacts/contracts/governance/GReputation.sol/GReputation.json +2 -2
- package/artifacts/contracts/governance/GoodDollarStaking.sol/GoodDollarStaking.dbg.json +1 -1
- package/artifacts/contracts/governance/GoodDollarStaking.sol/GoodDollarStaking.json +15 -2
- package/artifacts/contracts/governance/GoodDollarStaking.sol/IGovernanceStaking.dbg.json +4 -0
- package/artifacts/contracts/governance/GoodDollarStaking.sol/IGovernanceStaking.json +24 -0
- package/artifacts/contracts/governance/GoodDollarStaking.sol/RewardsMinter.dbg.json +1 -1
- package/artifacts/contracts/governance/GovernanceStaking.sol/GovernanceStaking.dbg.json +1 -1
- package/artifacts/contracts/governance/GovernanceStaking.sol/GovernanceStaking.json +2 -2
- package/artifacts/contracts/governance/MultiBaseGovernanceShareField.sol/MultiBaseGovernanceShareField.dbg.json +1 -1
- package/artifacts/contracts/governance/Reputation.sol/Reputation.dbg.json +1 -1
- package/artifacts/contracts/governance/Reputation.sol/Reputation.json +2 -2
- package/artifacts/contracts/governance/StakersDistribution.sol/StakersDistribution.dbg.json +1 -1
- package/artifacts/contracts/governance/StakersDistribution.sol/StakersDistribution.json +2 -2
- package/artifacts/contracts/identity/IdentityV2.sol/IdentityV2.dbg.json +4 -0
- package/artifacts/contracts/identity/IdentityV2.sol/IdentityV2.json +1000 -0
- package/artifacts/contracts/invite/InvitesV1.sol/InvitesV1.dbg.json +1 -1
- package/artifacts/contracts/invite/InvitesV1.sol/InvitesV1.json +2 -2
- package/artifacts/contracts/invite/InvitesV2.sol/InvitesV2.dbg.json +4 -0
- package/artifacts/contracts/invite/InvitesV2.sol/InvitesV2.json +586 -0
- package/artifacts/contracts/mocks/AaveMock.sol/AaveMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/DAIMock.sol/DAIMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/DecimalsMock.sol/DecimalsMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/DistributionBridgeMock.sol/DistributionBridgeMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/DistributionBridgeMock.sol/DistributionBridgeMock.json +2 -2
- package/artifacts/contracts/mocks/DistributionHelperTest.sol/DistributionHelperTest.dbg.json +1 -1
- package/artifacts/contracts/mocks/DistributionHelperTest.sol/DistributionHelperTest.json +2 -2
- package/artifacts/contracts/mocks/DistributionHelperTest.sol/DistributionHelperTestHelper.dbg.json +1 -1
- package/artifacts/contracts/mocks/DistributionHelperTest.sol/DistributionHelperTestHelper.json +2 -2
- package/artifacts/contracts/mocks/GoodCompoundStakingTest.sol/GoodCompoundStakingTest.dbg.json +1 -1
- package/artifacts/contracts/mocks/GoodCompoundStakingTest.sol/GoodCompoundStakingTest.json +2 -2
- package/artifacts/contracts/mocks/GoodDollarStakingMock.sol/GoodDollarStakingMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/GoodDollarStakingMock.sol/GoodDollarStakingMock.json +15 -2
- package/artifacts/contracts/mocks/GoodFundManagerTest.sol/GoodFundManagerTest.dbg.json +1 -1
- package/artifacts/contracts/mocks/GoodFundManagerTest.sol/GoodFundManagerTest.json +2 -2
- package/artifacts/contracts/mocks/IncentiveControllerMock.sol/IncentiveControllerMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/LendingPoolMock.sol/LendingPoolMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/MultichainRouterMock.sol/IWrapper.dbg.json +1 -1
- package/artifacts/contracts/mocks/MultichainRouterMock.sol/MultichainRouterMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/MultichainRouterMock.sol/MultichainRouterMock.json +2 -2
- package/artifacts/contracts/mocks/OverMintTester.sol/IGoodDollarStakingTest.dbg.json +1 -1
- package/artifacts/contracts/mocks/OverMintTester.sol/OverMintTester.dbg.json +1 -1
- package/artifacts/contracts/mocks/OverMintTester.sol/OverMintTester.json +2 -2
- package/artifacts/contracts/mocks/OverMintTesterRegularStake.sol/OverMintTesterRegularStake.dbg.json +1 -1
- package/artifacts/contracts/mocks/OverMintTesterRegularStake.sol/OverMintTesterRegularStake.json +2 -2
- package/artifacts/contracts/mocks/SixteenDecimalsTokenMock.sol/SixteenDecimalsTokenMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/StakingMockFixedAPY.sol/StakingMockFixedAPY.dbg.json +1 -1
- package/artifacts/contracts/mocks/SwapHelperTest.sol/SwapHelperTest.dbg.json +1 -1
- package/artifacts/contracts/mocks/SwapHelperTest.sol/SwapHelperTest.json +2 -2
- package/artifacts/contracts/mocks/TwentyDecimalsTokenMock.sol/TwentyDecimalsTokenMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock.json +2 -2
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock2.dbg.json +1 -1
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock2.json +2 -2
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock3.dbg.json +1 -1
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock3.json +2 -2
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock4.dbg.json +1 -1
- package/artifacts/contracts/mocks/UpgradableMocks.sol/UpgradableMock4.json +2 -2
- package/artifacts/contracts/mocks/UsdcMock.sol/USDCMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cBATMock.sol/cBATMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cDAILowWorthMock.sol/cDAILowWorthMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cDAIMock.sol/cDAIMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cDAINonMintableMock.sol/cDAINonMintableMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cDecimalsMock.sol/cDecimalsMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cSDTMock.sol/cSDTMock.dbg.json +1 -1
- package/artifacts/contracts/mocks/cUSDCMock.sol/cUSDCMock.dbg.json +1 -1
- package/artifacts/contracts/reserve/DistributionHelper.sol/DistributionHelper.dbg.json +1 -1
- package/artifacts/contracts/reserve/DistributionHelper.sol/DistributionHelper.json +2 -2
- package/artifacts/contracts/reserve/ExchangeHelper.sol/ExchangeHelper.dbg.json +1 -1
- package/artifacts/contracts/reserve/ExchangeHelper.sol/ExchangeHelper.json +2 -2
- package/artifacts/contracts/reserve/GoodMarketMaker.sol/GoodMarketMaker.dbg.json +1 -1
- package/artifacts/contracts/reserve/GoodMarketMaker.sol/GoodMarketMaker.json +2 -2
- package/artifacts/contracts/reserve/GoodReserveCDai.sol/ContributionCalc.dbg.json +1 -1
- package/artifacts/contracts/reserve/GoodReserveCDai.sol/GoodReserveCDai.dbg.json +1 -1
- package/artifacts/contracts/reserve/GoodReserveCDai.sol/GoodReserveCDai.json +2 -2
- package/artifacts/contracts/staking/BaseShareField.sol/BaseShareField.dbg.json +1 -1
- package/artifacts/contracts/staking/BaseShareField.sol/BaseShareField.json +2 -2
- package/artifacts/contracts/staking/BaseShareFieldV2.sol/BaseShareFieldV2.dbg.json +1 -1
- package/artifacts/contracts/staking/BaseShareFieldV2.sol/BaseShareFieldV2.json +2 -2
- package/artifacts/contracts/staking/DonationsStaking.sol/DonationsStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/DonationsStaking.sol/DonationsStaking.json +2 -2
- package/artifacts/contracts/staking/FuseStakingV3.sol/FuseStakingV3.dbg.json +1 -1
- package/artifacts/contracts/staking/FuseStakingV3.sol/FuseStakingV3.json +2 -2
- package/artifacts/contracts/staking/FuseStakingV3.sol/IConsensus.dbg.json +1 -1
- package/artifacts/contracts/staking/FuseStakingV3.sol/PegSwap.dbg.json +1 -1
- package/artifacts/contracts/staking/GoodFundManager.sol/GoodFundManager.dbg.json +1 -1
- package/artifacts/contracts/staking/GoodFundManager.sol/GoodFundManager.json +2 -2
- package/artifacts/contracts/staking/SimpleStaking.sol/SimpleStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/SimpleStakingV2.sol/SimpleStakingV2.dbg.json +1 -1
- package/artifacts/contracts/staking/UniswapV2SwapHelper.sol/UniswapV2SwapHelper.dbg.json +1 -1
- package/artifacts/contracts/staking/UniswapV2SwapHelper.sol/UniswapV2SwapHelper.json +2 -2
- package/artifacts/contracts/staking/aave/AaveStakingFactory.sol/AaveStakingFactory.dbg.json +1 -1
- package/artifacts/contracts/staking/aave/AaveStakingFactory.sol/AaveStakingFactory.json +2 -2
- package/artifacts/contracts/staking/aave/GoodAaveStaking.sol/GoodAaveStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/aave/GoodAaveStaking.sol/GoodAaveStaking.json +2 -2
- package/artifacts/contracts/staking/aave/GoodAaveStakingV2.sol/GoodAaveStakingV2.dbg.json +1 -1
- package/artifacts/contracts/staking/aave/GoodAaveStakingV2.sol/GoodAaveStakingV2.json +2 -2
- package/artifacts/contracts/staking/compound/CompoundStakingFactory.sol/CompoundStakingFactory.dbg.json +1 -1
- package/artifacts/contracts/staking/compound/CompoundStakingFactory.sol/CompoundStakingFactory.json +2 -2
- package/artifacts/contracts/staking/compound/GoodCompoundStaking.sol/GoodCompoundStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/compound/GoodCompoundStaking.sol/GoodCompoundStaking.json +2 -2
- package/artifacts/contracts/staking/compound/GoodCompoundStakingV2.sol/GoodCompoundStakingV2.dbg.json +1 -1
- package/artifacts/contracts/staking/compound/GoodCompoundStakingV2.sol/GoodCompoundStakingV2.json +2 -2
- package/artifacts/contracts/staking/utils/Math64X64.sol/Math64x64.dbg.json +1 -1
- package/artifacts/contracts/staking/utils/StakingRewardsFixedAPY.sol/StakingRewardsFixedAPY.dbg.json +1 -1
- package/artifacts/contracts/ubi/UBIScheme.sol/UBIScheme.dbg.json +1 -1
- package/artifacts/contracts/ubi/UBIScheme.sol/UBIScheme.json +15 -22
- package/artifacts/contracts/utils/AdminWallet.sol/AdminWallet.dbg.json +1 -1
- package/artifacts/contracts/utils/AdminWallet.sol/AdminWallet.json +76 -56
- package/artifacts/contracts/utils/BancorFormula.sol/BancorFormula.dbg.json +1 -1
- package/artifacts/contracts/utils/BulkProof.sol/BulkProof.dbg.json +1 -1
- package/artifacts/contracts/utils/BulkProof.sol/BulkProof.json +2 -2
- package/artifacts/contracts/utils/DAOContract.sol/DAOContract.dbg.json +1 -1
- package/artifacts/contracts/utils/DAOContract.sol/DAOContract.json +2 -2
- package/artifacts/contracts/utils/DAOUpgradeableContract.sol/DAOUpgradeableContract.dbg.json +1 -1
- package/artifacts/contracts/utils/DAOUpgradeableContract.sol/DAOUpgradeableContract.json +2 -2
- package/artifacts/contracts/utils/DSMath.sol/DSMath.dbg.json +1 -1
- package/artifacts/contracts/utils/DataTypes.sol/DataTypes.dbg.json +1 -1
- package/artifacts/contracts/utils/GoodDollarMintBurnWrapper.sol/GoodDollarMintBurnWrapper.dbg.json +1 -1
- package/artifacts/contracts/utils/GoodDollarMintBurnWrapper.sol/GoodDollarMintBurnWrapper.json +2 -2
- package/artifacts/contracts/utils/GoodDollarMintBurnWrapper.sol/IRouter.dbg.json +1 -1
- package/artifacts/contracts/utils/GoodDollarMintBurnWrapper.sol/PausableControl.dbg.json +1 -1
- package/artifacts/contracts/utils/GoodDollarMintBurnWrapper.sol/TokenOperation.dbg.json +1 -1
- package/artifacts/contracts/utils/GoodDollarMintBurnWrapper.sol/TokenOperation.json +2 -2
- package/artifacts/contracts/utils/MultichainBridgeHelper.sol/MultichainBridgeHelper.dbg.json +1 -1
- package/artifacts/contracts/utils/MultichainBridgeHelper.sol/MultichainBridgeHelper.json +2 -2
- package/artifacts/contracts/utils/NameService.sol/NameService.dbg.json +1 -1
- package/artifacts/contracts/utils/ProtocolUpgrade.sol/OldMarketMaker.dbg.json +1 -1
- package/artifacts/contracts/utils/ProtocolUpgrade.sol/ProtocolUpgrade.dbg.json +1 -1
- package/artifacts/contracts/utils/ProtocolUpgrade.sol/ProtocolUpgrade.json +2 -2
- package/artifacts/contracts/utils/ProtocolUpgradeFuse.sol/ProtocolUpgradeFuse.dbg.json +1 -1
- package/artifacts/contracts/utils/ProtocolUpgradeFuse.sol/ProtocolUpgradeFuse.json +2 -2
- package/artifacts/contracts/utils/ProtocolUpgradeFuseRecover.sol/ProtocolUpgradeFuseRecover.dbg.json +1 -1
- package/artifacts/contracts/utils/ProtocolUpgradeFuseRecover.sol/ProtocolUpgradeFuseRecover.json +2 -2
- package/artifacts/contracts/utils/ProtocolUpgradeRecover.sol/ProtocolUpgradeRecover.dbg.json +1 -1
- package/artifacts/contracts/utils/ProtocolUpgradeRecover.sol/ProtocolUpgradeRecover.json +2 -2
- package/artifacts/contracts/utils/ProxyFactory1967.sol/ERC1967Proxy.dbg.json +1 -1
- package/artifacts/contracts/utils/ProxyFactory1967.sol/ProxyFactory1967.dbg.json +1 -1
- package/artifacts/contracts/utils/ReputationTestHelper.sol/ReputationTestHelper.dbg.json +1 -1
- package/artifacts/contracts/utils/ReputationTestHelper.sol/ReputationTestHelper.json +2 -2
- package/contracts/Interfaces.sol +26 -0
- package/contracts/fuseFaucet/Faucet.sol +245 -0
- package/contracts/governance/GoodDollarStaking.sol +23 -9
- package/contracts/identity/IdentityV2.sol +434 -0
- package/contracts/invite/InvitesV2.sol +316 -0
- package/contracts/ubi/UBIScheme.sol +45 -40
- package/contracts/utils/AdminWallet.sol +42 -11
- package/hardhat.config.ts +16 -2
- package/package.json +3 -2
- package/releases/deploy-settings.json +36 -1
- package/releases/deployment.json +93 -52
- package/scripts/multichain-deploy/0_proxyFactory-deploy.ts +45 -0
- package/scripts/multichain-deploy/{basicdao-deploy.ts → 1_basicdao-deploy.ts} +56 -52
- package/scripts/multichain-deploy/2_helpers-deploy.ts +143 -0
- package/scripts/multichain-deploy/{gdSavings-deploy.ts → 3_gdSavings-deploy.ts} +90 -76
- package/scripts/multichain-deploy/4_ubi-deploy.ts +121 -0
- package/scripts/multichain-deploy/5_gov-deploy.ts +123 -0
- package/scripts/multichain-deploy/helpers.ts +0 -1
- package/scripts/multichain-deploy/verifyEtherscan.ts +84 -0
- package/scripts/test/localOldDaoDeploy.ts +10 -3
- package/scripts/upgrades/identity-upgrade.ts +153 -0
- package/scripts/{multichain-deploy → upgrades}/nonubiDistribution-deploy.ts +2 -5
- package/test/helpers.ts +12 -8
- package/test/ubi/UBIScheme.test.ts +30 -30
- package/test/ubi/UBISchemeCycle.test.ts +9 -7
- package/test/utils/AdminWallet.test.ts +33 -11
- package/types/AdminWallet.ts +124 -113
- package/types/Faucet.ts +1014 -0
- package/types/GoodDollarStaking.ts +34 -0
- package/types/GoodDollarStakingMock.ts +34 -0
- package/types/IERC1271.ts +109 -0
- package/types/IGoodDollar.ts +54 -0
- package/types/IGovernanceStaking.ts +98 -0
- package/types/IIdentity.ts +75 -0
- package/types/IIdentityV2.ts +526 -0
- package/types/IdentityV2.ts +1612 -0
- package/types/InvitesV2.ts +933 -0
- package/types/UBIScheme.ts +19 -40
- package/types/factories/AaveStakingFactory__factory.ts +1 -1
- package/types/factories/AdminWallet__factory.ts +75 -55
- package/types/factories/BaseShareFieldV2__factory.ts +1 -1
- package/types/factories/BaseShareField__factory.ts +1 -1
- package/types/factories/ClaimersDistribution__factory.ts +1 -1
- package/types/factories/CompoundStakingFactory__factory.ts +1 -1
- package/types/factories/CompoundVotingMachine__factory.ts +1 -1
- package/types/factories/DAOContract__factory.ts +1 -1
- package/types/factories/DAOUpgradeableContract__factory.ts +1 -1
- package/types/factories/DistributionBridgeMock__factory.ts +1 -1
- package/types/factories/DistributionHelperTestHelper__factory.ts +1 -1
- package/types/factories/DistributionHelperTest__factory.ts +1 -1
- package/types/factories/DistributionHelper__factory.ts +1 -1
- package/types/factories/DonationsStaking__factory.ts +1 -1
- package/types/factories/ExchangeHelper__factory.ts +1 -1
- package/types/factories/Faucet__factory.ts +729 -0
- package/types/factories/FuseFaucet__factory.ts +1 -1
- package/types/factories/FuseStakingV3__factory.ts +1 -1
- package/types/factories/GReputation__factory.ts +1 -1
- package/types/factories/GoodAaveStakingV2__factory.ts +1 -1
- package/types/factories/GoodAaveStaking__factory.ts +1 -1
- package/types/factories/GoodCompoundStakingTest__factory.ts +1 -1
- package/types/factories/GoodCompoundStakingV2__factory.ts +1 -1
- package/types/factories/GoodCompoundStaking__factory.ts +1 -1
- package/types/factories/GoodDollarMintBurnWrapper__factory.ts +1 -1
- package/types/factories/GoodDollarStakingMock__factory.ts +14 -1
- package/types/factories/GoodDollarStaking__factory.ts +14 -1
- package/types/factories/GoodFundManagerTest__factory.ts +1 -1
- package/types/factories/GoodFundManager__factory.ts +1 -1
- package/types/factories/GoodMarketMaker__factory.ts +1 -1
- package/types/factories/GoodReserveCDai__factory.ts +1 -1
- package/types/factories/GovernanceStaking__factory.ts +1 -1
- package/types/factories/IERC1271__factory.ts +47 -0
- package/types/factories/IGoodDollar__factory.ts +39 -0
- package/types/factories/IGovernanceStaking__factory.ts +39 -0
- package/types/factories/IIdentityV2__factory.ts +293 -0
- package/types/factories/IIdentity__factory.ts +51 -0
- package/types/factories/IdentityV2__factory.ts +1048 -0
- package/types/factories/InvitesV1__factory.ts +1 -1
- package/types/factories/InvitesV2__factory.ts +634 -0
- package/types/factories/MultichainBridgeHelper__factory.ts +1 -1
- package/types/factories/MultichainRouterMock__factory.ts +1 -1
- package/types/factories/OverMintTesterRegularStake__factory.ts +1 -1
- package/types/factories/OverMintTester__factory.ts +1 -1
- package/types/factories/ProtocolUpgradeFuseRecover__factory.ts +1 -1
- package/types/factories/ProtocolUpgradeFuse__factory.ts +1 -1
- package/types/factories/ProtocolUpgradeRecover__factory.ts +1 -1
- package/types/factories/ProtocolUpgrade__factory.ts +1 -1
- package/types/factories/ReputationTestHelper__factory.ts +1 -1
- package/types/factories/Reputation__factory.ts +1 -1
- package/types/factories/StakersDistribution__factory.ts +1 -1
- package/types/factories/SwapHelperTest__factory.ts +1 -1
- package/types/factories/UBIScheme__factory.ts +14 -21
- package/types/factories/UniswapV2SwapHelper__factory.ts +1 -1
- package/types/factories/UpgradableMock2__factory.ts +1 -1
- package/types/factories/UpgradableMock3__factory.ts +1 -1
- package/types/factories/UpgradableMock4__factory.ts +1 -1
- package/types/factories/UpgradableMock__factory.ts +1 -1
- package/types/hardhat.d.ts +54 -0
- package/types/index.ts +12 -0
- package/yarn.lock +4 -4
|
@@ -0,0 +1,634 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
|
|
6
|
+
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
7
|
+
import type { InvitesV2, InvitesV2Interface } from "../InvitesV2";
|
|
8
|
+
|
|
9
|
+
const _abi = [
|
|
10
|
+
{
|
|
11
|
+
anonymous: false,
|
|
12
|
+
inputs: [
|
|
13
|
+
{
|
|
14
|
+
indexed: false,
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "previousAdmin",
|
|
17
|
+
type: "address",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
indexed: false,
|
|
21
|
+
internalType: "address",
|
|
22
|
+
name: "newAdmin",
|
|
23
|
+
type: "address",
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
name: "AdminChanged",
|
|
27
|
+
type: "event",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
anonymous: false,
|
|
31
|
+
inputs: [
|
|
32
|
+
{
|
|
33
|
+
indexed: true,
|
|
34
|
+
internalType: "address",
|
|
35
|
+
name: "beacon",
|
|
36
|
+
type: "address",
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
name: "BeaconUpgraded",
|
|
40
|
+
type: "event",
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
anonymous: false,
|
|
44
|
+
inputs: [
|
|
45
|
+
{
|
|
46
|
+
indexed: true,
|
|
47
|
+
internalType: "address",
|
|
48
|
+
name: "inviter",
|
|
49
|
+
type: "address",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
indexed: true,
|
|
53
|
+
internalType: "address",
|
|
54
|
+
name: "invitee",
|
|
55
|
+
type: "address",
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
name: "InviteeJoined",
|
|
59
|
+
type: "event",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
anonymous: false,
|
|
63
|
+
inputs: [
|
|
64
|
+
{
|
|
65
|
+
indexed: true,
|
|
66
|
+
internalType: "address",
|
|
67
|
+
name: "inviter",
|
|
68
|
+
type: "address",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
indexed: true,
|
|
72
|
+
internalType: "address",
|
|
73
|
+
name: "invitee",
|
|
74
|
+
type: "address",
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
indexed: false,
|
|
78
|
+
internalType: "uint256",
|
|
79
|
+
name: "bountyPaid",
|
|
80
|
+
type: "uint256",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
indexed: false,
|
|
84
|
+
internalType: "uint256",
|
|
85
|
+
name: "inviterLevel",
|
|
86
|
+
type: "uint256",
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
indexed: false,
|
|
90
|
+
internalType: "bool",
|
|
91
|
+
name: "earnedLevel",
|
|
92
|
+
type: "bool",
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
name: "InviterBounty",
|
|
96
|
+
type: "event",
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
anonymous: false,
|
|
100
|
+
inputs: [
|
|
101
|
+
{
|
|
102
|
+
indexed: true,
|
|
103
|
+
internalType: "address",
|
|
104
|
+
name: "implementation",
|
|
105
|
+
type: "address",
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
name: "Upgraded",
|
|
109
|
+
type: "event",
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
inputs: [],
|
|
113
|
+
name: "active",
|
|
114
|
+
outputs: [
|
|
115
|
+
{
|
|
116
|
+
internalType: "bool",
|
|
117
|
+
name: "",
|
|
118
|
+
type: "bool",
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
stateMutability: "view",
|
|
122
|
+
type: "function",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
inputs: [],
|
|
126
|
+
name: "avatar",
|
|
127
|
+
outputs: [
|
|
128
|
+
{
|
|
129
|
+
internalType: "address payable",
|
|
130
|
+
name: "",
|
|
131
|
+
type: "address",
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
stateMutability: "view",
|
|
135
|
+
type: "function",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
inputs: [
|
|
139
|
+
{
|
|
140
|
+
internalType: "address",
|
|
141
|
+
name: "_invitee",
|
|
142
|
+
type: "address",
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
name: "bountyFor",
|
|
146
|
+
outputs: [
|
|
147
|
+
{
|
|
148
|
+
internalType: "uint256",
|
|
149
|
+
name: "bounty",
|
|
150
|
+
type: "uint256",
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
stateMutability: "nonpayable",
|
|
154
|
+
type: "function",
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
inputs: [
|
|
158
|
+
{
|
|
159
|
+
internalType: "address",
|
|
160
|
+
name: "_invitee",
|
|
161
|
+
type: "address",
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
name: "canCollectBountyFor",
|
|
165
|
+
outputs: [
|
|
166
|
+
{
|
|
167
|
+
internalType: "bool",
|
|
168
|
+
name: "",
|
|
169
|
+
type: "bool",
|
|
170
|
+
},
|
|
171
|
+
],
|
|
172
|
+
stateMutability: "view",
|
|
173
|
+
type: "function",
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
inputs: [
|
|
177
|
+
{
|
|
178
|
+
internalType: "bytes32",
|
|
179
|
+
name: "",
|
|
180
|
+
type: "bytes32",
|
|
181
|
+
},
|
|
182
|
+
],
|
|
183
|
+
name: "codeToUser",
|
|
184
|
+
outputs: [
|
|
185
|
+
{
|
|
186
|
+
internalType: "address",
|
|
187
|
+
name: "",
|
|
188
|
+
type: "address",
|
|
189
|
+
},
|
|
190
|
+
],
|
|
191
|
+
stateMutability: "view",
|
|
192
|
+
type: "function",
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
inputs: [],
|
|
196
|
+
name: "collectBounties",
|
|
197
|
+
outputs: [],
|
|
198
|
+
stateMutability: "nonpayable",
|
|
199
|
+
type: "function",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
inputs: [],
|
|
203
|
+
name: "end",
|
|
204
|
+
outputs: [],
|
|
205
|
+
stateMutability: "nonpayable",
|
|
206
|
+
type: "function",
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
inputs: [],
|
|
210
|
+
name: "getIdentity",
|
|
211
|
+
outputs: [
|
|
212
|
+
{
|
|
213
|
+
internalType: "contract IIdentityV2",
|
|
214
|
+
name: "",
|
|
215
|
+
type: "address",
|
|
216
|
+
},
|
|
217
|
+
],
|
|
218
|
+
stateMutability: "view",
|
|
219
|
+
type: "function",
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
inputs: [
|
|
223
|
+
{
|
|
224
|
+
internalType: "address",
|
|
225
|
+
name: "_inviter",
|
|
226
|
+
type: "address",
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
name: "getInvitees",
|
|
230
|
+
outputs: [
|
|
231
|
+
{
|
|
232
|
+
internalType: "address[]",
|
|
233
|
+
name: "",
|
|
234
|
+
type: "address[]",
|
|
235
|
+
},
|
|
236
|
+
],
|
|
237
|
+
stateMutability: "view",
|
|
238
|
+
type: "function",
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
inputs: [
|
|
242
|
+
{
|
|
243
|
+
internalType: "address",
|
|
244
|
+
name: "_inviter",
|
|
245
|
+
type: "address",
|
|
246
|
+
},
|
|
247
|
+
],
|
|
248
|
+
name: "getPendingBounties",
|
|
249
|
+
outputs: [
|
|
250
|
+
{
|
|
251
|
+
internalType: "uint256",
|
|
252
|
+
name: "",
|
|
253
|
+
type: "uint256",
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
stateMutability: "view",
|
|
257
|
+
type: "function",
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
inputs: [
|
|
261
|
+
{
|
|
262
|
+
internalType: "address",
|
|
263
|
+
name: "_inviter",
|
|
264
|
+
type: "address",
|
|
265
|
+
},
|
|
266
|
+
],
|
|
267
|
+
name: "getPendingInvitees",
|
|
268
|
+
outputs: [
|
|
269
|
+
{
|
|
270
|
+
internalType: "address[]",
|
|
271
|
+
name: "",
|
|
272
|
+
type: "address[]",
|
|
273
|
+
},
|
|
274
|
+
],
|
|
275
|
+
stateMutability: "view",
|
|
276
|
+
type: "function",
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
inputs: [],
|
|
280
|
+
name: "goodDollar",
|
|
281
|
+
outputs: [
|
|
282
|
+
{
|
|
283
|
+
internalType: "contract cERC20",
|
|
284
|
+
name: "",
|
|
285
|
+
type: "address",
|
|
286
|
+
},
|
|
287
|
+
],
|
|
288
|
+
stateMutability: "view",
|
|
289
|
+
type: "function",
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
inputs: [
|
|
293
|
+
{
|
|
294
|
+
internalType: "address payable",
|
|
295
|
+
name: "_avatar",
|
|
296
|
+
type: "address",
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
internalType: "address",
|
|
300
|
+
name: "_ns",
|
|
301
|
+
type: "address",
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
internalType: "address",
|
|
305
|
+
name: "_gd",
|
|
306
|
+
type: "address",
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
internalType: "uint256",
|
|
310
|
+
name: "_level0Bounty",
|
|
311
|
+
type: "uint256",
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
internalType: "address",
|
|
315
|
+
name: "_owner",
|
|
316
|
+
type: "address",
|
|
317
|
+
},
|
|
318
|
+
],
|
|
319
|
+
name: "initialize",
|
|
320
|
+
outputs: [],
|
|
321
|
+
stateMutability: "nonpayable",
|
|
322
|
+
type: "function",
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
inputs: [
|
|
326
|
+
{
|
|
327
|
+
internalType: "bytes32",
|
|
328
|
+
name: "_myCode",
|
|
329
|
+
type: "bytes32",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
internalType: "bytes32",
|
|
333
|
+
name: "_inviterCode",
|
|
334
|
+
type: "bytes32",
|
|
335
|
+
},
|
|
336
|
+
],
|
|
337
|
+
name: "join",
|
|
338
|
+
outputs: [],
|
|
339
|
+
stateMutability: "nonpayable",
|
|
340
|
+
type: "function",
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
inputs: [],
|
|
344
|
+
name: "levelExpirationEnabled",
|
|
345
|
+
outputs: [
|
|
346
|
+
{
|
|
347
|
+
internalType: "bool",
|
|
348
|
+
name: "",
|
|
349
|
+
type: "bool",
|
|
350
|
+
},
|
|
351
|
+
],
|
|
352
|
+
stateMutability: "view",
|
|
353
|
+
type: "function",
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
inputs: [
|
|
357
|
+
{
|
|
358
|
+
internalType: "uint256",
|
|
359
|
+
name: "",
|
|
360
|
+
type: "uint256",
|
|
361
|
+
},
|
|
362
|
+
],
|
|
363
|
+
name: "levels",
|
|
364
|
+
outputs: [
|
|
365
|
+
{
|
|
366
|
+
internalType: "uint256",
|
|
367
|
+
name: "toNext",
|
|
368
|
+
type: "uint256",
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
internalType: "uint256",
|
|
372
|
+
name: "bounty",
|
|
373
|
+
type: "uint256",
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
internalType: "uint256",
|
|
377
|
+
name: "daysToComplete",
|
|
378
|
+
type: "uint256",
|
|
379
|
+
},
|
|
380
|
+
],
|
|
381
|
+
stateMutability: "view",
|
|
382
|
+
type: "function",
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
inputs: [],
|
|
386
|
+
name: "nameService",
|
|
387
|
+
outputs: [
|
|
388
|
+
{
|
|
389
|
+
internalType: "contract NameService",
|
|
390
|
+
name: "",
|
|
391
|
+
type: "address",
|
|
392
|
+
},
|
|
393
|
+
],
|
|
394
|
+
stateMutability: "view",
|
|
395
|
+
type: "function",
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
inputs: [],
|
|
399
|
+
name: "owner",
|
|
400
|
+
outputs: [
|
|
401
|
+
{
|
|
402
|
+
internalType: "address",
|
|
403
|
+
name: "",
|
|
404
|
+
type: "address",
|
|
405
|
+
},
|
|
406
|
+
],
|
|
407
|
+
stateMutability: "view",
|
|
408
|
+
type: "function",
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
inputs: [
|
|
412
|
+
{
|
|
413
|
+
internalType: "bool",
|
|
414
|
+
name: "_active",
|
|
415
|
+
type: "bool",
|
|
416
|
+
},
|
|
417
|
+
],
|
|
418
|
+
name: "setActive",
|
|
419
|
+
outputs: [],
|
|
420
|
+
stateMutability: "nonpayable",
|
|
421
|
+
type: "function",
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
inputs: [
|
|
425
|
+
{
|
|
426
|
+
internalType: "uint256",
|
|
427
|
+
name: "_lvl",
|
|
428
|
+
type: "uint256",
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
internalType: "uint256",
|
|
432
|
+
name: "_toNext",
|
|
433
|
+
type: "uint256",
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
internalType: "uint256",
|
|
437
|
+
name: "_bounty",
|
|
438
|
+
type: "uint256",
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
internalType: "uint256",
|
|
442
|
+
name: "_daysToComplete",
|
|
443
|
+
type: "uint256",
|
|
444
|
+
},
|
|
445
|
+
],
|
|
446
|
+
name: "setLevel",
|
|
447
|
+
outputs: [],
|
|
448
|
+
stateMutability: "nonpayable",
|
|
449
|
+
type: "function",
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
inputs: [
|
|
453
|
+
{
|
|
454
|
+
internalType: "bool",
|
|
455
|
+
name: "_isEnabled",
|
|
456
|
+
type: "bool",
|
|
457
|
+
},
|
|
458
|
+
],
|
|
459
|
+
name: "setLevelExpirationEnabled",
|
|
460
|
+
outputs: [],
|
|
461
|
+
stateMutability: "nonpayable",
|
|
462
|
+
type: "function",
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
inputs: [],
|
|
466
|
+
name: "stats",
|
|
467
|
+
outputs: [
|
|
468
|
+
{
|
|
469
|
+
internalType: "uint256",
|
|
470
|
+
name: "totalApprovedInvites",
|
|
471
|
+
type: "uint256",
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
internalType: "uint256",
|
|
475
|
+
name: "totalBountiesPaid",
|
|
476
|
+
type: "uint256",
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
internalType: "uint256",
|
|
480
|
+
name: "totalInvited",
|
|
481
|
+
type: "uint256",
|
|
482
|
+
},
|
|
483
|
+
],
|
|
484
|
+
stateMutability: "view",
|
|
485
|
+
type: "function",
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
inputs: [
|
|
489
|
+
{
|
|
490
|
+
internalType: "address",
|
|
491
|
+
name: "newImplementation",
|
|
492
|
+
type: "address",
|
|
493
|
+
},
|
|
494
|
+
],
|
|
495
|
+
name: "upgradeTo",
|
|
496
|
+
outputs: [],
|
|
497
|
+
stateMutability: "nonpayable",
|
|
498
|
+
type: "function",
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
inputs: [
|
|
502
|
+
{
|
|
503
|
+
internalType: "address",
|
|
504
|
+
name: "newImplementation",
|
|
505
|
+
type: "address",
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
internalType: "bytes",
|
|
509
|
+
name: "data",
|
|
510
|
+
type: "bytes",
|
|
511
|
+
},
|
|
512
|
+
],
|
|
513
|
+
name: "upgradeToAndCall",
|
|
514
|
+
outputs: [],
|
|
515
|
+
stateMutability: "payable",
|
|
516
|
+
type: "function",
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
inputs: [
|
|
520
|
+
{
|
|
521
|
+
internalType: "address",
|
|
522
|
+
name: "",
|
|
523
|
+
type: "address",
|
|
524
|
+
},
|
|
525
|
+
],
|
|
526
|
+
name: "users",
|
|
527
|
+
outputs: [
|
|
528
|
+
{
|
|
529
|
+
internalType: "address",
|
|
530
|
+
name: "invitedBy",
|
|
531
|
+
type: "address",
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
internalType: "bytes32",
|
|
535
|
+
name: "inviteCode",
|
|
536
|
+
type: "bytes32",
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
internalType: "bool",
|
|
540
|
+
name: "bountyPaid",
|
|
541
|
+
type: "bool",
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
internalType: "uint256",
|
|
545
|
+
name: "level",
|
|
546
|
+
type: "uint256",
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
internalType: "uint256",
|
|
550
|
+
name: "levelStarted",
|
|
551
|
+
type: "uint256",
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
internalType: "uint256",
|
|
555
|
+
name: "totalApprovedInvites",
|
|
556
|
+
type: "uint256",
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
internalType: "uint256",
|
|
560
|
+
name: "totalEarned",
|
|
561
|
+
type: "uint256",
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
internalType: "uint256",
|
|
565
|
+
name: "joinedAt",
|
|
566
|
+
type: "uint256",
|
|
567
|
+
},
|
|
568
|
+
],
|
|
569
|
+
stateMutability: "view",
|
|
570
|
+
type: "function",
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
inputs: [],
|
|
574
|
+
name: "version",
|
|
575
|
+
outputs: [
|
|
576
|
+
{
|
|
577
|
+
internalType: "string",
|
|
578
|
+
name: "",
|
|
579
|
+
type: "string",
|
|
580
|
+
},
|
|
581
|
+
],
|
|
582
|
+
stateMutability: "pure",
|
|
583
|
+
type: "function",
|
|
584
|
+
},
|
|
585
|
+
];
|
|
586
|
+
|
|
587
|
+
const _bytecode =
|
|
588
|
+
"0x60a06040523060601b60805234801561001757600080fd5b5060805160601c61226661004b600039600081816105df0152818161061f0152818161080f015261084f01526122666000f3fe6080604052600436106101315760003560e01c806302fb0c5e14610136578063119e5bf31461016c57806321132aad146101995780633659cfe6146101bb57806336afc6fa146101db5780633e6326fc146101f057806341155d5e146102105780634f1ef2861461023e578063530b97a41461025157806354fd4d50146102715780635aef7de6146102a55780635b419a65146102c55780636d619ef8146102e55780638da5cb5b14610305578063a1df6fd314610325578063a87430ba1461033f578063acec338a146103f6578063af6346b014610416578063b2596a671461042b578063b6567cd514610482578063b9fb2d18146104a2578063ba6f5680146104c2578063d80528ae146104f8578063e951a3aa14610517578063e9881a5e14610544578063efbe1c1c14610564575b600080fd5b34801561014257600080fd5b50606b5461015790600160a01b900460ff1681565b60405190151581526020015b60405180910390f35b34801561017857600080fd5b50606b5461018c906001600160a01b031681565b6040516101639190611ca7565b3480156101a557600080fd5b506101b96101b4366004611cc9565b610579565b005b3480156101c757600080fd5b506101b96101d6366004611cfb565b6105d4565b3480156101e757600080fd5b5061018c61069d565b3480156101fc57600080fd5b50606a5461018c906001600160a01b031681565b34801561021c57600080fd5b5061023061022b366004611cfb565b610737565b604051908152602001610163565b6101b961024c366004611d2e565b610804565b34801561025d57600080fd5b506101b961026c366004611df1565b6108be565b34801561027d57600080fd5b5060408051808201825260058152640312e352e360dc1b602082015290516101639190611e89565b3480156102b157600080fd5b5060675461018c906001600160a01b031681565b3480156102d157600080fd5b506101b96102e0366004611ebc565b610a06565b3480156102f157600080fd5b50610157610300366004611cfb565b610c3f565b34801561031157600080fd5b5060695461018c906001600160a01b031681565b34801561033157600080fd5b506074546101579060ff1681565b34801561034b57600080fd5b506103ab61035a366004611cfb565b606660205260009081526040902080546001820154600283015460058401546006850154600786015460088701546009909701546001600160a01b0390961696949560ff9094169492939192909188565b604080516001600160a01b0390991689526020890197909752941515958701959095526060860192909252608085015260a084015260c083019190915260e082015261010001610163565b34801561040257600080fd5b506101b9610411366004611cc9565b610e3b565b34801561042257600080fd5b506101b9610e98565b34801561043757600080fd5b50610467610446366004611ede565b60686020526000908152604090208054600182015460029092015490919083565b60408051938452602084019290925290820152606001610163565b34801561048e57600080fd5b5061023061049d366004611cfb565b611014565b3480156104ae57600080fd5b506101b96104bd366004611ef7565b611093565b3480156104ce57600080fd5b5061018c6104dd366004611ede565b6065602052600090815260409020546001600160a01b031681565b34801561050457600080fd5b50606c54606d54606e5461046792919083565b34801561052357600080fd5b50610537610532366004611cfb565b6110f2565b6040516101639190611f29565b34801561055057600080fd5b5061053761055f366004611cfb565b6112dd565b34801561057057600080fd5b506101b9611356565b6069546001600160a01b031633148061059c57506067546001600160a01b031633145b6105c15760405162461bcd60e51b81526004016105b890611f76565b60405180910390fd5b6074805460ff1916911515919091179055565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016141561061d5760405162461bcd60e51b81526004016105b890611fc2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661064f611501565b6001600160a01b0316146106755760405162461bcd60e51b81526004016105b890611ffc565b61067e8161151d565b6040805160008082526020820190925261069a9183919061155c565b50565b606a5460405163bf40fac160e01b81526020600482015260086024820152674944454e5449545960c01b60448201526000916001600160a01b03169063bf40fac19060640160206040518083038186803b1580156106fa57600080fd5b505afa15801561070e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107329190612036565b905090565b6001600160a01b0381166000908152606660209081526040808320600401805482518185028101850190935280835284938301828280156107a157602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610783575b505050505090506000805b82518110156107fc576107d78382815181106107ca576107ca612053565b6020026020010151610c3f565b156107ea57816107e68161207f565b9250505b806107f48161207f565b9150506107ac565b509392505050565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016141561084d5760405162461bcd60e51b81526004016105b890611fc2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661087f611501565b6001600160a01b0316146108a55760405162461bcd60e51b81526004016105b890611ffc565b6108ae8261151d565b6108ba8282600161155c565b5050565b600054610100900460ff16806108d7575060005460ff16155b61093a5760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016105b8565b600054610100900460ff1615801561095c576000805461ffff19166101011790555b606980546001600160a01b038085166001600160a01b031992831617909255606a8054888416908316179055606b80546000805260686020527fad6f8124f6081c2622ab3a16acd47af73d52fe87b755c3f897263c58ba3fdbd88790558784166001600160a81b031990911617600160a01b17905560678054928916929091169190911790556074805460ff1916905580156109fe576000805461ff00191690555b505050505050565b606b54600160a01b900460ff16610a1c57600080fd5b6000828152606560205260409020546001600160a01b03161580610a5657506000828152606560205260409020546001600160a01b031633145b610a9f5760405162461bcd60e51b815260206004820152601a602482015279696e7669746520636f646520616c726561647920696e2075736560301b60448201526064016105b8565b33600090815260666020908152604080832084845260659092529091205460018201546001600160a01b03909116901580610af5575081546001600160a01b0316158015610af557506001600160a01b03811615155b610b375760405162461bcd60e51b81526020600482015260136024820152721d5cd95c88185b1c9958591e481a9bda5b9959606a1b60448201526064016105b8565b6001820154610b73576001820184905542600683018190556009830155600084815260656020526040902080546001600160a01b031916331790555b6001600160a01b03811615610c035781546001600160a01b0382166001600160a01b0319918216811784556000908152606660209081526040822060038101805460018181018355918552838520018054861633908117909155600490920180548083018255908552928420909201805490941617909255606e8054909190610bfd90849061209a565b90915550505b60405133906001600160a01b038316907fd8c638d8979e2ba5dba1f0d66246ee4b1c54b838f0e0a2b601365345eb23b05190600090a350505050565b6001600160a01b03808216600090815260666020908152604080832054909316808352838320600501548352606890915291812060020154607454919291839060ff1615156001148015610c935750600082115b8015610cde57506001600160a01b03808416600090815260666020526040808220600601549288168252902060090154610cdb916201518091610cd5916116a3565b906116b6565b82105b90506001600160a01b03831615801590610d1457506001600160a01b03851660009081526066602052604090206002015460ff16155b8015610d9e5750610d2361069d565b6001600160a01b0316633af32abf866040518263ffffffff1660e01b8152600401610d4e9190611ca7565b60206040518083038186803b158015610d6657600080fd5b505afa158015610d7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d9e91906120b2565b8015610e285750610dad61069d565b6001600160a01b0316633af32abf846040518263ffffffff1660e01b8152600401610dd89190611ca7565b60206040518083038186803b158015610df057600080fd5b505afa158015610e04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2891906120b2565b8015610e32575080155b95945050505050565b6069546001600160a01b0316331480610e5e57506067546001600160a01b031633145b610e7a5760405162461bcd60e51b81526004016105b890611f76565b606b8054911515600160a01b0260ff60a01b19909216919091179055565b606b54600160a01b900460ff16610eae57600080fd5b33600090815260666020526040812060040180549091908190610ed3906001906120cf565b90505b60008112610f8457620186a05a1015610eee57610f84565b6000838281548110610f0257610f02612053565b6000918252602090912001546001600160a01b03169050610f2281610c3f565b15610f7157610f328160006116c2565b610f3c908461209a565b925083805480610f4e57610f4e61210e565b600082815260209020810160001990810180546001600160a01b03191690550190555b5080610f7c81612124565b915050610ed6565b5080156108ba57606b5460405163a9059cbb60e01b81526001600160a01b039091169063a9059cbb90610fbd9033908590600401612142565b602060405180830381600087803b158015610fd757600080fd5b505af1158015610feb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061100f91906120b2565b505050565b606b54600090600160a01b900460ff1661102d57600080fd5b61103682610c3f565b6110825760405162461bcd60e51b815260206004820181905260248201527f75736572206e6f7420656c6c6967626c6520666f7220626f756e74792079657460448201526064016105b8565b61108d8260016116c2565b92915050565b6069546001600160a01b03163314806110b657506067546001600160a01b031633145b6110d25760405162461bcd60e51b81526004016105b890611f76565b600093845260686020526040909320918255600282019290925560010155565b6001600160a01b038116600090815260666020908152604080832060040180548251818502810185019093528083526060949383018282801561115e57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611140575b5050505050905060008060005b83518110156111d8576066600085838151811061118a5761118a612053565b6020908102919091018101516001600160a01b031682528101919091526040016000206002015460ff166111c657816111c28161207f565b9250505b806111d08161207f565b91505061116b565b506000816001600160401b038111156111f3576111f3611d18565b60405190808252806020026020018201604052801561121c578160200160208202803683370190505b50905060005b84518110156112d3576066600086838151811061124157611241612053565b6020908102919091018101516001600160a01b031682528101919091526040016000206002015460ff166112c15784818151811061128157611281612053565b602002602001015182858151811061129b5761129b612053565b6001600160a01b0390921660209283029190910190910152836112bd8161207f565b9450505b806112cb8161207f565b915050611222565b5095945050505050565b6001600160a01b03811660009081526066602090815260409182902060030180548351818402810184019094528084526060939283018282801561134a57602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161132c575b50505050509050919050565b6069546001600160a01b031633148061137957506067546001600160a01b031633145b6113955760405162461bcd60e51b81526004016105b890611f76565b606b54600160a01b900460ff166113ab57600080fd5b606b546040516370a0823160e01b81526000916001600160a01b0316906370a08231906113dc903090600401611ca7565b60206040518083038186803b1580156113f457600080fd5b505afa158015611408573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061142c919061215b565b606b5460675460405163a9059cbb60e01b81529293506001600160a01b039182169263a9059cbb926114649216908590600401612142565b602060405180830381600087803b15801561147e57600080fd5b505af1158015611492573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b691906120b2565b506067546040516001600160a01b03909116904780156108fc02916000818181858888f193505050501580156114f0573d6000803e3d6000fd5b5050606b805460ff60a01b19169055565b6000805160206121ea833981519152546001600160a01b031690565b6069546001600160a01b031633148061154057506067546001600160a01b031633145b61069a5760405162461bcd60e51b81526004016105b890611f76565b6000611566611501565b905061157184611ab9565b60008351118061157e5750815b1561158f5761158d8484611b4c565b505b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd9143805460ff1661169c57805460ff1916600117815560405161160a9086906115db908590602401611ca7565b60408051601f198184030181529190526020810180516001600160e01b0316631b2ce7f360e11b179052611b4c565b50805460ff1916815561161b611501565b6001600160a01b0316826001600160a01b0316146116935760405162461bcd60e51b815260206004820152602f60248201527f45524331393637557067726164653a207570677261646520627265616b73206660448201526e75727468657220757067726164657360881b60648201526084016105b8565b61169c85611c2e565b5050505050565b60006116af8284612174565b9392505050565b60006116af828461218b565b6001600160a01b03828116600090815260666020908152604080832080546009909101549416808452818420600590810154855260688452828520835160808101855281548152600182015495810195909552600281015485850152835160a081019485905295969295929487949093919260608501929160038501919082845b815481526020019060010190808311611743575050505050815250509050600080826040015111801561179057506001600160a01b03841660009081526066602052604090206006015483115b80156117ce57506001600160a01b0384166000908152606660205260409020600601546117c7906201518090610cd59086906116a3565b8260400151105b6001600160a01b03808916600090815260666020526040808220600201805460ff19166001908117909155928816825281206007018054939450919261181590849061209a565b90915550506020808301516001600160a01b038616600090815260669092526040822060080180549192909161184c90849061209a565b9091555050606c80546001919060009061186790849061209a565b90915550506020820151606d805460009061188390849061209a565b90915550508151600090158015906118b7575082516001600160a01b03861660009081526066602052604090206007015410155b80156118c1575081155b1561191a576001600160a01b03851660009081526066602052604081206005018054600192906118f290849061209a565b9091555050506001600160a01b03841660009081526066602052604090204260069091015560015b86156119aa57606b54602084015160405163a9059cbb60e01b81526001600160a01b039092169163a9059cbb9161195691899190600401612142565b602060405180830381600087803b15801561197057600080fd5b505af1158015611984573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119a891906120b2565b505b606b5460208401516001600160a01b039091169063a9059cbb908a906119d19060026116b6565b6040518363ffffffff1660e01b81526004016119ee929190612142565b602060405180830381600087803b158015611a0857600080fd5b505af1158015611a1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a4091906120b2565b506020838101516001600160a01b0387811660008181526066855260409081902060050154815194855294840194909452841515838501529251908b1692917f6081787cd1bd02ab1576c52f03e8710d792d460e7881c3155d77d23893f3768b919081900360600190a350506020015195945050505050565b803b611b1d5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084016105b8565b6000805160206121ea83398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6060823b611bab5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016105b8565b600080846001600160a01b031684604051611bc691906121ad565b600060405180830381855af49150503d8060008114611c01576040519150601f19603f3d011682016040523d82523d6000602084013e611c06565b606091505b5091509150610e32828260405180606001604052806027815260200161220a60279139611c6e565b611c3781611ab9565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60608315611c7d5750816116af565b825115611c8d5782518084602001fd5b8160405162461bcd60e51b81526004016105b89190611e89565b6001600160a01b0391909116815260200190565b801515811461069a57600080fd5b600060208284031215611cdb57600080fd5b81356116af81611cbb565b6001600160a01b038116811461069a57600080fd5b600060208284031215611d0d57600080fd5b81356116af81611ce6565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215611d4157600080fd5b8235611d4c81611ce6565b915060208301356001600160401b0380821115611d6857600080fd5b818501915085601f830112611d7c57600080fd5b813581811115611d8e57611d8e611d18565b604051601f8201601f19908116603f01168101908382118183101715611db657611db6611d18565b81604052828152886020848701011115611dcf57600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b600080600080600060a08688031215611e0957600080fd5b8535611e1481611ce6565b94506020860135611e2481611ce6565b93506040860135611e3481611ce6565b9250606086013591506080860135611e4b81611ce6565b809150509295509295909350565b60005b83811015611e74578181015183820152602001611e5c565b83811115611e83576000848401525b50505050565b6020815260008251806020840152611ea8816040850160208701611e59565b601f01601f19169190910160400192915050565b60008060408385031215611ecf57600080fd5b50508035926020909101359150565b600060208284031215611ef057600080fd5b5035919050565b60008060008060808587031215611f0d57600080fd5b5050823594602084013594506040840135936060013592509050565b6020808252825182820181905260009190848201906040850190845b81811015611f6a5783516001600160a01b031683529284019291840191600101611f45565b50909695505050505050565b6020808252602c908201527f4f6e6c79206f776e6572206f72206176617461722063616e20706572666f726d60408201526b103a3434b99030b1ba34b7b760a11b606082015260800190565b6020808252602c908201526000805160206121ca83398151915260408201526b19195b1959d85d1958d85b1b60a21b606082015260800190565b6020808252602c908201526000805160206121ca83398151915260408201526b6163746976652070726f787960a01b606082015260800190565b60006020828403121561204857600080fd5b81516116af81611ce6565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060001982141561209357612093612069565b5060010190565b600082198211156120ad576120ad612069565b500190565b6000602082840312156120c457600080fd5b81516116af81611cbb565b60008083128015600160ff1b8501841216156120ed576120ed612069565b6001600160ff1b038401831381161561210857612108612069565b50500390565b634e487b7160e01b600052603160045260246000fd5b6000600160ff1b82141561213a5761213a612069565b506000190190565b6001600160a01b03929092168252602082015260400190565b60006020828403121561216d57600080fd5b5051919050565b60008282101561218657612186612069565b500390565b6000826121a857634e487b7160e01b600052601260045260246000fd5b500490565b600082516121bf818460208701611e59565b919091019291505056fe46756e6374696f6e206d7573742062652063616c6c6564207468726f75676820360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212205554cbfe4d9c61c325e8d02eb1f18894a456ab42628643eddcec04aad66751b264736f6c63430008080033";
|
|
589
|
+
|
|
590
|
+
type InvitesV2ConstructorParams =
|
|
591
|
+
| [signer?: Signer]
|
|
592
|
+
| ConstructorParameters<typeof ContractFactory>;
|
|
593
|
+
|
|
594
|
+
const isSuperArgs = (
|
|
595
|
+
xs: InvitesV2ConstructorParams
|
|
596
|
+
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
597
|
+
|
|
598
|
+
export class InvitesV2__factory extends ContractFactory {
|
|
599
|
+
constructor(...args: InvitesV2ConstructorParams) {
|
|
600
|
+
if (isSuperArgs(args)) {
|
|
601
|
+
super(...args);
|
|
602
|
+
} else {
|
|
603
|
+
super(_abi, _bytecode, args[0]);
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
deploy(
|
|
608
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
609
|
+
): Promise<InvitesV2> {
|
|
610
|
+
return super.deploy(overrides || {}) as Promise<InvitesV2>;
|
|
611
|
+
}
|
|
612
|
+
getDeployTransaction(
|
|
613
|
+
overrides?: Overrides & { from?: string | Promise<string> }
|
|
614
|
+
): TransactionRequest {
|
|
615
|
+
return super.getDeployTransaction(overrides || {});
|
|
616
|
+
}
|
|
617
|
+
attach(address: string): InvitesV2 {
|
|
618
|
+
return super.attach(address) as InvitesV2;
|
|
619
|
+
}
|
|
620
|
+
connect(signer: Signer): InvitesV2__factory {
|
|
621
|
+
return super.connect(signer) as InvitesV2__factory;
|
|
622
|
+
}
|
|
623
|
+
static readonly bytecode = _bytecode;
|
|
624
|
+
static readonly abi = _abi;
|
|
625
|
+
static createInterface(): InvitesV2Interface {
|
|
626
|
+
return new utils.Interface(_abi) as InvitesV2Interface;
|
|
627
|
+
}
|
|
628
|
+
static connect(
|
|
629
|
+
address: string,
|
|
630
|
+
signerOrProvider: Signer | Provider
|
|
631
|
+
): InvitesV2 {
|
|
632
|
+
return new Contract(address, _abi, signerOrProvider) as InvitesV2;
|
|
633
|
+
}
|
|
634
|
+
}
|
|
@@ -81,7 +81,7 @@ const _abi = [
|
|
|
81
81
|
];
|
|
82
82
|
|
|
83
83
|
const _bytecode =
|
|
84
|
-
"
|
|
84
|
+
"0x608060405234801561001057600080fd5b506103e1806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063119e5bf3146100515780634181d43e14610089578063a4c0ed36146100a4578063c4b1b1a6146100c7575b600080fd5b61006c7367c5870b4a41d4ebef24d2456547a03f1f3e094b81565b6040516001600160a01b0390911681526020015b60405180910390f35b61006c73765277eebeca2e31912c9946eae1021199b39c6181565b6100b76100b23660046102ce565b6100e2565b6040519015158152602001610080565b61006c73d17652350cfd2a37ba2f947c910987a3b1a1c60d81565b6000337367c5870b4a41d4ebef24d2456547a03f1f3e094b1461010457600080fd5b60008061011384860186610356565b91509150806000141561015b5760405162461bcd60e51b815260206004820152600c60248201526b1e995c9bc818da185a5b925960a21b604482015260640160405180910390fd5b6001600160a01b03821661016f5786610171565b815b60405163095ea7b360e01b815273765277eebeca2e31912c9946eae1021199b39c616004820152602481018890529092507367c5870b4a41d4ebef24d2456547a03f1f3e094b9063095ea7b390604401602060405180830381600087803b1580156101db57600080fd5b505af11580156101ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102139190610382565b506040516376defaf160e11b815273d17652350cfd2a37ba2f947c910987a3b1a1c60d60048201526001600160a01b0383166024820152604481018790526064810182905273765277eebeca2e31912c9946eae1021199b39c619063edbdf5e290608401600060405180830381600087803b15801561029157600080fd5b505af11580156102a5573d6000803e3d6000fd5b5060019a9950505050505050505050565b6001600160a01b03811681146102cb57600080fd5b50565b600080600080606085870312156102e457600080fd5b84356102ef816102b6565b93506020850135925060408501356001600160401b038082111561031257600080fd5b818701915087601f83011261032657600080fd5b81358181111561033557600080fd5b88602082850101111561034757600080fd5b95989497505060200194505050565b6000806040838503121561036957600080fd5b8235610374816102b6565b946020939093013593505050565b60006020828403121561039457600080fd5b815180151581146103a457600080fd5b939250505056fea2646970667358221220d8430ad3b1c15b960b2d874877e62532a8420832dba7dd28794ecf073093950064736f6c63430008080033";
|
|
85
85
|
|
|
86
86
|
type MultichainBridgeHelperConstructorParams =
|
|
87
87
|
| [signer?: Signer]
|
|
@@ -83,7 +83,7 @@ const _abi = [
|
|
|
83
83
|
];
|
|
84
84
|
|
|
85
85
|
const _bytecode =
|
|
86
|
-
"
|
|
86
|
+
"0x608060405234801561001057600080fd5b5060405161027238038061027283398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6101df806100936000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063241dc2df14610030575b600080fd5b61004361003e36600461013e565b610045565b005b600054604051632770a7eb60e21b8152336004820152602481018490526001600160a01b0390911690639dc29fac90604401602060405180830381600087803b15801561009157600080fd5b505af11580156100a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100c99190610180565b50604080516001600160a01b03808716825285166020820152908101839052606081018290527f857a3ce86031baf6d4db20edf174ef241ceb4b4e633b4bbc832e8bf26935e9079060800160405180910390a150505050565b80356001600160a01b038116811461013957600080fd5b919050565b6000806000806080858703121561015457600080fd5b61015d85610122565b935061016b60208601610122565b93969395505050506040820135916060013590565b60006020828403121561019257600080fd5b815180151581146101a257600080fd5b939250505056fea26469706673582212206feee2e325ee06e23aaa3d38aae14185ef2295f9690b0837de27fe35ab39bd0664736f6c63430008080033";
|
|
87
87
|
|
|
88
88
|
type MultichainRouterMockConstructorParams =
|
|
89
89
|
| [signer?: Signer]
|