@wireio/stake 2.6.1 → 2.7.1
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/lib/stake.browser.js +1738 -26280
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +665 -16
- package/lib/stake.js +1738 -26280
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +1738 -26280
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +70 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +70 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +10 -75
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
- package/src/assets/solana/devnet/idl/liqsol_core.json +490 -1
- package/src/assets/solana/devnet/idl/transfer_hook.json +248 -0
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +490 -1
- package/src/assets/solana/devnet/types/transfer_hook.ts +248 -0
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
- package/src/networks/ethereum/contract.ts +64 -69
- package/src/networks/ethereum/types.ts +1 -1
- package/src/networks/solana/clients/distribution.client.ts +2 -1
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +0 -164
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -76
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +0 -10
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +0 -618
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +0 -40
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +0 -10
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +0 -10
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +0 -233
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +0 -49
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +0 -64
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +0 -1458
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +0 -1532
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +0 -1525
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +0 -1076
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +0 -807
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -1289
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -39
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -64
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -29
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +0 -319
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +0 -333
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -279
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -129
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -66
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +0 -10
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +0 -229
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +0 -1376
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -973
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +0 -10
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -441
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -122
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +0 -551
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +0 -948
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +0 -88
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +0 -194
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +0 -36
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +0 -199
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -273
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -394
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -378
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +0 -224
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +0 -1010
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +0 -291
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +0 -298
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +0 -488
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +0 -229
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -1432
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -130
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -141
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -213
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2015
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -858
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -30
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManager.json +0 -978
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IAccounting.json +0 -176
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.json +0 -874
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +0 -937
- package/src/assets/ethereum/mainnet/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/accounting.sol/Accounting.json +0 -542
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthToken.json +0 -1233
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModule.json +0 -1772
- package/src/assets/ethereum/mainnet/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BAR.json +0 -1840
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/Depositor.json +0 -1622
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManager.json +0 -730
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/Pool.json +0 -905
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/Pretoken.json +0 -1634
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/DepositManagerV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/KeyBondManager.sol/KeyBondManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthCommon.sol/IKeyBondManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/StakingLib.sol/StakingLib.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/StakingLib.sol/StakingLib.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/liqEth.sol/LiqEthTokenV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/stakingModule.sol/StakingModuleV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/DepositManager.sol/DepositManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IAccounting.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/accounting.sol/Accounting.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/accounting.sol/Accounting.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/liqEth.sol/LiqEthToken.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/stakingModule.sol/StakingModule.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/BAR.sol/BARV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/BAR.sol/BARV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Depositor.sol/DepositorV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Depositor.sol/DepositorV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/OutpostManager.sol/OutpostManagerV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pool.sol/PoolV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pool.sol/PoolV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pretoken.sol/PretokenV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pretoken.sol/PretokenV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/BAR.sol/BAR.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/BAR.sol/BAR.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Depositor.sol/Depositor.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Depositor.sol/Depositor.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/OutpostManager.sol/OutpostManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pool.sol/Pool.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pool.sol/Pool.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pretoken.sol/Pretoken.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pretoken.sol/Pretoken.json +0 -0
|
@@ -1,1634 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "Pretoken",
|
|
4
|
-
"sourceName": "contracts/outpost/Pretoken.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "authority",
|
|
11
|
-
"type": "address"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "AccessManagedInvalidAuthority",
|
|
15
|
-
"type": "error"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inputs": [
|
|
19
|
-
{
|
|
20
|
-
"internalType": "address",
|
|
21
|
-
"name": "caller",
|
|
22
|
-
"type": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"internalType": "uint32",
|
|
26
|
-
"name": "delay",
|
|
27
|
-
"type": "uint32"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"name": "AccessManagedRequiredDelay",
|
|
31
|
-
"type": "error"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"inputs": [
|
|
35
|
-
{
|
|
36
|
-
"internalType": "address",
|
|
37
|
-
"name": "caller",
|
|
38
|
-
"type": "address"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"name": "AccessManagedUnauthorized",
|
|
42
|
-
"type": "error"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"inputs": [
|
|
46
|
-
{
|
|
47
|
-
"internalType": "address",
|
|
48
|
-
"name": "target",
|
|
49
|
-
"type": "address"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"name": "AddressEmptyCode",
|
|
53
|
-
"type": "error"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"inputs": [
|
|
57
|
-
{
|
|
58
|
-
"internalType": "address",
|
|
59
|
-
"name": "implementation",
|
|
60
|
-
"type": "address"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"name": "ERC1967InvalidImplementation",
|
|
64
|
-
"type": "error"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"inputs": [],
|
|
68
|
-
"name": "ERC1967NonPayable",
|
|
69
|
-
"type": "error"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [
|
|
73
|
-
{
|
|
74
|
-
"internalType": "address",
|
|
75
|
-
"name": "spender",
|
|
76
|
-
"type": "address"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"internalType": "uint256",
|
|
80
|
-
"name": "allowance",
|
|
81
|
-
"type": "uint256"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"internalType": "uint256",
|
|
85
|
-
"name": "needed",
|
|
86
|
-
"type": "uint256"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"name": "ERC20InsufficientAllowance",
|
|
90
|
-
"type": "error"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"inputs": [
|
|
94
|
-
{
|
|
95
|
-
"internalType": "address",
|
|
96
|
-
"name": "sender",
|
|
97
|
-
"type": "address"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"internalType": "uint256",
|
|
101
|
-
"name": "balance",
|
|
102
|
-
"type": "uint256"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"internalType": "uint256",
|
|
106
|
-
"name": "needed",
|
|
107
|
-
"type": "uint256"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"name": "ERC20InsufficientBalance",
|
|
111
|
-
"type": "error"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"inputs": [
|
|
115
|
-
{
|
|
116
|
-
"internalType": "address",
|
|
117
|
-
"name": "approver",
|
|
118
|
-
"type": "address"
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"name": "ERC20InvalidApprover",
|
|
122
|
-
"type": "error"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"inputs": [
|
|
126
|
-
{
|
|
127
|
-
"internalType": "address",
|
|
128
|
-
"name": "receiver",
|
|
129
|
-
"type": "address"
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
"name": "ERC20InvalidReceiver",
|
|
133
|
-
"type": "error"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"inputs": [
|
|
137
|
-
{
|
|
138
|
-
"internalType": "address",
|
|
139
|
-
"name": "sender",
|
|
140
|
-
"type": "address"
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"name": "ERC20InvalidSender",
|
|
144
|
-
"type": "error"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"inputs": [
|
|
148
|
-
{
|
|
149
|
-
"internalType": "address",
|
|
150
|
-
"name": "spender",
|
|
151
|
-
"type": "address"
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"name": "ERC20InvalidSpender",
|
|
155
|
-
"type": "error"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"inputs": [],
|
|
159
|
-
"name": "EnforcedPause",
|
|
160
|
-
"type": "error"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"inputs": [],
|
|
164
|
-
"name": "ExpectedPause",
|
|
165
|
-
"type": "error"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"inputs": [],
|
|
169
|
-
"name": "FailedCall",
|
|
170
|
-
"type": "error"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"inputs": [],
|
|
174
|
-
"name": "InvalidInitialization",
|
|
175
|
-
"type": "error"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"inputs": [],
|
|
179
|
-
"name": "NotInitializing",
|
|
180
|
-
"type": "error"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"inputs": [
|
|
184
|
-
{
|
|
185
|
-
"internalType": "bytes32",
|
|
186
|
-
"name": "expected",
|
|
187
|
-
"type": "bytes32"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"internalType": "bytes32",
|
|
191
|
-
"name": "actual",
|
|
192
|
-
"type": "bytes32"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
"name": "OPP_EpochHashMismatch",
|
|
196
|
-
"type": "error"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"inputs": [
|
|
200
|
-
{
|
|
201
|
-
"internalType": "uint256",
|
|
202
|
-
"name": "required",
|
|
203
|
-
"type": "uint256"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"internalType": "uint256",
|
|
207
|
-
"name": "provided",
|
|
208
|
-
"type": "uint256"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"name": "OPP_InsufficientSignatureWeight",
|
|
212
|
-
"type": "error"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"inputs": [
|
|
216
|
-
{
|
|
217
|
-
"internalType": "address",
|
|
218
|
-
"name": "caller",
|
|
219
|
-
"type": "address"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"internalType": "address",
|
|
223
|
-
"name": "expected",
|
|
224
|
-
"type": "address"
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"name": "OPP_InvalidOPPAddress",
|
|
228
|
-
"type": "error"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"inputs": [
|
|
232
|
-
{
|
|
233
|
-
"internalType": "bytes32",
|
|
234
|
-
"name": "expected",
|
|
235
|
-
"type": "bytes32"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"internalType": "bytes32",
|
|
239
|
-
"name": "actual",
|
|
240
|
-
"type": "bytes32"
|
|
241
|
-
}
|
|
242
|
-
],
|
|
243
|
-
"name": "OPP_MessageIDMismatch",
|
|
244
|
-
"type": "error"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"inputs": [],
|
|
248
|
-
"name": "OPP_NoAssertionsSent",
|
|
249
|
-
"type": "error"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"inputs": [],
|
|
253
|
-
"name": "OPP_NoPendingAssertions",
|
|
254
|
-
"type": "error"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"inputs": [
|
|
258
|
-
{
|
|
259
|
-
"internalType": "uint32",
|
|
260
|
-
"name": "expected",
|
|
261
|
-
"type": "uint32"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"internalType": "uint32",
|
|
265
|
-
"name": "actual",
|
|
266
|
-
"type": "uint32"
|
|
267
|
-
}
|
|
268
|
-
],
|
|
269
|
-
"name": "OPP_NonSequentialEpoch",
|
|
270
|
-
"type": "error"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"inputs": [],
|
|
274
|
-
"name": "OPP_NotSending",
|
|
275
|
-
"type": "error"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"inputs": [],
|
|
279
|
-
"name": "OPP_OPPAddressNotSet",
|
|
280
|
-
"type": "error"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"inputs": [
|
|
284
|
-
{
|
|
285
|
-
"internalType": "bytes32",
|
|
286
|
-
"name": "expected",
|
|
287
|
-
"type": "bytes32"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"internalType": "bytes32",
|
|
291
|
-
"name": "actual",
|
|
292
|
-
"type": "bytes32"
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"name": "OPP_PayloadHashMismatch",
|
|
296
|
-
"type": "error"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"inputs": [
|
|
300
|
-
{
|
|
301
|
-
"internalType": "uint32",
|
|
302
|
-
"name": "epochNumber",
|
|
303
|
-
"type": "uint32"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"internalType": "uint256",
|
|
307
|
-
"name": "messageCount",
|
|
308
|
-
"type": "uint256"
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
"name": "OPP_PreviousEpochPendingMessages",
|
|
312
|
-
"type": "error"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"inputs": [
|
|
316
|
-
{
|
|
317
|
-
"internalType": "uint32",
|
|
318
|
-
"name": "epochNumber",
|
|
319
|
-
"type": "uint32"
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
"name": "OPP_PreviousEpochSent",
|
|
323
|
-
"type": "error"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"inputs": [
|
|
327
|
-
{
|
|
328
|
-
"internalType": "uint32",
|
|
329
|
-
"name": "epochNumber",
|
|
330
|
-
"type": "uint32"
|
|
331
|
-
}
|
|
332
|
-
],
|
|
333
|
-
"name": "OPP_PreviousEpochUnsent",
|
|
334
|
-
"type": "error"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"inputs": [
|
|
338
|
-
{
|
|
339
|
-
"internalType": "uint256",
|
|
340
|
-
"name": "stack",
|
|
341
|
-
"type": "uint256"
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"name": "OPP_SendStackError",
|
|
345
|
-
"type": "error"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"inputs": [
|
|
349
|
-
{
|
|
350
|
-
"internalType": "uint256",
|
|
351
|
-
"name": "expectedMaxMessages",
|
|
352
|
-
"type": "uint256"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"internalType": "uint256",
|
|
356
|
-
"name": "actualMessages",
|
|
357
|
-
"type": "uint256"
|
|
358
|
-
}
|
|
359
|
-
],
|
|
360
|
-
"name": "OPP_TooManyMessages",
|
|
361
|
-
"type": "error"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"inputs": [
|
|
365
|
-
{
|
|
366
|
-
"internalType": "address",
|
|
367
|
-
"name": "sender",
|
|
368
|
-
"type": "address"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"internalType": "uint16",
|
|
372
|
-
"name": "assertionType",
|
|
373
|
-
"type": "uint16"
|
|
374
|
-
}
|
|
375
|
-
],
|
|
376
|
-
"name": "OPP_UnauthorizedAssertionType",
|
|
377
|
-
"type": "error"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"inputs": [
|
|
381
|
-
{
|
|
382
|
-
"internalType": "uint16",
|
|
383
|
-
"name": "assertionType",
|
|
384
|
-
"type": "uint16"
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
"name": "OPP_UnhandledAssertionType",
|
|
388
|
-
"type": "error"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"inputs": [],
|
|
392
|
-
"name": "OPP_ZeroTag",
|
|
393
|
-
"type": "error"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"inputs": [],
|
|
397
|
-
"name": "UUPSUnauthorizedCallContext",
|
|
398
|
-
"type": "error"
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"inputs": [
|
|
402
|
-
{
|
|
403
|
-
"internalType": "bytes32",
|
|
404
|
-
"name": "slot",
|
|
405
|
-
"type": "bytes32"
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"name": "UUPSUnsupportedProxiableUUID",
|
|
409
|
-
"type": "error"
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"inputs": [
|
|
413
|
-
{
|
|
414
|
-
"internalType": "address",
|
|
415
|
-
"name": "actor",
|
|
416
|
-
"type": "address"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"name": "WIRE_ActorAlreadyBonded",
|
|
420
|
-
"type": "error"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"inputs": [
|
|
424
|
-
{
|
|
425
|
-
"internalType": "address",
|
|
426
|
-
"name": "actor",
|
|
427
|
-
"type": "address"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"name": "WIRE_ActorNotBonded",
|
|
431
|
-
"type": "error"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"inputs": [
|
|
435
|
-
{
|
|
436
|
-
"internalType": "uint32",
|
|
437
|
-
"name": "tokenType",
|
|
438
|
-
"type": "uint32"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"internalType": "bytes32",
|
|
442
|
-
"name": "bondLevelId",
|
|
443
|
-
"type": "bytes32"
|
|
444
|
-
}
|
|
445
|
-
],
|
|
446
|
-
"name": "WIRE_BadBondLevel",
|
|
447
|
-
"type": "error"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"inputs": [
|
|
451
|
-
{
|
|
452
|
-
"internalType": "string",
|
|
453
|
-
"name": "name",
|
|
454
|
-
"type": "string"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"internalType": "address",
|
|
458
|
-
"name": "provided",
|
|
459
|
-
"type": "address"
|
|
460
|
-
}
|
|
461
|
-
],
|
|
462
|
-
"name": "WIRE_BadContractAddress",
|
|
463
|
-
"type": "error"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"inputs": [
|
|
467
|
-
{
|
|
468
|
-
"internalType": "uint256",
|
|
469
|
-
"name": "bps",
|
|
470
|
-
"type": "uint256"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"internalType": "uint256",
|
|
474
|
-
"name": "maxBps",
|
|
475
|
-
"type": "uint256"
|
|
476
|
-
}
|
|
477
|
-
],
|
|
478
|
-
"name": "WIRE_BasisPointsTooHigh",
|
|
479
|
-
"type": "error"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"inputs": [
|
|
483
|
-
{
|
|
484
|
-
"internalType": "address",
|
|
485
|
-
"name": "actor",
|
|
486
|
-
"type": "address"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"internalType": "uint256",
|
|
490
|
-
"name": "cooldownEnd",
|
|
491
|
-
"type": "uint256"
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"name": "WIRE_BondInCooldown",
|
|
495
|
-
"type": "error"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"inputs": [
|
|
499
|
-
{
|
|
500
|
-
"internalType": "address",
|
|
501
|
-
"name": "actor",
|
|
502
|
-
"type": "address"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"internalType": "uint256",
|
|
506
|
-
"name": "warmupEnd",
|
|
507
|
-
"type": "uint256"
|
|
508
|
-
}
|
|
509
|
-
],
|
|
510
|
-
"name": "WIRE_BondInWarmup",
|
|
511
|
-
"type": "error"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"inputs": [
|
|
515
|
-
{
|
|
516
|
-
"internalType": "uint256",
|
|
517
|
-
"name": "required",
|
|
518
|
-
"type": "uint256"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"internalType": "uint256",
|
|
522
|
-
"name": "provided",
|
|
523
|
-
"type": "uint256"
|
|
524
|
-
}
|
|
525
|
-
],
|
|
526
|
-
"name": "WIRE_BondInsufficientEth",
|
|
527
|
-
"type": "error"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"inputs": [
|
|
531
|
-
{
|
|
532
|
-
"internalType": "uint256",
|
|
533
|
-
"name": "required",
|
|
534
|
-
"type": "uint256"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"internalType": "uint256",
|
|
538
|
-
"name": "provided",
|
|
539
|
-
"type": "uint256"
|
|
540
|
-
}
|
|
541
|
-
],
|
|
542
|
-
"name": "WIRE_BondInsufficientEthEquivalent",
|
|
543
|
-
"type": "error"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"inputs": [
|
|
547
|
-
{
|
|
548
|
-
"internalType": "uint256",
|
|
549
|
-
"name": "value",
|
|
550
|
-
"type": "uint256"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"internalType": "uint256",
|
|
554
|
-
"name": "minValue",
|
|
555
|
-
"type": "uint256"
|
|
556
|
-
}
|
|
557
|
-
],
|
|
558
|
-
"name": "WIRE_BondLevelCooldownTooShort",
|
|
559
|
-
"type": "error"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"inputs": [
|
|
563
|
-
{
|
|
564
|
-
"internalType": "uint32",
|
|
565
|
-
"name": "tokenType",
|
|
566
|
-
"type": "uint32"
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"internalType": "bytes32",
|
|
570
|
-
"name": "bondLevelId",
|
|
571
|
-
"type": "bytes32"
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"name": "WIRE_BondLevelExists",
|
|
575
|
-
"type": "error"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"inputs": [
|
|
579
|
-
{
|
|
580
|
-
"internalType": "uint32",
|
|
581
|
-
"name": "tokenType",
|
|
582
|
-
"type": "uint32"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"internalType": "bytes32",
|
|
586
|
-
"name": "bondLevelId",
|
|
587
|
-
"type": "bytes32"
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"name": "WIRE_BondLevelHasNoRoles",
|
|
591
|
-
"type": "error"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"inputs": [
|
|
595
|
-
{
|
|
596
|
-
"internalType": "uint32",
|
|
597
|
-
"name": "tokenType",
|
|
598
|
-
"type": "uint32"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"internalType": "bytes32",
|
|
602
|
-
"name": "bondLevelId",
|
|
603
|
-
"type": "bytes32"
|
|
604
|
-
}
|
|
605
|
-
],
|
|
606
|
-
"name": "WIRE_BondLevelNoAmount",
|
|
607
|
-
"type": "error"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"inputs": [
|
|
611
|
-
{
|
|
612
|
-
"internalType": "uint32",
|
|
613
|
-
"name": "tokenType",
|
|
614
|
-
"type": "uint32"
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"internalType": "bytes32",
|
|
618
|
-
"name": "bondLevelId",
|
|
619
|
-
"type": "bytes32"
|
|
620
|
-
}
|
|
621
|
-
],
|
|
622
|
-
"name": "WIRE_BondLevelNoEthEquivalent",
|
|
623
|
-
"type": "error"
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"inputs": [
|
|
627
|
-
{
|
|
628
|
-
"internalType": "uint32",
|
|
629
|
-
"name": "tokenType",
|
|
630
|
-
"type": "uint32"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"internalType": "bytes32",
|
|
634
|
-
"name": "bondLevelId",
|
|
635
|
-
"type": "bytes32"
|
|
636
|
-
}
|
|
637
|
-
],
|
|
638
|
-
"name": "WIRE_BondLevelNoTokenContract",
|
|
639
|
-
"type": "error"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"inputs": [
|
|
643
|
-
{
|
|
644
|
-
"internalType": "uint32",
|
|
645
|
-
"name": "tokenType",
|
|
646
|
-
"type": "uint32"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"internalType": "bytes32",
|
|
650
|
-
"name": "bondLevelId",
|
|
651
|
-
"type": "bytes32"
|
|
652
|
-
}
|
|
653
|
-
],
|
|
654
|
-
"name": "WIRE_BondLevelNoTokenId",
|
|
655
|
-
"type": "error"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"inputs": [
|
|
659
|
-
{
|
|
660
|
-
"internalType": "uint256",
|
|
661
|
-
"name": "value",
|
|
662
|
-
"type": "uint256"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"internalType": "uint256",
|
|
666
|
-
"name": "minValue",
|
|
667
|
-
"type": "uint256"
|
|
668
|
-
}
|
|
669
|
-
],
|
|
670
|
-
"name": "WIRE_BondLevelWarmupTooShort",
|
|
671
|
-
"type": "error"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"inputs": [
|
|
675
|
-
{
|
|
676
|
-
"internalType": "address",
|
|
677
|
-
"name": "actor",
|
|
678
|
-
"type": "address"
|
|
679
|
-
}
|
|
680
|
-
],
|
|
681
|
-
"name": "WIRE_BondNotUnbonding",
|
|
682
|
-
"type": "error"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"inputs": [
|
|
686
|
-
{
|
|
687
|
-
"internalType": "address",
|
|
688
|
-
"name": "to",
|
|
689
|
-
"type": "address"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"internalType": "uint256",
|
|
693
|
-
"name": "amount",
|
|
694
|
-
"type": "uint256"
|
|
695
|
-
}
|
|
696
|
-
],
|
|
697
|
-
"name": "WIRE_EthSendFailed",
|
|
698
|
-
"type": "error"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"inputs": [],
|
|
702
|
-
"name": "WIRE_GoLiveInProgress",
|
|
703
|
-
"type": "error"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"inputs": [
|
|
707
|
-
{
|
|
708
|
-
"internalType": "uint256",
|
|
709
|
-
"name": "required",
|
|
710
|
-
"type": "uint256"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"internalType": "uint256",
|
|
714
|
-
"name": "available",
|
|
715
|
-
"type": "uint256"
|
|
716
|
-
}
|
|
717
|
-
],
|
|
718
|
-
"name": "WIRE_InsufficientEthBalance",
|
|
719
|
-
"type": "error"
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"inputs": [],
|
|
723
|
-
"name": "WIRE_InvalidPrice",
|
|
724
|
-
"type": "error"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"inputs": [
|
|
728
|
-
{
|
|
729
|
-
"internalType": "address",
|
|
730
|
-
"name": "from",
|
|
731
|
-
"type": "address"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"internalType": "address",
|
|
735
|
-
"name": "to",
|
|
736
|
-
"type": "address"
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"internalType": "uint256",
|
|
740
|
-
"name": "amount",
|
|
741
|
-
"type": "uint256"
|
|
742
|
-
}
|
|
743
|
-
],
|
|
744
|
-
"name": "WIRE_LiqEthTransferFailed",
|
|
745
|
-
"type": "error"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"inputs": [],
|
|
749
|
-
"name": "WIRE_NoPricesRecorded",
|
|
750
|
-
"type": "error"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"inputs": [],
|
|
754
|
-
"name": "WIRE_NoYield",
|
|
755
|
-
"type": "error"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"inputs": [
|
|
759
|
-
{
|
|
760
|
-
"internalType": "address",
|
|
761
|
-
"name": "actor",
|
|
762
|
-
"type": "address"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"internalType": "address",
|
|
766
|
-
"name": "owner",
|
|
767
|
-
"type": "address"
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"internalType": "address",
|
|
771
|
-
"name": "caller",
|
|
772
|
-
"type": "address"
|
|
773
|
-
}
|
|
774
|
-
],
|
|
775
|
-
"name": "WIRE_NotBondOwner",
|
|
776
|
-
"type": "error"
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"inputs": [
|
|
780
|
-
{
|
|
781
|
-
"internalType": "uint256",
|
|
782
|
-
"name": "receiptId",
|
|
783
|
-
"type": "uint256"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"internalType": "address",
|
|
787
|
-
"name": "owner",
|
|
788
|
-
"type": "address"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"internalType": "address",
|
|
792
|
-
"name": "caller",
|
|
793
|
-
"type": "address"
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
|
-
"name": "WIRE_NotReceiptOwner",
|
|
797
|
-
"type": "error"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"inputs": [
|
|
801
|
-
{
|
|
802
|
-
"internalType": "uint256",
|
|
803
|
-
"name": "price",
|
|
804
|
-
"type": "uint256"
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"internalType": "uint256",
|
|
808
|
-
"name": "minPrice",
|
|
809
|
-
"type": "uint256"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"internalType": "uint256",
|
|
813
|
-
"name": "maxPrice",
|
|
814
|
-
"type": "uint256"
|
|
815
|
-
}
|
|
816
|
-
],
|
|
817
|
-
"name": "WIRE_PriceOutOfBounds",
|
|
818
|
-
"type": "error"
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"inputs": [
|
|
822
|
-
{
|
|
823
|
-
"internalType": "uint256",
|
|
824
|
-
"name": "receiptId",
|
|
825
|
-
"type": "uint256"
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"name": "WIRE_ReceiptNotWithdrawable",
|
|
829
|
-
"type": "error"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"inputs": [],
|
|
833
|
-
"name": "WIRE_RefundingInProgress",
|
|
834
|
-
"type": "error"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"inputs": [],
|
|
838
|
-
"name": "WIRE_RefundingOnly",
|
|
839
|
-
"type": "error"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"inputs": [],
|
|
843
|
-
"name": "WIRE_TooManyTranches",
|
|
844
|
-
"type": "error"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"inputs": [
|
|
848
|
-
{
|
|
849
|
-
"internalType": "string",
|
|
850
|
-
"name": "reason",
|
|
851
|
-
"type": "string"
|
|
852
|
-
}
|
|
853
|
-
],
|
|
854
|
-
"name": "WIRE_UnexpectedError",
|
|
855
|
-
"type": "error"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"inputs": [],
|
|
859
|
-
"name": "WIRE_ZeroAmount",
|
|
860
|
-
"type": "error"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"anonymous": false,
|
|
864
|
-
"inputs": [
|
|
865
|
-
{
|
|
866
|
-
"indexed": true,
|
|
867
|
-
"internalType": "address",
|
|
868
|
-
"name": "adapter",
|
|
869
|
-
"type": "address"
|
|
870
|
-
}
|
|
871
|
-
],
|
|
872
|
-
"name": "AdapterUpdated",
|
|
873
|
-
"type": "event"
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"anonymous": false,
|
|
877
|
-
"inputs": [
|
|
878
|
-
{
|
|
879
|
-
"indexed": true,
|
|
880
|
-
"internalType": "address",
|
|
881
|
-
"name": "owner",
|
|
882
|
-
"type": "address"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"indexed": true,
|
|
886
|
-
"internalType": "address",
|
|
887
|
-
"name": "spender",
|
|
888
|
-
"type": "address"
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"indexed": false,
|
|
892
|
-
"internalType": "uint256",
|
|
893
|
-
"name": "value",
|
|
894
|
-
"type": "uint256"
|
|
895
|
-
}
|
|
896
|
-
],
|
|
897
|
-
"name": "Approval",
|
|
898
|
-
"type": "event"
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"anonymous": false,
|
|
902
|
-
"inputs": [
|
|
903
|
-
{
|
|
904
|
-
"indexed": false,
|
|
905
|
-
"internalType": "address",
|
|
906
|
-
"name": "authority",
|
|
907
|
-
"type": "address"
|
|
908
|
-
}
|
|
909
|
-
],
|
|
910
|
-
"name": "AuthorityUpdated",
|
|
911
|
-
"type": "event"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"anonymous": false,
|
|
915
|
-
"inputs": [
|
|
916
|
-
{
|
|
917
|
-
"indexed": false,
|
|
918
|
-
"internalType": "uint64",
|
|
919
|
-
"name": "version",
|
|
920
|
-
"type": "uint64"
|
|
921
|
-
}
|
|
922
|
-
],
|
|
923
|
-
"name": "Initialized",
|
|
924
|
-
"type": "event"
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"anonymous": false,
|
|
928
|
-
"inputs": [
|
|
929
|
-
{
|
|
930
|
-
"indexed": false,
|
|
931
|
-
"internalType": "address",
|
|
932
|
-
"name": "account",
|
|
933
|
-
"type": "address"
|
|
934
|
-
}
|
|
935
|
-
],
|
|
936
|
-
"name": "Paused",
|
|
937
|
-
"type": "event"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"anonymous": false,
|
|
941
|
-
"inputs": [
|
|
942
|
-
{
|
|
943
|
-
"indexed": true,
|
|
944
|
-
"internalType": "uint256",
|
|
945
|
-
"name": "trancheNumber",
|
|
946
|
-
"type": "uint256"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"indexed": false,
|
|
950
|
-
"internalType": "uint256",
|
|
951
|
-
"name": "fullSupply",
|
|
952
|
-
"type": "uint256"
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"indexed": false,
|
|
956
|
-
"internalType": "uint256",
|
|
957
|
-
"name": "priceUsd",
|
|
958
|
-
"type": "uint256"
|
|
959
|
-
}
|
|
960
|
-
],
|
|
961
|
-
"name": "TrancheAdvanced",
|
|
962
|
-
"type": "event"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"anonymous": false,
|
|
966
|
-
"inputs": [
|
|
967
|
-
{
|
|
968
|
-
"indexed": true,
|
|
969
|
-
"internalType": "address",
|
|
970
|
-
"name": "from",
|
|
971
|
-
"type": "address"
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"indexed": true,
|
|
975
|
-
"internalType": "address",
|
|
976
|
-
"name": "to",
|
|
977
|
-
"type": "address"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"indexed": false,
|
|
981
|
-
"internalType": "uint256",
|
|
982
|
-
"name": "value",
|
|
983
|
-
"type": "uint256"
|
|
984
|
-
}
|
|
985
|
-
],
|
|
986
|
-
"name": "Transfer",
|
|
987
|
-
"type": "event"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"anonymous": false,
|
|
991
|
-
"inputs": [
|
|
992
|
-
{
|
|
993
|
-
"indexed": false,
|
|
994
|
-
"internalType": "address",
|
|
995
|
-
"name": "account",
|
|
996
|
-
"type": "address"
|
|
997
|
-
}
|
|
998
|
-
],
|
|
999
|
-
"name": "Unpaused",
|
|
1000
|
-
"type": "event"
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"anonymous": false,
|
|
1004
|
-
"inputs": [
|
|
1005
|
-
{
|
|
1006
|
-
"indexed": true,
|
|
1007
|
-
"internalType": "address",
|
|
1008
|
-
"name": "implementation",
|
|
1009
|
-
"type": "address"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"name": "Upgraded",
|
|
1013
|
-
"type": "event"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"inputs": [],
|
|
1017
|
-
"name": "UPGRADE_INTERFACE_VERSION",
|
|
1018
|
-
"outputs": [
|
|
1019
|
-
{
|
|
1020
|
-
"internalType": "string",
|
|
1021
|
-
"name": "",
|
|
1022
|
-
"type": "string"
|
|
1023
|
-
}
|
|
1024
|
-
],
|
|
1025
|
-
"stateMutability": "view",
|
|
1026
|
-
"type": "function"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"inputs": [
|
|
1030
|
-
{
|
|
1031
|
-
"internalType": "address",
|
|
1032
|
-
"name": "owner",
|
|
1033
|
-
"type": "address"
|
|
1034
|
-
}
|
|
1035
|
-
],
|
|
1036
|
-
"name": "__OPPEndpointManaged_init",
|
|
1037
|
-
"outputs": [],
|
|
1038
|
-
"stateMutability": "nonpayable",
|
|
1039
|
-
"type": "function"
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"inputs": [
|
|
1043
|
-
{
|
|
1044
|
-
"internalType": "address",
|
|
1045
|
-
"name": "owner",
|
|
1046
|
-
"type": "address"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"internalType": "address",
|
|
1050
|
-
"name": "spender",
|
|
1051
|
-
"type": "address"
|
|
1052
|
-
}
|
|
1053
|
-
],
|
|
1054
|
-
"name": "allowance",
|
|
1055
|
-
"outputs": [
|
|
1056
|
-
{
|
|
1057
|
-
"internalType": "uint256",
|
|
1058
|
-
"name": "",
|
|
1059
|
-
"type": "uint256"
|
|
1060
|
-
}
|
|
1061
|
-
],
|
|
1062
|
-
"stateMutability": "view",
|
|
1063
|
-
"type": "function"
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"inputs": [
|
|
1067
|
-
{
|
|
1068
|
-
"internalType": "address",
|
|
1069
|
-
"name": "spender",
|
|
1070
|
-
"type": "address"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"internalType": "uint256",
|
|
1074
|
-
"name": "value",
|
|
1075
|
-
"type": "uint256"
|
|
1076
|
-
}
|
|
1077
|
-
],
|
|
1078
|
-
"name": "approve",
|
|
1079
|
-
"outputs": [
|
|
1080
|
-
{
|
|
1081
|
-
"internalType": "bool",
|
|
1082
|
-
"name": "",
|
|
1083
|
-
"type": "bool"
|
|
1084
|
-
}
|
|
1085
|
-
],
|
|
1086
|
-
"stateMutability": "nonpayable",
|
|
1087
|
-
"type": "function"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"inputs": [],
|
|
1091
|
-
"name": "authority",
|
|
1092
|
-
"outputs": [
|
|
1093
|
-
{
|
|
1094
|
-
"internalType": "address",
|
|
1095
|
-
"name": "",
|
|
1096
|
-
"type": "address"
|
|
1097
|
-
}
|
|
1098
|
-
],
|
|
1099
|
-
"stateMutability": "view",
|
|
1100
|
-
"type": "function"
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"inputs": [
|
|
1104
|
-
{
|
|
1105
|
-
"internalType": "address",
|
|
1106
|
-
"name": "account",
|
|
1107
|
-
"type": "address"
|
|
1108
|
-
}
|
|
1109
|
-
],
|
|
1110
|
-
"name": "balanceOf",
|
|
1111
|
-
"outputs": [
|
|
1112
|
-
{
|
|
1113
|
-
"internalType": "uint256",
|
|
1114
|
-
"name": "",
|
|
1115
|
-
"type": "uint256"
|
|
1116
|
-
}
|
|
1117
|
-
],
|
|
1118
|
-
"stateMutability": "view",
|
|
1119
|
-
"type": "function"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"inputs": [],
|
|
1123
|
-
"name": "decimals",
|
|
1124
|
-
"outputs": [
|
|
1125
|
-
{
|
|
1126
|
-
"internalType": "uint8",
|
|
1127
|
-
"name": "",
|
|
1128
|
-
"type": "uint8"
|
|
1129
|
-
}
|
|
1130
|
-
],
|
|
1131
|
-
"stateMutability": "view",
|
|
1132
|
-
"type": "function"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"inputs": [],
|
|
1136
|
-
"name": "getSummaryAssertions",
|
|
1137
|
-
"outputs": [
|
|
1138
|
-
{
|
|
1139
|
-
"components": [
|
|
1140
|
-
{
|
|
1141
|
-
"internalType": "uint16",
|
|
1142
|
-
"name": "assertionType",
|
|
1143
|
-
"type": "uint16"
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"internalType": "bytes",
|
|
1147
|
-
"name": "assertion",
|
|
1148
|
-
"type": "bytes"
|
|
1149
|
-
}
|
|
1150
|
-
],
|
|
1151
|
-
"internalType": "struct OPPAssertion[]",
|
|
1152
|
-
"name": "",
|
|
1153
|
-
"type": "tuple[]"
|
|
1154
|
-
}
|
|
1155
|
-
],
|
|
1156
|
-
"stateMutability": "nonpayable",
|
|
1157
|
-
"type": "function"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"inputs": [
|
|
1161
|
-
{
|
|
1162
|
-
"internalType": "address",
|
|
1163
|
-
"name": "_owner",
|
|
1164
|
-
"type": "address"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"internalType": "address",
|
|
1168
|
-
"name": "_priceConsumer",
|
|
1169
|
-
"type": "address"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"internalType": "uint256",
|
|
1173
|
-
"name": "startSupply",
|
|
1174
|
-
"type": "uint256"
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"internalType": "uint256",
|
|
1178
|
-
"name": "startPriceUsd",
|
|
1179
|
-
"type": "uint256"
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"internalType": "uint256",
|
|
1183
|
-
"name": "_supplyGrowthBps",
|
|
1184
|
-
"type": "uint256"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"internalType": "uint256",
|
|
1188
|
-
"name": "_priceIncrementUsd",
|
|
1189
|
-
"type": "uint256"
|
|
1190
|
-
}
|
|
1191
|
-
],
|
|
1192
|
-
"name": "initialize",
|
|
1193
|
-
"outputs": [],
|
|
1194
|
-
"stateMutability": "nonpayable",
|
|
1195
|
-
"type": "function"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"inputs": [],
|
|
1199
|
-
"name": "isConsumingScheduledOp",
|
|
1200
|
-
"outputs": [
|
|
1201
|
-
{
|
|
1202
|
-
"internalType": "bytes4",
|
|
1203
|
-
"name": "",
|
|
1204
|
-
"type": "bytes4"
|
|
1205
|
-
}
|
|
1206
|
-
],
|
|
1207
|
-
"stateMutability": "view",
|
|
1208
|
-
"type": "function"
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"inputs": [],
|
|
1212
|
-
"name": "name",
|
|
1213
|
-
"outputs": [
|
|
1214
|
-
{
|
|
1215
|
-
"internalType": "string",
|
|
1216
|
-
"name": "",
|
|
1217
|
-
"type": "string"
|
|
1218
|
-
}
|
|
1219
|
-
],
|
|
1220
|
-
"stateMutability": "view",
|
|
1221
|
-
"type": "function"
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"inputs": [],
|
|
1225
|
-
"name": "oppAddress",
|
|
1226
|
-
"outputs": [
|
|
1227
|
-
{
|
|
1228
|
-
"internalType": "address",
|
|
1229
|
-
"name": "",
|
|
1230
|
-
"type": "address"
|
|
1231
|
-
}
|
|
1232
|
-
],
|
|
1233
|
-
"stateMutability": "view",
|
|
1234
|
-
"type": "function"
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"inputs": [],
|
|
1238
|
-
"name": "oppInboundAddress",
|
|
1239
|
-
"outputs": [
|
|
1240
|
-
{
|
|
1241
|
-
"internalType": "address",
|
|
1242
|
-
"name": "",
|
|
1243
|
-
"type": "address"
|
|
1244
|
-
}
|
|
1245
|
-
],
|
|
1246
|
-
"stateMutability": "view",
|
|
1247
|
-
"type": "function"
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
"inputs": [],
|
|
1251
|
-
"name": "pause",
|
|
1252
|
-
"outputs": [],
|
|
1253
|
-
"stateMutability": "nonpayable",
|
|
1254
|
-
"type": "function"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"inputs": [],
|
|
1258
|
-
"name": "paused",
|
|
1259
|
-
"outputs": [
|
|
1260
|
-
{
|
|
1261
|
-
"internalType": "bool",
|
|
1262
|
-
"name": "",
|
|
1263
|
-
"type": "bool"
|
|
1264
|
-
}
|
|
1265
|
-
],
|
|
1266
|
-
"stateMutability": "view",
|
|
1267
|
-
"type": "function"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"inputs": [],
|
|
1271
|
-
"name": "priceConsumer",
|
|
1272
|
-
"outputs": [
|
|
1273
|
-
{
|
|
1274
|
-
"internalType": "contract EthUsdPriceConsumer",
|
|
1275
|
-
"name": "",
|
|
1276
|
-
"type": "address"
|
|
1277
|
-
}
|
|
1278
|
-
],
|
|
1279
|
-
"stateMutability": "view",
|
|
1280
|
-
"type": "function"
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"inputs": [],
|
|
1284
|
-
"name": "priceIncrementUsd",
|
|
1285
|
-
"outputs": [
|
|
1286
|
-
{
|
|
1287
|
-
"internalType": "uint256",
|
|
1288
|
-
"name": "",
|
|
1289
|
-
"type": "uint256"
|
|
1290
|
-
}
|
|
1291
|
-
],
|
|
1292
|
-
"stateMutability": "view",
|
|
1293
|
-
"type": "function"
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"inputs": [],
|
|
1297
|
-
"name": "proxiableUUID",
|
|
1298
|
-
"outputs": [
|
|
1299
|
-
{
|
|
1300
|
-
"internalType": "bytes32",
|
|
1301
|
-
"name": "",
|
|
1302
|
-
"type": "bytes32"
|
|
1303
|
-
}
|
|
1304
|
-
],
|
|
1305
|
-
"stateMutability": "view",
|
|
1306
|
-
"type": "function"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"inputs": [
|
|
1310
|
-
{
|
|
1311
|
-
"internalType": "address",
|
|
1312
|
-
"name": "buyer",
|
|
1313
|
-
"type": "address"
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"internalType": "uint256",
|
|
1317
|
-
"name": "ethAmountWei",
|
|
1318
|
-
"type": "uint256"
|
|
1319
|
-
}
|
|
1320
|
-
],
|
|
1321
|
-
"name": "purchase",
|
|
1322
|
-
"outputs": [],
|
|
1323
|
-
"stateMutability": "nonpayable",
|
|
1324
|
-
"type": "function"
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"inputs": [
|
|
1328
|
-
{
|
|
1329
|
-
"internalType": "address",
|
|
1330
|
-
"name": "",
|
|
1331
|
-
"type": "address"
|
|
1332
|
-
}
|
|
1333
|
-
],
|
|
1334
|
-
"name": "purchaserPretokens",
|
|
1335
|
-
"outputs": [
|
|
1336
|
-
{
|
|
1337
|
-
"internalType": "uint256",
|
|
1338
|
-
"name": "",
|
|
1339
|
-
"type": "uint256"
|
|
1340
|
-
}
|
|
1341
|
-
],
|
|
1342
|
-
"stateMutability": "view",
|
|
1343
|
-
"type": "function"
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"inputs": [
|
|
1347
|
-
{
|
|
1348
|
-
"internalType": "address",
|
|
1349
|
-
"name": "",
|
|
1350
|
-
"type": "address"
|
|
1351
|
-
}
|
|
1352
|
-
],
|
|
1353
|
-
"name": "purchaserPrincipalWei",
|
|
1354
|
-
"outputs": [
|
|
1355
|
-
{
|
|
1356
|
-
"internalType": "uint256",
|
|
1357
|
-
"name": "",
|
|
1358
|
-
"type": "uint256"
|
|
1359
|
-
}
|
|
1360
|
-
],
|
|
1361
|
-
"stateMutability": "view",
|
|
1362
|
-
"type": "function"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"inputs": [
|
|
1366
|
-
{
|
|
1367
|
-
"internalType": "address",
|
|
1368
|
-
"name": "newAuthority",
|
|
1369
|
-
"type": "address"
|
|
1370
|
-
}
|
|
1371
|
-
],
|
|
1372
|
-
"name": "setAuthority",
|
|
1373
|
-
"outputs": [],
|
|
1374
|
-
"stateMutability": "nonpayable",
|
|
1375
|
-
"type": "function"
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
"inputs": [
|
|
1379
|
-
{
|
|
1380
|
-
"internalType": "uint256",
|
|
1381
|
-
"name": "_supplyGrowthBps",
|
|
1382
|
-
"type": "uint256"
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"internalType": "uint256",
|
|
1386
|
-
"name": "_priceIncrementUsd",
|
|
1387
|
-
"type": "uint256"
|
|
1388
|
-
}
|
|
1389
|
-
],
|
|
1390
|
-
"name": "setGrowthBps",
|
|
1391
|
-
"outputs": [],
|
|
1392
|
-
"stateMutability": "nonpayable",
|
|
1393
|
-
"type": "function"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"inputs": [
|
|
1397
|
-
{
|
|
1398
|
-
"internalType": "address",
|
|
1399
|
-
"name": "_oppAddress",
|
|
1400
|
-
"type": "address"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"internalType": "address",
|
|
1404
|
-
"name": "_oppInboundAddress",
|
|
1405
|
-
"type": "address"
|
|
1406
|
-
}
|
|
1407
|
-
],
|
|
1408
|
-
"name": "setOPPAddresses",
|
|
1409
|
-
"outputs": [],
|
|
1410
|
-
"stateMutability": "nonpayable",
|
|
1411
|
-
"type": "function"
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"inputs": [
|
|
1415
|
-
{
|
|
1416
|
-
"internalType": "address",
|
|
1417
|
-
"name": "_consumer",
|
|
1418
|
-
"type": "address"
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"name": "setPriceConsumer",
|
|
1422
|
-
"outputs": [],
|
|
1423
|
-
"stateMutability": "nonpayable",
|
|
1424
|
-
"type": "function"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"inputs": [],
|
|
1428
|
-
"name": "supplyGrowthBps",
|
|
1429
|
-
"outputs": [
|
|
1430
|
-
{
|
|
1431
|
-
"internalType": "uint256",
|
|
1432
|
-
"name": "",
|
|
1433
|
-
"type": "uint256"
|
|
1434
|
-
}
|
|
1435
|
-
],
|
|
1436
|
-
"stateMutability": "view",
|
|
1437
|
-
"type": "function"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"inputs": [],
|
|
1441
|
-
"name": "symbol",
|
|
1442
|
-
"outputs": [
|
|
1443
|
-
{
|
|
1444
|
-
"internalType": "string",
|
|
1445
|
-
"name": "",
|
|
1446
|
-
"type": "string"
|
|
1447
|
-
}
|
|
1448
|
-
],
|
|
1449
|
-
"stateMutability": "view",
|
|
1450
|
-
"type": "function"
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"inputs": [],
|
|
1454
|
-
"name": "totalSupply",
|
|
1455
|
-
"outputs": [
|
|
1456
|
-
{
|
|
1457
|
-
"internalType": "uint256",
|
|
1458
|
-
"name": "",
|
|
1459
|
-
"type": "uint256"
|
|
1460
|
-
}
|
|
1461
|
-
],
|
|
1462
|
-
"stateMutability": "view",
|
|
1463
|
-
"type": "function"
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"inputs": [],
|
|
1467
|
-
"name": "trancheFullSupply",
|
|
1468
|
-
"outputs": [
|
|
1469
|
-
{
|
|
1470
|
-
"internalType": "uint256",
|
|
1471
|
-
"name": "",
|
|
1472
|
-
"type": "uint256"
|
|
1473
|
-
}
|
|
1474
|
-
],
|
|
1475
|
-
"stateMutability": "view",
|
|
1476
|
-
"type": "function"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"inputs": [],
|
|
1480
|
-
"name": "trancheNumber",
|
|
1481
|
-
"outputs": [
|
|
1482
|
-
{
|
|
1483
|
-
"internalType": "uint256",
|
|
1484
|
-
"name": "",
|
|
1485
|
-
"type": "uint256"
|
|
1486
|
-
}
|
|
1487
|
-
],
|
|
1488
|
-
"stateMutability": "view",
|
|
1489
|
-
"type": "function"
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"inputs": [],
|
|
1493
|
-
"name": "tranchePriceUsd",
|
|
1494
|
-
"outputs": [
|
|
1495
|
-
{
|
|
1496
|
-
"internalType": "uint256",
|
|
1497
|
-
"name": "",
|
|
1498
|
-
"type": "uint256"
|
|
1499
|
-
}
|
|
1500
|
-
],
|
|
1501
|
-
"stateMutability": "view",
|
|
1502
|
-
"type": "function"
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"inputs": [],
|
|
1506
|
-
"name": "trancheSupply",
|
|
1507
|
-
"outputs": [
|
|
1508
|
-
{
|
|
1509
|
-
"internalType": "uint256",
|
|
1510
|
-
"name": "",
|
|
1511
|
-
"type": "uint256"
|
|
1512
|
-
}
|
|
1513
|
-
],
|
|
1514
|
-
"stateMutability": "view",
|
|
1515
|
-
"type": "function"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"inputs": [
|
|
1519
|
-
{
|
|
1520
|
-
"internalType": "address",
|
|
1521
|
-
"name": "to",
|
|
1522
|
-
"type": "address"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"internalType": "uint256",
|
|
1526
|
-
"name": "value",
|
|
1527
|
-
"type": "uint256"
|
|
1528
|
-
}
|
|
1529
|
-
],
|
|
1530
|
-
"name": "transfer",
|
|
1531
|
-
"outputs": [
|
|
1532
|
-
{
|
|
1533
|
-
"internalType": "bool",
|
|
1534
|
-
"name": "",
|
|
1535
|
-
"type": "bool"
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"stateMutability": "nonpayable",
|
|
1539
|
-
"type": "function"
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"inputs": [
|
|
1543
|
-
{
|
|
1544
|
-
"internalType": "address",
|
|
1545
|
-
"name": "from",
|
|
1546
|
-
"type": "address"
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"internalType": "address",
|
|
1550
|
-
"name": "to",
|
|
1551
|
-
"type": "address"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"internalType": "uint256",
|
|
1555
|
-
"name": "value",
|
|
1556
|
-
"type": "uint256"
|
|
1557
|
-
}
|
|
1558
|
-
],
|
|
1559
|
-
"name": "transferFrom",
|
|
1560
|
-
"outputs": [
|
|
1561
|
-
{
|
|
1562
|
-
"internalType": "bool",
|
|
1563
|
-
"name": "",
|
|
1564
|
-
"type": "bool"
|
|
1565
|
-
}
|
|
1566
|
-
],
|
|
1567
|
-
"stateMutability": "nonpayable",
|
|
1568
|
-
"type": "function"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"inputs": [],
|
|
1572
|
-
"name": "unpause",
|
|
1573
|
-
"outputs": [],
|
|
1574
|
-
"stateMutability": "nonpayable",
|
|
1575
|
-
"type": "function"
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"inputs": [
|
|
1579
|
-
{
|
|
1580
|
-
"internalType": "address",
|
|
1581
|
-
"name": "newImplementation",
|
|
1582
|
-
"type": "address"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"internalType": "bytes",
|
|
1586
|
-
"name": "data",
|
|
1587
|
-
"type": "bytes"
|
|
1588
|
-
}
|
|
1589
|
-
],
|
|
1590
|
-
"name": "upgradeToAndCall",
|
|
1591
|
-
"outputs": [],
|
|
1592
|
-
"stateMutability": "payable",
|
|
1593
|
-
"type": "function"
|
|
1594
|
-
}
|
|
1595
|
-
],
|
|
1596
|
-
"bytecode": "0x60a080604052346029573060805261252e908161002f823960805181818161179801526123040152f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612479833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d983398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612366565b610391612366565b6121c6565b61039e612366565b6103a6612366565b6103ae612366565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612419833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245983398151915292835461058381611f96565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f5a565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b98339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124198339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a861221f565b6106b2363361204a565b600080516020612479833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612007565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d838254612030565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a38486526007602052604086206108186024358254612030565b9055848652600860205260408620610831838254612030565b9055600080516020612479833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d7565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d7565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d7565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612479833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f5a565b81019061224a565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f5a565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f5a565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f5a565b38610947565b610ba89192503d8086833e610b148183611f5a565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f5a565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612007565b0492838910610d3e57505090610c87610c8d92845490612030565b9661203d565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612007565b049485610cfa60045460065490612030565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d8091612030565b9561203d565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f5a565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e55363361204a565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611fd0565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d983398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d98339815191525560ff8560401c16156114ff575b610f52612366565b610f5a612366565b6000805160206124d9833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d9833981519152556114b75750610389612366565b610fcd612366565b610fd5612366565b610fdd612366565b611460575b610fea612366565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612366565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612366565b61106d612366565b8051906001600160401b03821161144c57819061109860008051602061243983398151915254611f96565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612439833981519152555b83516001600160401b03811161131e5761110260008051602061245983398151915254611f96565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612459833981519152555b611152612366565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d983398151915254166000805160206124d9833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611fd0565b015190503880611127565b6000805160206124598339815191528452601f198216956000805160206124b983398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124598339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124598339815191528452601f820160051c6000805160206124b9833981519152019060208310611308575b601f0160051c6000805160206124b983398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b983398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243983398151915285526000805160206123f98339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612439833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124398339815191528552601f830160051c6000805160206123f98339815191520160208410611437575b908392915b601f820160051c6000805160206123f983398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f9833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d983398151915254166000805160206124d9833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d98339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d983398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a363361204a565b61157261221f565b600080516020612499833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612419833981519152546001600160a01b03908116330361162257813b156116085750611605906121c6565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b90611666363361204a565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124798339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249983398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f7b565b936118516040519586611f5a565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122fa565b611885363361204a565b61188d6122fa565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f7b565b906119746040519283611f5a565b81528581943d92013e612395565b5080f35b60609250612395565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f5a565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af6363361204a565b600080516020612499833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b74363361204a565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612439833981519152928354611e0281611f96565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f5a565b8152859250906000805160206123f98339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fc6575b6020831014611fb057565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fa5565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561201a57565b634e487b7160e01b600052601160045260246000fd5b9190820180921161201a57565b9190820391821161201a57565b6000805160206124198339815191528054909290916001600160a01b038084169260048110611efb57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b038211176121b25791849188938452828052826020525190895afa6121a1575b156120ea575b50505050505050565b63ffffffff161561218b5760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156121815750612172575b508154169055388080808080806120e1565b61217b90611f16565b38612160565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120db565b634e487b7160e01b85526041600452602485fd5b60008051602061241983398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612499833981519152541661223857565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a982611f7b565b936122b76040519586611f5a565b828552838383010111611efb57826122d29385019101611e9d565b815290565b9291906122f560209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612338575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612330565b60ff6000805160206124d98339815191525460401c161561238357565b604051631afcd79f60e31b8152600490fd5b906123bc57508051156123aa57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123ef575b6123cd575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123c556fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212209b68d87bbb422622274b56dee45034c2e18a20a99aeb95fd20388d352bac8b4f64736f6c63430008190033",
|
|
1597
|
-
"deployedBytecode": "0x608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612479833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d983398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612366565b610391612366565b6121c6565b61039e612366565b6103a6612366565b6103ae612366565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612419833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245983398151915292835461058381611f96565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f5a565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b98339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124198339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a861221f565b6106b2363361204a565b600080516020612479833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612007565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d838254612030565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a38486526007602052604086206108186024358254612030565b9055848652600860205260408620610831838254612030565b9055600080516020612479833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d7565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d7565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d7565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612479833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f5a565b81019061224a565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f5a565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f5a565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f5a565b38610947565b610ba89192503d8086833e610b148183611f5a565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f5a565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612007565b0492838910610d3e57505090610c87610c8d92845490612030565b9661203d565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612007565b049485610cfa60045460065490612030565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d8091612030565b9561203d565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f5a565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e55363361204a565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611fd0565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d983398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d98339815191525560ff8560401c16156114ff575b610f52612366565b610f5a612366565b6000805160206124d9833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d9833981519152556114b75750610389612366565b610fcd612366565b610fd5612366565b610fdd612366565b611460575b610fea612366565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612366565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612366565b61106d612366565b8051906001600160401b03821161144c57819061109860008051602061243983398151915254611f96565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612439833981519152555b83516001600160401b03811161131e5761110260008051602061245983398151915254611f96565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612459833981519152555b611152612366565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d983398151915254166000805160206124d9833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611fd0565b015190503880611127565b6000805160206124598339815191528452601f198216956000805160206124b983398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124598339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124598339815191528452601f820160051c6000805160206124b9833981519152019060208310611308575b601f0160051c6000805160206124b983398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b983398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243983398151915285526000805160206123f98339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612439833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124398339815191528552601f830160051c6000805160206123f98339815191520160208410611437575b908392915b601f820160051c6000805160206123f983398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f9833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d983398151915254166000805160206124d9833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d98339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d983398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a363361204a565b61157261221f565b600080516020612499833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612419833981519152546001600160a01b03908116330361162257813b156116085750611605906121c6565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b90611666363361204a565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124798339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249983398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f7b565b936118516040519586611f5a565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122fa565b611885363361204a565b61188d6122fa565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f7b565b906119746040519283611f5a565b81528581943d92013e612395565b5080f35b60609250612395565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f5a565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af6363361204a565b600080516020612499833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b74363361204a565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612439833981519152928354611e0281611f96565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f5a565b8152859250906000805160206123f98339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fc6575b6020831014611fb057565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fa5565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561201a57565b634e487b7160e01b600052601160045260246000fd5b9190820180921161201a57565b9190820391821161201a57565b6000805160206124198339815191528054909290916001600160a01b038084169260048110611efb57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b038211176121b25791849188938452828052826020525190895afa6121a1575b156120ea575b50505050505050565b63ffffffff161561218b5760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156121815750612172575b508154169055388080808080806120e1565b61217b90611f16565b38612160565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120db565b634e487b7160e01b85526041600452602485fd5b60008051602061241983398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612499833981519152541661223857565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a982611f7b565b936122b76040519586611f5a565b828552838383010111611efb57826122d29385019101611e9d565b815290565b9291906122f560209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612338575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612330565b60ff6000805160206124d98339815191525460401c161561238357565b604051631afcd79f60e31b8152600490fd5b906123bc57508051156123aa57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123ef575b6123cd575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123c556fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212209b68d87bbb422622274b56dee45034c2e18a20a99aeb95fd20388d352bac8b4f64736f6c63430008190033",
|
|
1598
|
-
"linkReferences": {
|
|
1599
|
-
"contracts/common/iodata.sol": {
|
|
1600
|
-
"iodata": [
|
|
1601
|
-
{
|
|
1602
|
-
"length": 20,
|
|
1603
|
-
"start": 2292
|
|
1604
|
-
}
|
|
1605
|
-
]
|
|
1606
|
-
},
|
|
1607
|
-
"contracts/common/sysio_write.sol": {
|
|
1608
|
-
"sysio_write": [
|
|
1609
|
-
{
|
|
1610
|
-
"length": 20,
|
|
1611
|
-
"start": 2334
|
|
1612
|
-
}
|
|
1613
|
-
]
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
"deployedLinkReferences": {
|
|
1617
|
-
"contracts/common/iodata.sol": {
|
|
1618
|
-
"iodata": [
|
|
1619
|
-
{
|
|
1620
|
-
"length": 20,
|
|
1621
|
-
"start": 2245
|
|
1622
|
-
}
|
|
1623
|
-
]
|
|
1624
|
-
},
|
|
1625
|
-
"contracts/common/sysio_write.sol": {
|
|
1626
|
-
"sysio_write": [
|
|
1627
|
-
{
|
|
1628
|
-
"length": 20,
|
|
1629
|
-
"start": 2287
|
|
1630
|
-
}
|
|
1631
|
-
]
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
}
|