@arbitrum/nitro-contracts 3.0.0-alpha.2 → 3.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +1 -1
- package/README.md +3 -3
- package/build/contracts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/utils/UUPSUpgradeable.sol/UUPSUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/security/ReentrancyGuard.sol/ReentrancyGuard.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol/SafeERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Create2.sol/Create2.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.json +10 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol/AccessControlEnumerableUpgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol/AccessControlEnumerableUpgradeable.json +271 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol/AccessControlUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol/IAccessControlEnumerableUpgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol/IAccessControlEnumerableUpgradeable.json +226 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable.sol/IAccessControlUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +294 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.json +194 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol/ERC20BurnableUpgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol/ERC20BurnableUpgradeable.json +325 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol/IERC20MetadataUpgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol/IERC20MetadataUpgradeable.json +233 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/Create2Upgradeable.sol/Create2Upgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol/StringsUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol/ECDSAUpgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol/ECDSAUpgradeable.json +10 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol/EIP712Upgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol/EIP712Upgradeable.json +24 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol/ERC165Upgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol/IERC165Upgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol/EnumerableSetUpgradeable.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/AbsBoldStakingPool.sol/AbsBoldStakingPool.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/AssertionStakingPool.sol/AssertionStakingPool.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/AssertionStakingPoolCreator.sol/AssertionStakingPoolCreator.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/EdgeStakingPool.sol/EdgeStakingPool.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/EdgeStakingPoolCreator.sol/EdgeStakingPoolCreator.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/StakingPoolCreatorUtils.sol/StakingPoolCreatorUtils.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol/IAbsBoldStakingPool.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol/IAssertionStakingPool.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol/IAssertionStakingPoolCreator.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPool.sol/IEdgeStakingPool.dbg.json +1 -1
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol/IEdgeStakingPoolCreator.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsBridge.sol/AbsBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsInbox.sol/AbsInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsOutbox.sol/AbsOutbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/Bridge.sol/Bridge.json +2 -2
- package/build/contracts/src/bridge/DelayBuffer.sol/DelayBuffer.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.json +2 -2
- package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.dbg.json +1 -1
- package/build/contracts/src/bridge/GasRefunder.sol/GasRefunder.dbg.json +1 -1
- package/build/contracts/src/bridge/IBridge.sol/IBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/IDelayedMessageProvider.sol/IDelayedMessageProvider.dbg.json +1 -1
- package/build/contracts/src/bridge/IERC20Bridge.sol/IERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/IERC20Inbox.sol/IERC20Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/IEthBridge.sol/IEthBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/IInbox.sol/IInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/IInboxBase.sol/IInboxBase.dbg.json +1 -1
- package/build/contracts/src/bridge/IOutbox.sol/IOutbox.dbg.json +1 -1
- package/build/contracts/src/bridge/IOwnable.sol/IOwnable.dbg.json +1 -1
- package/build/contracts/src/bridge/ISequencerInbox.sol/ISequencerInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Inbox.sol/Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Messages.sol/Messages.dbg.json +1 -1
- package/build/contracts/src/bridge/Outbox.sol/Outbox.dbg.json +1 -1
- package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.dbg.json +1 -1
- package/build/contracts/src/chain/CacheManager.sol/CacheManager.dbg.json +1 -1
- package/build/contracts/src/challengeV2/IAssertionChain.sol/IAssertionChain.dbg.json +1 -1
- package/build/contracts/src/challengeV2/IEdgeChallengeManager.sol/IEdgeChallengeManager.dbg.json +1 -1
- package/build/contracts/src/challengeV2/libraries/ArrayUtilsLib.sol/ArrayUtilsLib.dbg.json +1 -1
- package/build/contracts/src/challengeV2/libraries/ChallengeEdgeLib.sol/ChallengeEdgeLib.dbg.json +1 -1
- package/build/contracts/src/challengeV2/libraries/EdgeChallengeManagerLib.sol/EdgeChallengeManagerLib.dbg.json +1 -1
- package/build/contracts/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol/MerkleTreeAccumulatorLib.dbg.json +1 -1
- package/build/contracts/src/challengeV2/libraries/UintUtilsLib.sol/UintUtilsLib.dbg.json +1 -1
- package/build/contracts/src/express-lane-auction/Balance.sol/BalanceLib.dbg.json +4 -0
- package/build/contracts/src/express-lane-auction/Balance.sol/BalanceLib.json +10 -0
- package/build/contracts/src/express-lane-auction/Burner.sol/Burner.dbg.json +4 -0
- package/build/contracts/src/express-lane-auction/Burner.sol/Burner.json +47 -0
- package/build/contracts/src/express-lane-auction/ELCRound.sol/LatestELCRoundsLib.dbg.json +4 -0
- package/build/contracts/src/express-lane-auction/ELCRound.sol/LatestELCRoundsLib.json +10 -0
- package/build/contracts/src/express-lane-auction/ExpressLaneAuction.sol/ExpressLaneAuction.dbg.json +4 -0
- package/build/contracts/src/express-lane-auction/ExpressLaneAuction.sol/ExpressLaneAuction.json +1601 -0
- package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.dbg.json +4 -0
- package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.json +1296 -0
- package/build/contracts/src/express-lane-auction/RoundTimingInfo.sol/RoundTimingInfoLib.dbg.json +4 -0
- package/build/contracts/src/express-lane-auction/RoundTimingInfo.sol/RoundTimingInfoLib.json +10 -0
- package/build/contracts/src/libraries/AddressAliasHelper.sol/AddressAliasHelper.dbg.json +1 -1
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/AdminFallbackProxy.dbg.json +1 -1
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/DoubleLogicERC1967Upgrade.dbg.json +1 -1
- package/build/contracts/src/libraries/ArbitrumChecker.sol/ArbitrumChecker.dbg.json +1 -1
- package/build/contracts/src/libraries/CallerChecker.sol/CallerChecker.dbg.json +1 -1
- package/build/contracts/src/libraries/CryptographyPrimitives.sol/CryptographyPrimitives.dbg.json +1 -1
- package/build/contracts/src/libraries/DecimalsConverterHelper.sol/DecimalsConverterHelper.dbg.json +1 -1
- package/build/contracts/src/libraries/DelegateCallAware.sol/DelegateCallAware.dbg.json +1 -1
- package/build/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol/DoubleLogicUUPSUpgradeable.dbg.json +1 -1
- package/build/contracts/src/libraries/GasRefundEnabled.sol/GasRefundEnabled.dbg.json +1 -1
- package/build/contracts/src/libraries/IGasRefunder.sol/IGasRefunder.dbg.json +1 -1
- package/build/contracts/src/libraries/IReader4844.sol/IReader4844.dbg.json +1 -1
- package/build/contracts/src/libraries/MerkleLib.sol/MerkleLib.dbg.json +1 -1
- package/build/contracts/src/libraries/UUPSNotUpgradeable.sol/UUPSNotUpgradeable.dbg.json +1 -1
- package/build/contracts/src/mocks/Benchmarks.sol/Benchmarks.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.json +2 -2
- package/build/contracts/src/mocks/CreateTest.sol/CreateTest.dbg.json +1 -1
- package/build/contracts/src/mocks/InboxStub.sol/InboxStub.dbg.json +1 -1
- package/build/contracts/src/mocks/MerkleTreeAccess.sol/MerkleTreeAccess.dbg.json +1 -1
- package/build/contracts/src/mocks/MockRollupEventInbox.sol/MockRollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/mocks/MultiCallTest.sol/MultiCallTest.dbg.json +1 -1
- package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.dbg.json +1 -1
- package/build/contracts/src/mocks/Program.sol/ProgramTest.dbg.json +1 -1
- package/build/contracts/src/mocks/ProxyAdminForBinding.sol/ProxyAdminForBinding.dbg.json +1 -1
- package/build/contracts/src/mocks/SdkStorage.sol/SdkStorage.dbg.json +1 -1
- package/build/contracts/src/mocks/SequencerInboxBlobMock.sol/SequencerInboxBlobMock.dbg.json +1 -1
- package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.dbg.json +1 -1
- package/build/contracts/src/mocks/Simple.sol/Simple.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleCacheManager.sol/SimpleCacheManager.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleOneStepProofEntry.sol/SimpleOneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleProxy.sol/SimpleProxy.dbg.json +1 -1
- package/build/contracts/src/mocks/TestWETH9.sol/IWETH9.dbg.json +1 -1
- package/build/contracts/src/mocks/TestWETH9.sol/TestWETH9.dbg.json +1 -1
- package/build/contracts/src/mocks/UpgradeExecutorMock.sol/UpgradeExecutorMock.dbg.json +1 -1
- package/build/contracts/src/node-interface/NodeInterface.sol/NodeInterface.dbg.json +1 -1
- package/build/contracts/src/node-interface/NodeInterfaceDebug.sol/NodeInterfaceDebug.dbg.json +1 -1
- package/build/contracts/src/osp/HashProofHelper.sol/HashProofHelper.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProofEntry.sol/IOneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProofEntry.sol/OneStepProofEntryLib.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProver.sol/IOneStepProver.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProofEntry.sol/OneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProver0.sol/OneStepProver0.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverHostIo.sol/OneStepProverHostIo.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverMath.sol/OneStepProverMath.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverMemory.sol/OneStepProverMemory.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbAddressTable.sol/ArbAddressTable.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbAggregator.sol/ArbAggregator.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbBLS.sol/ArbBLS.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbDebug.sol/ArbDebug.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbFunctionTable.sol/ArbFunctionTable.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbGasInfo.sol/ArbGasInfo.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbInfo.sol/ArbInfo.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbOwner.sol/ArbOwner.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbOwnerPublic.sol/ArbOwnerPublic.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbRetryableTx.sol/ArbRetryableTx.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbStatistics.sol/ArbStatistics.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbSys.sol/ArbSys.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbWasm.sol/ArbWasm.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbWasmCache.sol/ArbWasmCache.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbosActs.sol/ArbosActs.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbosTest.sol/ArbosTest.dbg.json +1 -1
- package/build/contracts/src/rollup/AbsRollupEventInbox.sol/AbsRollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/Assertion.sol/AssertionNodeLib.dbg.json +1 -1
- package/build/contracts/src/rollup/AssertionState.sol/AssertionStateLib.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/BOLDUpgradeAction.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/BOLDUpgradeAction.json +84 -32
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ConstantArrayStorage.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ConstantArrayStorage.json +2 -2
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollup.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollup.json +45 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollupAdmin.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ISeqInboxPostUpgradeInit.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/StateHashPreImageLookup.dbg.json +1 -1
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/StateHashPreImageLookup.json +2 -2
- package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.json +2 -2
- package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/FactoryDeployerHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IDeployHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IERC20.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IInboxBase.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupAdmin.sol/IRollupAdmin.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupAdmin.sol/IRollupAdmin.json +10 -0
- package/build/contracts/src/rollup/IRollupCore.sol/IRollupCore.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupEventInbox.sol/IRollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUser.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.json +12 -2
- package/build/contracts/src/rollup/RollupCore.sol/RollupCore.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.json +12 -2
- package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupLib.sol/RollupLib.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.json +12 -2
- package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.dbg.json +1 -1
- package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.dbg.json +1 -1
- package/build/contracts/src/state/Deserialize.sol/Deserialize.dbg.json +1 -1
- package/build/contracts/src/state/GlobalState.sol/GlobalStateLib.dbg.json +1 -1
- package/build/contracts/src/state/Instructions.sol/Instructions.dbg.json +1 -1
- package/build/contracts/src/state/Machine.sol/MachineLib.dbg.json +1 -1
- package/build/contracts/src/state/MerkleProof.sol/MerkleProofLib.dbg.json +1 -1
- package/build/contracts/src/state/Module.sol/ModuleLib.dbg.json +1 -1
- package/build/contracts/src/state/ModuleMemory.sol/ModuleMemoryLib.dbg.json +1 -1
- package/build/contracts/src/state/ModuleMemoryCompact.sol/ModuleMemoryCompactLib.dbg.json +1 -1
- package/build/contracts/src/state/MultiStack.sol/MultiStackLib.dbg.json +1 -1
- package/build/contracts/src/state/PcArray.sol/PcArrayLib.dbg.json +1 -1
- package/build/contracts/src/state/StackFrame.sol/StackFrameLib.dbg.json +1 -1
- package/build/contracts/src/state/Value.sol/ValueLib.dbg.json +1 -1
- package/build/contracts/src/state/ValueArray.sol/ValueArrayLib.dbg.json +1 -1
- package/build/contracts/src/state/ValueStack.sol/ValueStackLib.dbg.json +1 -1
- package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/CryptographyPrimitivesTester.sol/CryptographyPrimitivesTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/EthVault.sol/EthVault.dbg.json +1 -1
- package/build/contracts/src/test-helpers/MessageTester.sol/MessageTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/RollupMock.sol/RollupMock.dbg.json +1 -1
- package/build/contracts/src/test-helpers/TestToken.sol/TestToken.dbg.json +1 -1
- package/build/contracts/src/test-helpers/ValueArrayTester.sol/ValueArrayTester.dbg.json +1 -1
- package/package.json +2 -3
- package/src/bridge/AbsBridge.sol +2 -2
- package/src/bridge/ERC20Bridge.sol +6 -2
- package/src/express-lane-auction/Balance.sol +137 -0
- package/src/express-lane-auction/Burner.sol +26 -0
- package/src/express-lane-auction/ELCRound.sol +70 -0
- package/src/express-lane-auction/Errors.sol +31 -0
- package/src/express-lane-auction/ExpressLaneAuction.sol +567 -0
- package/src/express-lane-auction/IExpressLaneAuction.sol +441 -0
- package/src/express-lane-auction/RoundTimingInfo.sol +118 -0
- package/src/rollup/BOLDUpgradeAction.sol +53 -104
- package/src/rollup/BridgeCreator.sol +23 -5
- package/src/rollup/Config.sol +2 -0
- package/src/rollup/RollupAdminLogic.sol +4 -4
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/RollupReader.dbg.json +0 -4
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/RollupReader.json +0 -385
@@ -1,385 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "RollupReader",
|
4
|
-
"sourceName": "src/rollup/BOLDUpgradeAction.sol",
|
5
|
-
"abi": [
|
6
|
-
{
|
7
|
-
"inputs": [
|
8
|
-
{
|
9
|
-
"internalType": "contract IOldRollup",
|
10
|
-
"name": "_rollup",
|
11
|
-
"type": "address"
|
12
|
-
}
|
13
|
-
],
|
14
|
-
"stateMutability": "nonpayable",
|
15
|
-
"type": "constructor"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"anonymous": false,
|
19
|
-
"inputs": [
|
20
|
-
{
|
21
|
-
"indexed": true,
|
22
|
-
"internalType": "uint64",
|
23
|
-
"name": "nodeNum",
|
24
|
-
"type": "uint64"
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"indexed": true,
|
28
|
-
"internalType": "bytes32",
|
29
|
-
"name": "parentNodeHash",
|
30
|
-
"type": "bytes32"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"indexed": true,
|
34
|
-
"internalType": "bytes32",
|
35
|
-
"name": "nodeHash",
|
36
|
-
"type": "bytes32"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"indexed": false,
|
40
|
-
"internalType": "bytes32",
|
41
|
-
"name": "executionHash",
|
42
|
-
"type": "bytes32"
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"components": [
|
46
|
-
{
|
47
|
-
"components": [
|
48
|
-
{
|
49
|
-
"components": [
|
50
|
-
{
|
51
|
-
"internalType": "bytes32[2]",
|
52
|
-
"name": "bytes32Vals",
|
53
|
-
"type": "bytes32[2]"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"internalType": "uint64[2]",
|
57
|
-
"name": "u64Vals",
|
58
|
-
"type": "uint64[2]"
|
59
|
-
}
|
60
|
-
],
|
61
|
-
"internalType": "struct GlobalState",
|
62
|
-
"name": "globalState",
|
63
|
-
"type": "tuple"
|
64
|
-
},
|
65
|
-
{
|
66
|
-
"internalType": "enum MachineStatus",
|
67
|
-
"name": "machineStatus",
|
68
|
-
"type": "uint8"
|
69
|
-
}
|
70
|
-
],
|
71
|
-
"internalType": "struct ExecutionState",
|
72
|
-
"name": "beforeState",
|
73
|
-
"type": "tuple"
|
74
|
-
},
|
75
|
-
{
|
76
|
-
"components": [
|
77
|
-
{
|
78
|
-
"components": [
|
79
|
-
{
|
80
|
-
"internalType": "bytes32[2]",
|
81
|
-
"name": "bytes32Vals",
|
82
|
-
"type": "bytes32[2]"
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"internalType": "uint64[2]",
|
86
|
-
"name": "u64Vals",
|
87
|
-
"type": "uint64[2]"
|
88
|
-
}
|
89
|
-
],
|
90
|
-
"internalType": "struct GlobalState",
|
91
|
-
"name": "globalState",
|
92
|
-
"type": "tuple"
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"internalType": "enum MachineStatus",
|
96
|
-
"name": "machineStatus",
|
97
|
-
"type": "uint8"
|
98
|
-
}
|
99
|
-
],
|
100
|
-
"internalType": "struct ExecutionState",
|
101
|
-
"name": "afterState",
|
102
|
-
"type": "tuple"
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"internalType": "uint64",
|
106
|
-
"name": "numBlocks",
|
107
|
-
"type": "uint64"
|
108
|
-
}
|
109
|
-
],
|
110
|
-
"indexed": false,
|
111
|
-
"internalType": "struct IOldRollup.Assertion",
|
112
|
-
"name": "assertion",
|
113
|
-
"type": "tuple"
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"indexed": false,
|
117
|
-
"internalType": "bytes32",
|
118
|
-
"name": "afterInboxBatchAcc",
|
119
|
-
"type": "bytes32"
|
120
|
-
},
|
121
|
-
{
|
122
|
-
"indexed": false,
|
123
|
-
"internalType": "bytes32",
|
124
|
-
"name": "wasmModuleRoot",
|
125
|
-
"type": "bytes32"
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"indexed": false,
|
129
|
-
"internalType": "uint256",
|
130
|
-
"name": "inboxMaxCount",
|
131
|
-
"type": "uint256"
|
132
|
-
}
|
133
|
-
],
|
134
|
-
"name": "NodeCreated",
|
135
|
-
"type": "event"
|
136
|
-
},
|
137
|
-
{
|
138
|
-
"inputs": [],
|
139
|
-
"name": "anyTrustFastConfirmer",
|
140
|
-
"outputs": [
|
141
|
-
{
|
142
|
-
"internalType": "address",
|
143
|
-
"name": "",
|
144
|
-
"type": "address"
|
145
|
-
}
|
146
|
-
],
|
147
|
-
"stateMutability": "view",
|
148
|
-
"type": "function"
|
149
|
-
},
|
150
|
-
{
|
151
|
-
"inputs": [
|
152
|
-
{
|
153
|
-
"internalType": "uint64",
|
154
|
-
"name": "nodeNum",
|
155
|
-
"type": "uint64"
|
156
|
-
}
|
157
|
-
],
|
158
|
-
"name": "getNode",
|
159
|
-
"outputs": [
|
160
|
-
{
|
161
|
-
"components": [
|
162
|
-
{
|
163
|
-
"internalType": "bytes32",
|
164
|
-
"name": "stateHash",
|
165
|
-
"type": "bytes32"
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"internalType": "bytes32",
|
169
|
-
"name": "challengeHash",
|
170
|
-
"type": "bytes32"
|
171
|
-
},
|
172
|
-
{
|
173
|
-
"internalType": "bytes32",
|
174
|
-
"name": "confirmData",
|
175
|
-
"type": "bytes32"
|
176
|
-
},
|
177
|
-
{
|
178
|
-
"internalType": "uint64",
|
179
|
-
"name": "prevNum",
|
180
|
-
"type": "uint64"
|
181
|
-
},
|
182
|
-
{
|
183
|
-
"internalType": "uint64",
|
184
|
-
"name": "deadlineBlock",
|
185
|
-
"type": "uint64"
|
186
|
-
},
|
187
|
-
{
|
188
|
-
"internalType": "uint64",
|
189
|
-
"name": "noChildConfirmedBeforeBlock",
|
190
|
-
"type": "uint64"
|
191
|
-
},
|
192
|
-
{
|
193
|
-
"internalType": "uint64",
|
194
|
-
"name": "stakerCount",
|
195
|
-
"type": "uint64"
|
196
|
-
},
|
197
|
-
{
|
198
|
-
"internalType": "uint64",
|
199
|
-
"name": "childStakerCount",
|
200
|
-
"type": "uint64"
|
201
|
-
},
|
202
|
-
{
|
203
|
-
"internalType": "uint64",
|
204
|
-
"name": "firstChildBlock",
|
205
|
-
"type": "uint64"
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"internalType": "uint64",
|
209
|
-
"name": "latestChildNumber",
|
210
|
-
"type": "uint64"
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"internalType": "uint64",
|
214
|
-
"name": "createdAtBlock",
|
215
|
-
"type": "uint64"
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"internalType": "bytes32",
|
219
|
-
"name": "nodeHash",
|
220
|
-
"type": "bytes32"
|
221
|
-
}
|
222
|
-
],
|
223
|
-
"internalType": "struct Node",
|
224
|
-
"name": "",
|
225
|
-
"type": "tuple"
|
226
|
-
}
|
227
|
-
],
|
228
|
-
"stateMutability": "view",
|
229
|
-
"type": "function"
|
230
|
-
},
|
231
|
-
{
|
232
|
-
"inputs": [
|
233
|
-
{
|
234
|
-
"internalType": "address",
|
235
|
-
"name": "staker",
|
236
|
-
"type": "address"
|
237
|
-
}
|
238
|
-
],
|
239
|
-
"name": "getStaker",
|
240
|
-
"outputs": [
|
241
|
-
{
|
242
|
-
"components": [
|
243
|
-
{
|
244
|
-
"internalType": "uint256",
|
245
|
-
"name": "amountStaked",
|
246
|
-
"type": "uint256"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"internalType": "uint64",
|
250
|
-
"name": "index",
|
251
|
-
"type": "uint64"
|
252
|
-
},
|
253
|
-
{
|
254
|
-
"internalType": "uint64",
|
255
|
-
"name": "latestStakedNode",
|
256
|
-
"type": "uint64"
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"internalType": "uint64",
|
260
|
-
"name": "currentChallenge",
|
261
|
-
"type": "uint64"
|
262
|
-
},
|
263
|
-
{
|
264
|
-
"internalType": "bool",
|
265
|
-
"name": "isStaked",
|
266
|
-
"type": "bool"
|
267
|
-
}
|
268
|
-
],
|
269
|
-
"internalType": "struct OldStaker",
|
270
|
-
"name": "",
|
271
|
-
"type": "tuple"
|
272
|
-
}
|
273
|
-
],
|
274
|
-
"stateMutability": "view",
|
275
|
-
"type": "function"
|
276
|
-
},
|
277
|
-
{
|
278
|
-
"inputs": [
|
279
|
-
{
|
280
|
-
"internalType": "uint64",
|
281
|
-
"name": "stakerNum",
|
282
|
-
"type": "uint64"
|
283
|
-
}
|
284
|
-
],
|
285
|
-
"name": "getStakerAddress",
|
286
|
-
"outputs": [
|
287
|
-
{
|
288
|
-
"internalType": "address",
|
289
|
-
"name": "",
|
290
|
-
"type": "address"
|
291
|
-
}
|
292
|
-
],
|
293
|
-
"stateMutability": "view",
|
294
|
-
"type": "function"
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"inputs": [
|
298
|
-
{
|
299
|
-
"internalType": "address",
|
300
|
-
"name": "validator",
|
301
|
-
"type": "address"
|
302
|
-
}
|
303
|
-
],
|
304
|
-
"name": "isValidator",
|
305
|
-
"outputs": [
|
306
|
-
{
|
307
|
-
"internalType": "bool",
|
308
|
-
"name": "",
|
309
|
-
"type": "bool"
|
310
|
-
}
|
311
|
-
],
|
312
|
-
"stateMutability": "view",
|
313
|
-
"type": "function"
|
314
|
-
},
|
315
|
-
{
|
316
|
-
"inputs": [],
|
317
|
-
"name": "latestConfirmed",
|
318
|
-
"outputs": [
|
319
|
-
{
|
320
|
-
"internalType": "uint64",
|
321
|
-
"name": "",
|
322
|
-
"type": "uint64"
|
323
|
-
}
|
324
|
-
],
|
325
|
-
"stateMutability": "view",
|
326
|
-
"type": "function"
|
327
|
-
},
|
328
|
-
{
|
329
|
-
"inputs": [],
|
330
|
-
"name": "rollup",
|
331
|
-
"outputs": [
|
332
|
-
{
|
333
|
-
"internalType": "contract IOldRollup",
|
334
|
-
"name": "",
|
335
|
-
"type": "address"
|
336
|
-
}
|
337
|
-
],
|
338
|
-
"stateMutability": "view",
|
339
|
-
"type": "function"
|
340
|
-
},
|
341
|
-
{
|
342
|
-
"inputs": [],
|
343
|
-
"name": "stakerCount",
|
344
|
-
"outputs": [
|
345
|
-
{
|
346
|
-
"internalType": "uint64",
|
347
|
-
"name": "",
|
348
|
-
"type": "uint64"
|
349
|
-
}
|
350
|
-
],
|
351
|
-
"stateMutability": "view",
|
352
|
-
"type": "function"
|
353
|
-
},
|
354
|
-
{
|
355
|
-
"inputs": [],
|
356
|
-
"name": "validatorWalletCreator",
|
357
|
-
"outputs": [
|
358
|
-
{
|
359
|
-
"internalType": "address",
|
360
|
-
"name": "",
|
361
|
-
"type": "address"
|
362
|
-
}
|
363
|
-
],
|
364
|
-
"stateMutability": "view",
|
365
|
-
"type": "function"
|
366
|
-
},
|
367
|
-
{
|
368
|
-
"inputs": [],
|
369
|
-
"name": "wasmModuleRoot",
|
370
|
-
"outputs": [
|
371
|
-
{
|
372
|
-
"internalType": "bytes32",
|
373
|
-
"name": "",
|
374
|
-
"type": "bytes32"
|
375
|
-
}
|
376
|
-
],
|
377
|
-
"stateMutability": "view",
|
378
|
-
"type": "function"
|
379
|
-
}
|
380
|
-
],
|
381
|
-
"bytecode": "0x60a060405234801561001057600080fd5b50604051610c6d380380610c6d83398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b608051610ba36100ca600039600081816101c801528181610219015281816102a20152818161035d015281816103da015281816104f7015281816105c2015281816106310152818161069101526107280152610ba36000f3fe608060405234801561001057600080fd5b50600436106100be5760003560e01c8063a23c44b111610076578063cb23bcb51161005b578063cb23bcb5146101c3578063dff69787146101ea578063facd743b146101f257600080fd5b8063a23c44b114610152578063bc45e0ae146101bb57600080fd5b80636ddd3744116100a75780636ddd3744146101095780638ee1a1261461011c57806392c8134c1461013257600080fd5b806355840a58146100c357806365f7f80d146100e8575b600080fd5b6100cb610215565b6040516001600160a01b0390911681526020015b60405180910390f35b6100f061029e565b60405167ffffffffffffffff90911681526020016100df565b6100cb6101173660046107ae565b610322565b6101246103d6565b6040519081526020016100df565b6101456101403660046107ae565b61045a565b6040516100df91906107d2565b6101656101603660046108eb565b610563565b6040516100df9190600060a08201905082518252602083015167ffffffffffffffff8082166020850152806040860151166040850152806060860151166060850152505060808301511515608083015292915050565b6100cb61062d565b6100cb7f000000000000000000000000000000000000000000000000000000000000000081565b6100f061068d565b6102056102003660046108eb565b6106ed565b60405190151581526020016100df565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166355840a586040518163ffffffff1660e01b8152600401602060405180830381865afa158015610275573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102999190610908565b905090565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166365f7f80d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102999190610935565b6040517f6ddd374400000000000000000000000000000000000000000000000000000000815267ffffffffffffffff821660048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690636ddd374490602401602060405180830381865afa1580156103ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d09190610908565b92915050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638ee1a1266040518163ffffffff1660e01b8152600401602060405180830381865afa158015610436573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102999190610952565b6040805161018081018252600080825260208201819052818301819052606082018190526080820181905260a0820181905260c0820181905260e0820181905261010082018190526101208201819052610140820181905261016082015290517f92c8134c00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906392c8134c9060240161018060405180830381865afa15801561053f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d091906109bc565b6040805160a08101825260008082526020820181905281830181905260608201819052608082015290517fa23c44b10000000000000000000000000000000000000000000000000000000081526001600160a01b0383811660048301527f0000000000000000000000000000000000000000000000000000000000000000169063a23c44b19060240160a060405180830381865afa158015610609573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d09190610a9e565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bc45e0ae6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610275573d6000803e3d6000fd5b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663dff697876040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102fe573d6000803e3d6000fd5b6040517ffacd743b0000000000000000000000000000000000000000000000000000000081526001600160a01b0382811660048301526000917f00000000000000000000000000000000000000000000000000000000000000009091169063facd743b90602401602060405180830381865afa158015610771573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d09190610b52565b67ffffffffffffffff811681146107ab57600080fd5b50565b6000602082840312156107c057600080fd5b81356107cb81610795565b9392505050565b600061018082019050825182526020830151602083015260408301516040830152606083015161080e606084018267ffffffffffffffff169052565b50608083015161082a608084018267ffffffffffffffff169052565b5060a083015161084660a084018267ffffffffffffffff169052565b5060c083015161086260c084018267ffffffffffffffff169052565b5060e083015161087e60e084018267ffffffffffffffff169052565b506101008381015167ffffffffffffffff81168483015250506101208381015167ffffffffffffffff81168483015250506101408381015167ffffffffffffffff811684830152505061016092830151919092015290565b6001600160a01b03811681146107ab57600080fd5b6000602082840312156108fd57600080fd5b81356107cb816108d6565b60006020828403121561091a57600080fd5b81516107cb816108d6565b805161093081610795565b919050565b60006020828403121561094757600080fd5b81516107cb81610795565b60006020828403121561096457600080fd5b5051919050565b604051610180810167ffffffffffffffff811182821017156109b6577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405290565b600061018082840312156109cf57600080fd5b6109d761096b565b8251815260208301516020820152604083015160408201526109fb60608401610925565b6060820152610a0c60808401610925565b6080820152610a1d60a08401610925565b60a0820152610a2e60c08401610925565b60c0820152610a3f60e08401610925565b60e0820152610100610a52818501610925565b90820152610120610a64848201610925565b90820152610140610a76848201610925565b90820152610160928301519281019290925250919050565b8051801515811461093057600080fd5b600060a08284031215610ab057600080fd5b60405160a0810181811067ffffffffffffffff82111715610afa577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604052825181526020830151610b0f81610795565b60208201526040830151610b2281610795565b60408201526060830151610b3581610795565b6060820152610b4660808401610a8e565b60808201529392505050565b600060208284031215610b6457600080fd5b6107cb82610a8e56fea26469706673582212209e4e65eccf3145c72b67172525f68857a7ca8044d238bdcff6f8681fb457be6064736f6c63430008110033",
|
382
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100be5760003560e01c8063a23c44b111610076578063cb23bcb51161005b578063cb23bcb5146101c3578063dff69787146101ea578063facd743b146101f257600080fd5b8063a23c44b114610152578063bc45e0ae146101bb57600080fd5b80636ddd3744116100a75780636ddd3744146101095780638ee1a1261461011c57806392c8134c1461013257600080fd5b806355840a58146100c357806365f7f80d146100e8575b600080fd5b6100cb610215565b6040516001600160a01b0390911681526020015b60405180910390f35b6100f061029e565b60405167ffffffffffffffff90911681526020016100df565b6100cb6101173660046107ae565b610322565b6101246103d6565b6040519081526020016100df565b6101456101403660046107ae565b61045a565b6040516100df91906107d2565b6101656101603660046108eb565b610563565b6040516100df9190600060a08201905082518252602083015167ffffffffffffffff8082166020850152806040860151166040850152806060860151166060850152505060808301511515608083015292915050565b6100cb61062d565b6100cb7f000000000000000000000000000000000000000000000000000000000000000081565b6100f061068d565b6102056102003660046108eb565b6106ed565b60405190151581526020016100df565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166355840a586040518163ffffffff1660e01b8152600401602060405180830381865afa158015610275573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102999190610908565b905090565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166365f7f80d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102999190610935565b6040517f6ddd374400000000000000000000000000000000000000000000000000000000815267ffffffffffffffff821660048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690636ddd374490602401602060405180830381865afa1580156103ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d09190610908565b92915050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638ee1a1266040518163ffffffff1660e01b8152600401602060405180830381865afa158015610436573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102999190610952565b6040805161018081018252600080825260208201819052818301819052606082018190526080820181905260a0820181905260c0820181905260e0820181905261010082018190526101208201819052610140820181905261016082015290517f92c8134c00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff831660048201526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906392c8134c9060240161018060405180830381865afa15801561053f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d091906109bc565b6040805160a08101825260008082526020820181905281830181905260608201819052608082015290517fa23c44b10000000000000000000000000000000000000000000000000000000081526001600160a01b0383811660048301527f0000000000000000000000000000000000000000000000000000000000000000169063a23c44b19060240160a060405180830381865afa158015610609573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d09190610a9e565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663bc45e0ae6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610275573d6000803e3d6000fd5b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663dff697876040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102fe573d6000803e3d6000fd5b6040517ffacd743b0000000000000000000000000000000000000000000000000000000081526001600160a01b0382811660048301526000917f00000000000000000000000000000000000000000000000000000000000000009091169063facd743b90602401602060405180830381865afa158015610771573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103d09190610b52565b67ffffffffffffffff811681146107ab57600080fd5b50565b6000602082840312156107c057600080fd5b81356107cb81610795565b9392505050565b600061018082019050825182526020830151602083015260408301516040830152606083015161080e606084018267ffffffffffffffff169052565b50608083015161082a608084018267ffffffffffffffff169052565b5060a083015161084660a084018267ffffffffffffffff169052565b5060c083015161086260c084018267ffffffffffffffff169052565b5060e083015161087e60e084018267ffffffffffffffff169052565b506101008381015167ffffffffffffffff81168483015250506101208381015167ffffffffffffffff81168483015250506101408381015167ffffffffffffffff811684830152505061016092830151919092015290565b6001600160a01b03811681146107ab57600080fd5b6000602082840312156108fd57600080fd5b81356107cb816108d6565b60006020828403121561091a57600080fd5b81516107cb816108d6565b805161093081610795565b919050565b60006020828403121561094757600080fd5b81516107cb81610795565b60006020828403121561096457600080fd5b5051919050565b604051610180810167ffffffffffffffff811182821017156109b6577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405290565b600061018082840312156109cf57600080fd5b6109d761096b565b8251815260208301516020820152604083015160408201526109fb60608401610925565b6060820152610a0c60808401610925565b6080820152610a1d60a08401610925565b60a0820152610a2e60c08401610925565b60c0820152610a3f60e08401610925565b60e0820152610100610a52818501610925565b90820152610120610a64848201610925565b90820152610140610a76848201610925565b90820152610160928301519281019290925250919050565b8051801515811461093057600080fd5b600060a08284031215610ab057600080fd5b60405160a0810181811067ffffffffffffffff82111715610afa577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604052825181526020830151610b0f81610795565b60208201526040830151610b2281610795565b60408201526060830151610b3581610795565b6060820152610b4660808401610a8e565b60808201529392505050565b600060208284031215610b6457600080fd5b6107cb82610a8e56fea26469706673582212209e4e65eccf3145c72b67172525f68857a7ca8044d238bdcff6f8681fb457be6064736f6c63430008110033",
|
383
|
-
"linkReferences": {},
|
384
|
-
"deployedLinkReferences": {}
|
385
|
-
}
|