@arbitrum/nitro-contracts 2.1.1-beta.0 → 3.0.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- 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/ERC1967Proxy.sol/ERC1967Proxy.json +2 -2
- 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/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.json +2 -2
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +2 -2
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +2 -2
- 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/ERC20.sol/ERC20.json +2 -2
- 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 +4 -0
- package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.json +86 -0
- package/build/contracts/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol/SafeERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol/SafeERC20.json +2 -2
- package/build/contracts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Address.sol/Address.json +2 -2
- package/build/contracts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Create2.sol/Create2.dbg.json +4 -0
- package/build/contracts/{src/express-lane-auction/ELCRound.sol/LatestELCRoundsLib.json → @openzeppelin/contracts/utils/Create2.sol/Create2.json} +4 -4
- package/build/contracts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +2 -2
- package/build/contracts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol/AccessControlUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol/AccessControlUpgradeable.json +13 -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/access/OwnableUpgradeable.sol/OwnableUpgradeable.json +13 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.json +15 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.json +13 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.json +15 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/Create2Upgradeable.sol/Create2Upgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/Create2Upgradeable.sol/Create2Upgradeable.json +10 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol/StringsUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol/StringsUpgradeable.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol/ERC165Upgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol/ERC165Upgradeable.json +13 -0
- 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/@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol/EnumerableSetUpgradeable.json +2 -2
- package/build/contracts/src/assertionStakingPool/AbsBoldStakingPool.sol/AbsBoldStakingPool.dbg.json +4 -0
- package/build/contracts/{@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.json → src/assertionStakingPool/AbsBoldStakingPool.sol/AbsBoldStakingPool.json} +41 -95
- package/build/contracts/src/assertionStakingPool/AssertionStakingPool.sol/AssertionStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/AssertionStakingPool.sol/AssertionStakingPool.json +340 -0
- package/build/contracts/src/assertionStakingPool/AssertionStakingPoolCreator.sol/AssertionStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/AssertionStakingPoolCreator.sol/AssertionStakingPoolCreator.json +89 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPool.sol/EdgeStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPool.sol/EdgeStakingPool.json +248 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPoolCreator.sol/EdgeStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPoolCreator.sol/EdgeStakingPoolCreator.json +83 -0
- package/build/contracts/src/assertionStakingPool/StakingPoolCreatorUtils.sol/StakingPoolCreatorUtils.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/StakingPoolCreatorUtils.sol/StakingPoolCreatorUtils.json +16 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol/IAbsBoldStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol/IAbsBoldStakingPool.json +140 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol/IAssertionStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol/IAssertionStakingPool.json +324 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol/IAssertionStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol/IAssertionStakingPoolCreator.json +84 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPool.sol/IEdgeStakingPool.dbg.json +4 -0
- package/build/contracts/{@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol/IERC20MetadataUpgradeable.json → src/assertionStakingPool/interfaces/IEdgeStakingPool.sol/IEdgeStakingPool.json} +109 -110
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol/IEdgeStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol/IEdgeStakingPoolCreator.json +78 -0
- package/build/contracts/src/bridge/AbsBridge.sol/AbsBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsBridge.sol/AbsBridge.json +13 -0
- package/build/contracts/src/bridge/AbsInbox.sol/AbsInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsInbox.sol/AbsInbox.json +14 -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 +15 -2
- package/build/contracts/src/bridge/DelayBuffer.sol/DelayBuffer.dbg.json +4 -0
- package/build/contracts/src/bridge/DelayBuffer.sol/DelayBuffer.json +24 -0
- package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.json +15 -2
- package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.json +16 -3
- package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.json +2 -2
- package/build/contracts/src/bridge/GasRefunder.sol/GasRefunder.dbg.json +1 -1
- package/build/contracts/src/bridge/GasRefunder.sol/GasRefunder.json +2 -2
- 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/ISequencerInbox.sol/ISequencerInbox.json +441 -0
- package/build/contracts/src/bridge/Inbox.sol/Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Inbox.sol/Inbox.json +20 -2
- package/build/contracts/src/bridge/Messages.sol/Messages.dbg.json +1 -1
- package/build/contracts/src/bridge/Messages.sol/Messages.json +2 -2
- package/build/contracts/src/bridge/Outbox.sol/Outbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Outbox.sol/Outbox.json +2 -2
- package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.json +566 -9
- package/build/contracts/src/chain/CacheManager.sol/CacheManager.dbg.json +1 -1
- package/build/contracts/src/chain/CacheManager.sol/CacheManager.json +15 -2
- package/build/contracts/src/challengeV2/EdgeChallengeManager.sol/EdgeChallengeManager.dbg.json +4 -0
- package/build/contracts/src/challengeV2/EdgeChallengeManager.sol/EdgeChallengeManager.json +1631 -0
- package/build/contracts/src/challengeV2/IAssertionChain.sol/IAssertionChain.dbg.json +4 -0
- package/build/contracts/src/challengeV2/IAssertionChain.sol/IAssertionChain.json +247 -0
- package/build/contracts/src/challengeV2/IEdgeChallengeManager.sol/IEdgeChallengeManager.dbg.json +4 -0
- package/build/contracts/src/challengeV2/IEdgeChallengeManager.sol/IEdgeChallengeManager.json +762 -0
- package/build/contracts/src/challengeV2/libraries/ArrayUtilsLib.sol/ArrayUtilsLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/ArrayUtilsLib.sol/ArrayUtilsLib.json +10 -0
- package/build/contracts/src/challengeV2/libraries/ChallengeEdgeLib.sol/ChallengeEdgeLib.dbg.json +4 -0
- package/build/contracts/{@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.json → src/challengeV2/libraries/ChallengeEdgeLib.sol/ChallengeEdgeLib.json} +4 -4
- package/build/contracts/src/challengeV2/libraries/EdgeChallengeManagerLib.sol/EdgeChallengeManagerLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/EdgeChallengeManagerLib.sol/EdgeChallengeManagerLib.json +24 -0
- package/build/contracts/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol/MerkleTreeAccumulatorLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol/MerkleTreeAccumulatorLib.json +24 -0
- package/build/contracts/src/challengeV2/libraries/UintUtilsLib.sol/UintUtilsLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/UintUtilsLib.sol/UintUtilsLib.json +10 -0
- package/build/contracts/src/libraries/AddressAliasHelper.sol/AddressAliasHelper.dbg.json +1 -1
- package/build/contracts/src/libraries/AddressAliasHelper.sol/AddressAliasHelper.json +2 -2
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/AdminFallbackProxy.dbg.json +1 -1
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/AdminFallbackProxy.json +2 -2
- 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/ArbitrumChecker.sol/ArbitrumChecker.json +2 -2
- package/build/contracts/src/libraries/CallerChecker.sol/CallerChecker.dbg.json +4 -0
- package/build/contracts/src/{challenge/ChallengeLib.sol/ChallengeLib.json → libraries/CallerChecker.sol/CallerChecker.json} +4 -4
- package/build/contracts/src/libraries/CryptographyPrimitives.sol/CryptographyPrimitives.dbg.json +1 -1
- package/build/contracts/src/libraries/CryptographyPrimitives.sol/CryptographyPrimitives.json +2 -2
- package/build/contracts/src/libraries/DecimalsConverterHelper.sol/DecimalsConverterHelper.dbg.json +1 -1
- package/build/contracts/src/libraries/DecimalsConverterHelper.sol/DecimalsConverterHelper.json +2 -2
- 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/MerkleLib.sol/MerkleLib.json +2 -2
- 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/Benchmarks.sol/Benchmarks.json +2 -2
- package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.json +8 -8
- package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.json +15 -2
- package/build/contracts/src/mocks/CreateTest.sol/CreateTest.dbg.json +1 -1
- package/build/contracts/src/mocks/CreateTest.sol/CreateTest.json +2 -2
- package/build/contracts/src/mocks/HostioTest.sol/HostioTest.dbg.json +1 -1
- package/build/contracts/src/mocks/HostioTest.sol/HostioTest.json +2 -2
- package/build/contracts/src/mocks/InboxStub.sol/InboxStub.dbg.json +1 -1
- package/build/contracts/src/mocks/InboxStub.sol/InboxStub.json +2 -2
- package/build/contracts/src/mocks/MerkleTreeAccess.sol/MerkleTreeAccess.dbg.json +4 -0
- package/build/contracts/src/mocks/MerkleTreeAccess.sol/MerkleTreeAccess.json +227 -0
- package/build/contracts/src/mocks/MockRollupEventInbox.sol/MockRollupEventInbox.dbg.json +4 -0
- package/build/contracts/src/mocks/MockRollupEventInbox.sol/MockRollupEventInbox.json +133 -0
- package/build/contracts/src/mocks/MultiCallTest.sol/MultiCallTest.dbg.json +1 -1
- package/build/contracts/src/mocks/MultiCallTest.sol/MultiCallTest.json +2 -2
- package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.dbg.json +1 -1
- package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.json +2 -2
- package/build/contracts/src/mocks/Program.sol/ProgramTest.dbg.json +1 -1
- package/build/contracts/src/mocks/Program.sol/ProgramTest.json +2 -2
- package/build/contracts/src/mocks/ProxyAdminForBinding.sol/ProxyAdminForBinding.dbg.json +1 -1
- package/build/contracts/src/mocks/ProxyAdminForBinding.sol/ProxyAdminForBinding.json +2 -2
- package/build/contracts/src/mocks/SdkStorage.sol/SdkStorage.dbg.json +1 -1
- package/build/contracts/src/mocks/SdkStorage.sol/SdkStorage.json +2 -2
- package/build/contracts/src/mocks/SequencerInboxBlobMock.sol/SequencerInboxBlobMock.dbg.json +4 -0
- package/build/contracts/src/mocks/SequencerInboxBlobMock.sol/SequencerInboxBlobMock.json +1632 -0
- package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.dbg.json +1 -1
- package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.json +566 -9
- package/build/contracts/src/mocks/Simple.sol/Simple.dbg.json +1 -1
- package/build/contracts/src/mocks/Simple.sol/Simple.json +2 -2
- package/build/contracts/src/mocks/SimpleCacheManager.sol/SimpleCacheManager.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleCacheManager.sol/SimpleCacheManager.json +2 -2
- package/build/contracts/src/mocks/SimpleOneStepProofEntry.sol/SimpleOneStepProofEntry.dbg.json +4 -0
- package/build/contracts/src/mocks/SimpleOneStepProofEntry.sol/SimpleOneStepProofEntry.json +142 -0
- package/build/contracts/src/mocks/SimpleProxy.sol/SimpleProxy.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleProxy.sol/SimpleProxy.json +2 -2
- package/build/contracts/src/mocks/TestWETH9.sol/IWETH9.dbg.json +4 -0
- package/build/contracts/src/mocks/TestWETH9.sol/IWETH9.json +31 -0
- package/build/contracts/src/mocks/TestWETH9.sol/TestWETH9.dbg.json +4 -0
- package/build/contracts/src/mocks/TestWETH9.sol/TestWETH9.json +317 -0
- package/build/contracts/src/mocks/UpgradeExecutorMock.sol/UpgradeExecutorMock.dbg.json +1 -1
- package/build/contracts/src/mocks/UpgradeExecutorMock.sol/UpgradeExecutorMock.json +15 -2
- 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/HashProofHelper.sol/HashProofHelper.json +2 -2
- package/build/contracts/src/osp/IOneStepProofEntry.sol/IOneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProofEntry.sol/IOneStepProofEntry.json +33 -9
- package/build/contracts/src/osp/IOneStepProofEntry.sol/OneStepProofEntryLib.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProofEntry.sol/OneStepProofEntryLib.json +2 -2
- package/build/contracts/src/osp/IOneStepProver.sol/IOneStepProver.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProver.sol/IOneStepProver.json +5 -0
- package/build/contracts/src/osp/OneStepProofEntry.sol/OneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProofEntry.sol/OneStepProofEntry.json +35 -11
- package/build/contracts/src/osp/OneStepProver0.sol/OneStepProver0.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProver0.sol/OneStepProver0.json +7 -2
- package/build/contracts/src/osp/OneStepProverHostIo.sol/OneStepProverHostIo.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverHostIo.sol/OneStepProverHostIo.json +7 -2
- package/build/contracts/src/osp/OneStepProverMath.sol/OneStepProverMath.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverMath.sol/OneStepProverMath.json +7 -2
- package/build/contracts/src/osp/OneStepProverMemory.sol/OneStepProverMemory.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverMemory.sol/OneStepProverMemory.json +7 -2
- 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 +4 -0
- package/build/contracts/src/rollup/{Node.sol/NodeLib.json → Assertion.sol/AssertionNodeLib.json} +4 -4
- package/build/contracts/src/rollup/AssertionState.sol/AssertionStateLib.dbg.json +4 -0
- package/build/contracts/src/{express-lane-auction/Balance.sol/BalanceLib.json → rollup/AssertionState.sol/AssertionStateLib.json} +4 -4
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/BOLDUpgradeAction.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/BOLDUpgradeAction.json +807 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ConstantArrayStorage.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ConstantArrayStorage.json +35 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollup.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollup.json +361 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollupAdmin.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollupAdmin.json +38 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ISeqInboxPostUpgradeInit.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ISeqInboxPostUpgradeInit.json +41 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/RollupReader.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/RollupReader.json +385 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/StateHashPreImageLookup.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/StateHashPreImageLookup.json +203 -0
- package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.json +62 -10
- package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.json +2 -2
- package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.json +2 -2
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/FactoryDeployerHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/FactoryDeployerHelper.json +2 -2
- 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 +473 -99
- package/build/contracts/src/rollup/IRollupCore.sol/IRollupCore.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupCore.sol/IRollupCore.json +315 -221
- 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/IRollupLogic.sol/IRollupUser.json +678 -499
- package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.json +806 -435
- package/build/contracts/src/rollup/RollupCore.sol/RollupCore.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupCore.sol/RollupCore.json +323 -235
- package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.json +98 -36
- package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.json +2 -2
- package/build/contracts/src/rollup/RollupLib.sol/RollupLib.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupLib.sol/RollupLib.json +2 -2
- package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.json +97 -16
- package/build/contracts/src/rollup/RollupUserLogic.sol/RollupUserLogic.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupUserLogic.sol/RollupUserLogic.json +924 -535
- package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.dbg.json +1 -1
- package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.json +15 -43
- package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.json +2 -2
- package/build/contracts/src/state/Deserialize.sol/Deserialize.dbg.json +1 -1
- package/build/contracts/src/state/Deserialize.sol/Deserialize.json +2 -2
- package/build/contracts/src/state/GlobalState.sol/GlobalStateLib.dbg.json +1 -1
- package/build/contracts/src/state/GlobalState.sol/GlobalStateLib.json +2 -2
- package/build/contracts/src/state/Instructions.sol/Instructions.dbg.json +1 -1
- package/build/contracts/src/state/Instructions.sol/Instructions.json +2 -2
- package/build/contracts/src/state/Machine.sol/MachineLib.dbg.json +1 -1
- package/build/contracts/src/state/Machine.sol/MachineLib.json +2 -2
- package/build/contracts/src/state/MerkleProof.sol/MerkleProofLib.dbg.json +1 -1
- package/build/contracts/src/state/MerkleProof.sol/MerkleProofLib.json +2 -2
- package/build/contracts/src/state/Module.sol/ModuleLib.dbg.json +1 -1
- package/build/contracts/src/state/Module.sol/ModuleLib.json +2 -2
- package/build/contracts/src/state/ModuleMemory.sol/ModuleMemoryLib.dbg.json +1 -1
- package/build/contracts/src/state/ModuleMemory.sol/ModuleMemoryLib.json +2 -2
- package/build/contracts/src/state/ModuleMemoryCompact.sol/ModuleMemoryCompactLib.dbg.json +1 -1
- package/build/contracts/src/state/ModuleMemoryCompact.sol/ModuleMemoryCompactLib.json +2 -2
- package/build/contracts/src/state/MultiStack.sol/MultiStackLib.dbg.json +1 -1
- package/build/contracts/src/state/MultiStack.sol/MultiStackLib.json +2 -2
- package/build/contracts/src/state/PcArray.sol/PcArrayLib.dbg.json +1 -1
- package/build/contracts/src/state/PcArray.sol/PcArrayLib.json +2 -2
- package/build/contracts/src/state/StackFrame.sol/StackFrameLib.dbg.json +1 -1
- package/build/contracts/src/state/StackFrame.sol/StackFrameLib.json +2 -2
- package/build/contracts/src/state/Value.sol/ValueLib.dbg.json +1 -1
- package/build/contracts/src/state/Value.sol/ValueLib.json +2 -2
- package/build/contracts/src/state/ValueArray.sol/ValueArrayLib.dbg.json +1 -1
- package/build/contracts/src/state/ValueArray.sol/ValueArrayLib.json +2 -2
- package/build/contracts/src/state/ValueStack.sol/ValueStackLib.dbg.json +1 -1
- package/build/contracts/src/state/ValueStack.sol/ValueStackLib.json +2 -2
- package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.json +15 -2
- package/build/contracts/src/test-helpers/CryptographyPrimitivesTester.sol/CryptographyPrimitivesTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/CryptographyPrimitivesTester.sol/CryptographyPrimitivesTester.json +2 -2
- package/build/contracts/src/test-helpers/EthVault.sol/EthVault.dbg.json +1 -1
- package/build/contracts/src/test-helpers/EthVault.sol/EthVault.json +2 -2
- package/build/contracts/src/test-helpers/MessageTester.sol/MessageTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/MessageTester.sol/MessageTester.json +2 -2
- package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.json +2 -2
- package/build/contracts/src/test-helpers/RollupMock.sol/RollupMock.dbg.json +1 -1
- package/build/contracts/src/test-helpers/RollupMock.sol/RollupMock.json +2 -15
- package/build/contracts/src/test-helpers/TestToken.sol/TestToken.dbg.json +1 -1
- package/build/contracts/src/test-helpers/TestToken.sol/TestToken.json +2 -2
- package/build/contracts/src/test-helpers/ValueArrayTester.sol/ValueArrayTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/ValueArrayTester.sol/ValueArrayTester.json +2 -2
- package/out/yul/Reader4844.yul/Reader4844.json +1 -1
- package/package.json +11 -4
- package/src/assertionStakingPool/AbsBoldStakingPool.sol +66 -0
- package/src/assertionStakingPool/AssertionStakingPool.sol +70 -0
- package/src/assertionStakingPool/AssertionStakingPoolCreator.sol +35 -0
- package/src/assertionStakingPool/EdgeStakingPool.sol +57 -0
- package/src/assertionStakingPool/EdgeStakingPoolCreator.sol +34 -0
- package/src/assertionStakingPool/StakingPoolCreatorUtils.sol +25 -0
- package/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol +41 -0
- package/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol +36 -0
- package/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol +31 -0
- package/src/assertionStakingPool/interfaces/IEdgeStakingPool.sol +27 -0
- package/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol +28 -0
- package/src/bridge/AbsBridge.sol +38 -48
- package/src/bridge/AbsInbox.sol +89 -92
- package/src/bridge/AbsOutbox.sol +23 -37
- package/src/bridge/Bridge.sol +6 -4
- package/src/bridge/DelayBuffer.sol +123 -0
- package/src/bridge/DelayBufferTypes.sol +38 -0
- package/src/bridge/ERC20Bridge.sol +8 -4
- package/src/bridge/ERC20Inbox.sol +46 -53
- package/src/bridge/ERC20Outbox.sol +7 -3
- package/src/bridge/GasRefunder.sol +38 -24
- package/src/bridge/IBridge.sol +30 -21
- package/src/bridge/IERC20Bridge.sol +1 -1
- package/src/bridge/IERC20Inbox.sol +4 -2
- package/src/bridge/IEthBridge.sol +4 -2
- package/src/bridge/IInbox.sol +4 -2
- package/src/bridge/IInboxBase.sol +16 -8
- package/src/bridge/IOutbox.sol +13 -8
- package/src/bridge/ISequencerInbox.sol +118 -13
- package/src/bridge/Inbox.sol +134 -151
- package/src/bridge/Messages.sol +48 -18
- package/src/bridge/Outbox.sol +6 -2
- package/src/bridge/SequencerInbox.sol +343 -279
- package/src/chain/CacheManager.sol +49 -18
- package/src/challengeV2/EdgeChallengeManager.sol +559 -0
- package/src/challengeV2/IAssertionChain.sol +39 -0
- package/src/challengeV2/IEdgeChallengeManager.sol +233 -0
- package/src/challengeV2/libraries/ArrayUtilsLib.sol +61 -0
- package/src/challengeV2/libraries/ChallengeEdgeLib.sol +277 -0
- package/src/challengeV2/libraries/ChallengeErrors.sol +108 -0
- package/src/challengeV2/libraries/EdgeChallengeManagerLib.sol +819 -0
- package/src/challengeV2/libraries/Enums.sol +26 -0
- package/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol +390 -0
- package/src/challengeV2/libraries/Structs.sol +176 -0
- package/src/challengeV2/libraries/UintUtilsLib.sol +74 -0
- package/src/libraries/AddressAliasHelper.sol +6 -2
- package/src/libraries/AdminFallbackProxy.sol +8 -4
- package/src/libraries/ArbitrumChecker.sol +3 -4
- package/src/libraries/CallerChecker.sol +18 -0
- package/src/libraries/CryptographyPrimitives.sol +39 -46
- package/src/libraries/DecimalsConverterHelper.sol +2 -4
- package/src/libraries/DoubleLogicUUPSUpgradeable.sol +10 -7
- package/src/libraries/Error.sol +21 -3
- package/src/libraries/GasRefundEnabled.sol +5 -6
- package/src/libraries/MerkleLib.sol +6 -5
- package/src/libraries/UUPSNotUpgradeable.sol +2 -4
- package/src/mocks/BridgeStub.sol +50 -48
- package/src/mocks/CreateTest.sol +3 -1
- package/src/mocks/HostioTest.sol +20 -16
- package/src/mocks/InboxStub.sol +22 -17
- package/src/mocks/MerkleTreeAccess.sol +72 -0
- package/src/mocks/MockRollupEventInbox.sol +59 -0
- package/src/mocks/MultiCallTest.sol +3 -1
- package/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol +3 -1
- package/src/mocks/Program.sol +9 -7
- package/src/mocks/SequencerInboxBlobMock.sol +38 -0
- package/src/mocks/SequencerInboxStub.sol +9 -12
- package/src/mocks/Simple.sol +13 -25
- package/src/mocks/SimpleCacheManager.sol +10 -3
- package/src/mocks/SimpleOneStepProofEntry.sol +60 -0
- package/src/mocks/SimpleProxy.sol +3 -1
- package/src/mocks/TestWETH9.sol +30 -0
- package/src/mocks/UpgradeExecutorMock.sol +10 -17
- package/src/node-interface/NodeInterface.sol +23 -22
- package/src/node-interface/NodeInterfaceDebug.sol +5 -3
- package/src/osp/HashProofHelper.sol +9 -10
- package/src/osp/IOneStepProofEntry.sol +14 -9
- package/src/osp/IOneStepProver.sol +1 -0
- package/src/osp/OneStepProofEntry.sol +63 -54
- package/src/osp/OneStepProver0.sol +14 -27
- package/src/osp/OneStepProverHostIo.sol +31 -58
- package/src/osp/OneStepProverMath.sol +15 -23
- package/src/osp/OneStepProverMemory.sol +9 -23
- package/src/precompiles/ArbAddressTable.sol +19 -9
- package/src/precompiles/ArbAggregator.sol +12 -4
- package/src/precompiles/ArbBLS.sol +1 -3
- package/src/precompiles/ArbDebug.sol +5 -11
- package/src/precompiles/ArbFunctionTable.sol +7 -10
- package/src/precompiles/ArbGasInfo.sol +9 -43
- package/src/precompiles/ArbInfo.sol +6 -2
- package/src/precompiles/ArbOwner.sol +101 -34
- package/src/precompiles/ArbOwnerPublic.sol +6 -2
- package/src/precompiles/ArbRetryableTx.sol +15 -5
- package/src/precompiles/ArbStatistics.sol +1 -8
- package/src/precompiles/ArbSys.sol +16 -18
- package/src/precompiles/ArbWasm.sol +24 -14
- package/src/precompiles/ArbWasmCache.sol +15 -5
- package/src/precompiles/ArbosTest.sol +3 -1
- package/src/rollup/AbsRollupEventInbox.sol +15 -16
- package/src/rollup/Assertion.sol +100 -0
- package/src/rollup/AssertionState.sol +29 -0
- package/src/rollup/BOLDUpgradeAction.sol +631 -0
- package/src/rollup/BridgeCreator.sol +42 -15
- package/src/rollup/Config.sol +15 -7
- package/src/rollup/DeployHelper.sol +12 -31
- package/src/rollup/ERC20RollupEventInbox.sol +8 -9
- package/src/rollup/FactoryDeployerHelper.sol +8 -10
- package/src/rollup/IRollupAdmin.sol +127 -45
- package/src/rollup/IRollupCore.sol +64 -84
- package/src/rollup/IRollupEventInbox.sol +3 -1
- package/src/rollup/IRollupLogic.sol +35 -72
- package/src/rollup/RollupAdminLogic.sol +224 -203
- package/src/rollup/RollupCore.sol +407 -428
- package/src/rollup/RollupCreator.sol +84 -71
- package/src/rollup/RollupEventInbox.sol +7 -7
- package/src/rollup/RollupLib.sol +50 -86
- package/src/rollup/RollupProxy.sol +8 -12
- package/src/rollup/RollupUserLogic.sol +279 -644
- package/src/rollup/ValidatorUtils.sol +0 -242
- package/src/rollup/ValidatorWallet.sol +22 -38
- package/src/rollup/ValidatorWalletCreator.sol +8 -8
- package/src/state/Deserialize.sol +74 -96
- package/src/state/GlobalState.sol +74 -20
- package/src/state/Instructions.sol +4 -3
- package/src/state/Machine.sol +18 -19
- package/src/state/Module.sol +14 -13
- package/src/state/ModuleMemory.sol +6 -25
- package/src/state/ModuleMemoryCompact.sol +3 -1
- package/src/state/MultiStack.sol +16 -20
- package/src/state/PcArray.sol +7 -7
- package/src/state/StackFrame.sol +21 -14
- package/src/state/Value.sol +18 -6
- package/src/state/ValueArray.sol +7 -7
- package/src/state/ValueStack.sol +9 -3
- package/src/test-helpers/BridgeTester.sol +32 -42
- package/src/test-helpers/CryptographyPrimitivesTester.sol +12 -13
- package/src/test-helpers/EthVault.sol +4 -2
- package/src/test-helpers/InterfaceCompatibilityTester.sol +1 -1
- package/src/test-helpers/MessageTester.sol +3 -10
- package/src/test-helpers/OutboxWithoutOptTester.sol +12 -19
- package/src/test-helpers/RollupMock.sol +3 -7
- package/src/test-helpers/TestToken.sol +4 -2
- package/build/contracts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol/AccessControlEnumerableUpgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol/AccessControlEnumerableUpgradeable.json +0 -258
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol/IAccessControlEnumerableUpgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol/IAccessControlEnumerableUpgradeable.json +0 -226
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +0 -281
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol/ERC20BurnableUpgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol/ERC20BurnableUpgradeable.json +0 -312
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol/IERC20MetadataUpgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol/ECDSAUpgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol/ECDSAUpgradeable.json +0 -10
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol/EIP712Upgradeable.dbg.json +0 -4
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol/EIP712Upgradeable.json +0 -10
- package/build/contracts/src/challenge/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
- package/build/contracts/src/challenge/ChallengeManager.sol/ChallengeManager.dbg.json +0 -4
- package/build/contracts/src/challenge/ChallengeManager.sol/ChallengeManager.json +0 -746
- package/build/contracts/src/challenge/IChallengeManager.sol/IChallengeManager.dbg.json +0 -4
- package/build/contracts/src/challenge/IChallengeManager.sol/IChallengeManager.json +0 -441
- package/build/contracts/src/challenge/IChallengeResultReceiver.sol/IChallengeResultReceiver.dbg.json +0 -4
- package/build/contracts/src/challenge/IChallengeResultReceiver.sol/IChallengeResultReceiver.json +0 -34
- package/build/contracts/src/express-lane-auction/Balance.sol/BalanceLib.dbg.json +0 -4
- package/build/contracts/src/express-lane-auction/Burner.sol/Burner.dbg.json +0 -4
- package/build/contracts/src/express-lane-auction/Burner.sol/Burner.json +0 -47
- package/build/contracts/src/express-lane-auction/ELCRound.sol/LatestELCRoundsLib.dbg.json +0 -4
- package/build/contracts/src/express-lane-auction/ExpressLaneAuction.sol/ExpressLaneAuction.dbg.json +0 -4
- package/build/contracts/src/express-lane-auction/ExpressLaneAuction.sol/ExpressLaneAuction.json +0 -1588
- package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.dbg.json +0 -4
- package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.json +0 -1296
- package/build/contracts/src/express-lane-auction/RoundTimingInfo.sol/RoundTimingInfoLib.dbg.json +0 -4
- package/build/contracts/src/express-lane-auction/RoundTimingInfo.sol/RoundTimingInfoLib.json +0 -10
- package/build/contracts/src/mocks/MockResultReceiver.sol/MockResultReceiver.dbg.json +0 -4
- package/build/contracts/src/mocks/MockResultReceiver.sol/MockResultReceiver.json +0 -188
- package/build/contracts/src/mocks/SingleExecutionChallenge.sol/SingleExecutionChallenge.dbg.json +0 -4
- package/build/contracts/src/mocks/SingleExecutionChallenge.sol/SingleExecutionChallenge.json +0 -797
- package/build/contracts/src/mocks/TimedOutChallengeManager.sol/TimedOutChallengeManager.dbg.json +0 -4
- package/build/contracts/src/mocks/TimedOutChallengeManager.sol/TimedOutChallengeManager.json +0 -746
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserAbs.dbg.json +0 -4
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserAbs.json +0 -1332
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserERC20.dbg.json +0 -4
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserERC20.json +0 -1466
- package/build/contracts/src/rollup/Node.sol/NodeLib.dbg.json +0 -4
- package/build/contracts/src/rollup/RollupUserLogic.sol/AbsRollupUserLogic.dbg.json +0 -4
- package/build/contracts/src/rollup/RollupUserLogic.sol/AbsRollupUserLogic.json +0 -1614
- package/build/contracts/src/rollup/RollupUserLogic.sol/ERC20RollupUserLogic.dbg.json +0 -4
- package/build/contracts/src/rollup/RollupUserLogic.sol/ERC20RollupUserLogic.json +0 -1748
- package/build/contracts/src/rollup/ValidatorUtils.sol/ValidatorUtils.dbg.json +0 -4
- package/build/contracts/src/rollup/ValidatorUtils.sol/ValidatorUtils.json +0 -379
- package/src/challenge/ChallengeLib.sol +0 -88
- package/src/challenge/ChallengeManager.sol +0 -375
- package/src/challenge/IChallengeManager.sol +0 -86
- package/src/challenge/IChallengeResultReceiver.sol +0 -13
- package/src/express-lane-auction/Balance.sol +0 -142
- package/src/express-lane-auction/Burner.sol +0 -25
- package/src/express-lane-auction/ELCRound.sol +0 -73
- package/src/express-lane-auction/Errors.sol +0 -31
- package/src/express-lane-auction/ExpressLaneAuction.sol +0 -565
- package/src/express-lane-auction/IExpressLaneAuction.sol +0 -421
- package/src/express-lane-auction/RoundTimingInfo.sol +0 -115
- package/src/mocks/MockResultReceiver.sol +0 -59
- package/src/mocks/SingleExecutionChallenge.sol +0 -41
- package/src/mocks/TimedOutChallengeManager.sol +0 -13
- package/src/rollup/Node.sol +0 -113
package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.json
DELETED
@@ -1,1296 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "IExpressLaneAuction",
|
4
|
-
"sourceName": "src/express-lane-auction/IExpressLaneAuction.sol",
|
5
|
-
"abi": [
|
6
|
-
{
|
7
|
-
"anonymous": false,
|
8
|
-
"inputs": [
|
9
|
-
{
|
10
|
-
"indexed": true,
|
11
|
-
"internalType": "bool",
|
12
|
-
"name": "isMultiBidAuction",
|
13
|
-
"type": "bool"
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"indexed": false,
|
17
|
-
"internalType": "uint64",
|
18
|
-
"name": "round",
|
19
|
-
"type": "uint64"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"indexed": true,
|
23
|
-
"internalType": "address",
|
24
|
-
"name": "firstPriceBidder",
|
25
|
-
"type": "address"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"indexed": true,
|
29
|
-
"internalType": "address",
|
30
|
-
"name": "firstPriceExpressLaneController",
|
31
|
-
"type": "address"
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"indexed": false,
|
35
|
-
"internalType": "uint256",
|
36
|
-
"name": "firstPriceAmount",
|
37
|
-
"type": "uint256"
|
38
|
-
},
|
39
|
-
{
|
40
|
-
"indexed": false,
|
41
|
-
"internalType": "uint256",
|
42
|
-
"name": "price",
|
43
|
-
"type": "uint256"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"indexed": false,
|
47
|
-
"internalType": "uint64",
|
48
|
-
"name": "roundStartTimestamp",
|
49
|
-
"type": "uint64"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"indexed": false,
|
53
|
-
"internalType": "uint64",
|
54
|
-
"name": "roundEndTimestamp",
|
55
|
-
"type": "uint64"
|
56
|
-
}
|
57
|
-
],
|
58
|
-
"name": "AuctionResolved",
|
59
|
-
"type": "event"
|
60
|
-
},
|
61
|
-
{
|
62
|
-
"anonymous": false,
|
63
|
-
"inputs": [
|
64
|
-
{
|
65
|
-
"indexed": true,
|
66
|
-
"internalType": "address",
|
67
|
-
"name": "account",
|
68
|
-
"type": "address"
|
69
|
-
},
|
70
|
-
{
|
71
|
-
"indexed": false,
|
72
|
-
"internalType": "uint256",
|
73
|
-
"name": "amount",
|
74
|
-
"type": "uint256"
|
75
|
-
}
|
76
|
-
],
|
77
|
-
"name": "Deposit",
|
78
|
-
"type": "event"
|
79
|
-
},
|
80
|
-
{
|
81
|
-
"anonymous": false,
|
82
|
-
"inputs": [
|
83
|
-
{
|
84
|
-
"indexed": true,
|
85
|
-
"internalType": "bytes32",
|
86
|
-
"name": "role",
|
87
|
-
"type": "bytes32"
|
88
|
-
},
|
89
|
-
{
|
90
|
-
"indexed": true,
|
91
|
-
"internalType": "bytes32",
|
92
|
-
"name": "previousAdminRole",
|
93
|
-
"type": "bytes32"
|
94
|
-
},
|
95
|
-
{
|
96
|
-
"indexed": true,
|
97
|
-
"internalType": "bytes32",
|
98
|
-
"name": "newAdminRole",
|
99
|
-
"type": "bytes32"
|
100
|
-
}
|
101
|
-
],
|
102
|
-
"name": "RoleAdminChanged",
|
103
|
-
"type": "event"
|
104
|
-
},
|
105
|
-
{
|
106
|
-
"anonymous": false,
|
107
|
-
"inputs": [
|
108
|
-
{
|
109
|
-
"indexed": true,
|
110
|
-
"internalType": "bytes32",
|
111
|
-
"name": "role",
|
112
|
-
"type": "bytes32"
|
113
|
-
},
|
114
|
-
{
|
115
|
-
"indexed": true,
|
116
|
-
"internalType": "address",
|
117
|
-
"name": "account",
|
118
|
-
"type": "address"
|
119
|
-
},
|
120
|
-
{
|
121
|
-
"indexed": true,
|
122
|
-
"internalType": "address",
|
123
|
-
"name": "sender",
|
124
|
-
"type": "address"
|
125
|
-
}
|
126
|
-
],
|
127
|
-
"name": "RoleGranted",
|
128
|
-
"type": "event"
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"anonymous": false,
|
132
|
-
"inputs": [
|
133
|
-
{
|
134
|
-
"indexed": true,
|
135
|
-
"internalType": "bytes32",
|
136
|
-
"name": "role",
|
137
|
-
"type": "bytes32"
|
138
|
-
},
|
139
|
-
{
|
140
|
-
"indexed": true,
|
141
|
-
"internalType": "address",
|
142
|
-
"name": "account",
|
143
|
-
"type": "address"
|
144
|
-
},
|
145
|
-
{
|
146
|
-
"indexed": true,
|
147
|
-
"internalType": "address",
|
148
|
-
"name": "sender",
|
149
|
-
"type": "address"
|
150
|
-
}
|
151
|
-
],
|
152
|
-
"name": "RoleRevoked",
|
153
|
-
"type": "event"
|
154
|
-
},
|
155
|
-
{
|
156
|
-
"anonymous": false,
|
157
|
-
"inputs": [
|
158
|
-
{
|
159
|
-
"indexed": false,
|
160
|
-
"internalType": "address",
|
161
|
-
"name": "oldBeneficiary",
|
162
|
-
"type": "address"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"indexed": false,
|
166
|
-
"internalType": "address",
|
167
|
-
"name": "newBeneficiary",
|
168
|
-
"type": "address"
|
169
|
-
}
|
170
|
-
],
|
171
|
-
"name": "SetBeneficiary",
|
172
|
-
"type": "event"
|
173
|
-
},
|
174
|
-
{
|
175
|
-
"anonymous": false,
|
176
|
-
"inputs": [
|
177
|
-
{
|
178
|
-
"indexed": false,
|
179
|
-
"internalType": "uint64",
|
180
|
-
"name": "round",
|
181
|
-
"type": "uint64"
|
182
|
-
},
|
183
|
-
{
|
184
|
-
"indexed": true,
|
185
|
-
"internalType": "address",
|
186
|
-
"name": "previousExpressLaneController",
|
187
|
-
"type": "address"
|
188
|
-
},
|
189
|
-
{
|
190
|
-
"indexed": true,
|
191
|
-
"internalType": "address",
|
192
|
-
"name": "newExpressLaneController",
|
193
|
-
"type": "address"
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"indexed": true,
|
197
|
-
"internalType": "address",
|
198
|
-
"name": "transferor",
|
199
|
-
"type": "address"
|
200
|
-
},
|
201
|
-
{
|
202
|
-
"indexed": false,
|
203
|
-
"internalType": "uint64",
|
204
|
-
"name": "startTimestamp",
|
205
|
-
"type": "uint64"
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"indexed": false,
|
209
|
-
"internalType": "uint64",
|
210
|
-
"name": "endTimestamp",
|
211
|
-
"type": "uint64"
|
212
|
-
}
|
213
|
-
],
|
214
|
-
"name": "SetExpressLaneController",
|
215
|
-
"type": "event"
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"anonymous": false,
|
219
|
-
"inputs": [
|
220
|
-
{
|
221
|
-
"indexed": false,
|
222
|
-
"internalType": "uint256",
|
223
|
-
"name": "oldPrice",
|
224
|
-
"type": "uint256"
|
225
|
-
},
|
226
|
-
{
|
227
|
-
"indexed": false,
|
228
|
-
"internalType": "uint256",
|
229
|
-
"name": "newPrice",
|
230
|
-
"type": "uint256"
|
231
|
-
}
|
232
|
-
],
|
233
|
-
"name": "SetMinReservePrice",
|
234
|
-
"type": "event"
|
235
|
-
},
|
236
|
-
{
|
237
|
-
"anonymous": false,
|
238
|
-
"inputs": [
|
239
|
-
{
|
240
|
-
"indexed": false,
|
241
|
-
"internalType": "uint256",
|
242
|
-
"name": "oldReservePrice",
|
243
|
-
"type": "uint256"
|
244
|
-
},
|
245
|
-
{
|
246
|
-
"indexed": false,
|
247
|
-
"internalType": "uint256",
|
248
|
-
"name": "newReservePrice",
|
249
|
-
"type": "uint256"
|
250
|
-
}
|
251
|
-
],
|
252
|
-
"name": "SetReservePrice",
|
253
|
-
"type": "event"
|
254
|
-
},
|
255
|
-
{
|
256
|
-
"anonymous": false,
|
257
|
-
"inputs": [
|
258
|
-
{
|
259
|
-
"indexed": false,
|
260
|
-
"internalType": "uint64",
|
261
|
-
"name": "currentRound",
|
262
|
-
"type": "uint64"
|
263
|
-
},
|
264
|
-
{
|
265
|
-
"indexed": false,
|
266
|
-
"internalType": "int64",
|
267
|
-
"name": "offsetTimestamp",
|
268
|
-
"type": "int64"
|
269
|
-
},
|
270
|
-
{
|
271
|
-
"indexed": false,
|
272
|
-
"internalType": "uint64",
|
273
|
-
"name": "roundDurationSeconds",
|
274
|
-
"type": "uint64"
|
275
|
-
},
|
276
|
-
{
|
277
|
-
"indexed": false,
|
278
|
-
"internalType": "uint64",
|
279
|
-
"name": "auctionClosingSeconds",
|
280
|
-
"type": "uint64"
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"indexed": false,
|
284
|
-
"internalType": "uint64",
|
285
|
-
"name": "reserveSubmissionSeconds",
|
286
|
-
"type": "uint64"
|
287
|
-
}
|
288
|
-
],
|
289
|
-
"name": "SetRoundTimingInfo",
|
290
|
-
"type": "event"
|
291
|
-
},
|
292
|
-
{
|
293
|
-
"anonymous": false,
|
294
|
-
"inputs": [
|
295
|
-
{
|
296
|
-
"indexed": true,
|
297
|
-
"internalType": "address",
|
298
|
-
"name": "expressLaneController",
|
299
|
-
"type": "address"
|
300
|
-
},
|
301
|
-
{
|
302
|
-
"indexed": true,
|
303
|
-
"internalType": "address",
|
304
|
-
"name": "transferor",
|
305
|
-
"type": "address"
|
306
|
-
},
|
307
|
-
{
|
308
|
-
"indexed": false,
|
309
|
-
"internalType": "uint64",
|
310
|
-
"name": "fixedUntilRound",
|
311
|
-
"type": "uint64"
|
312
|
-
}
|
313
|
-
],
|
314
|
-
"name": "SetTransferor",
|
315
|
-
"type": "event"
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"anonymous": false,
|
319
|
-
"inputs": [
|
320
|
-
{
|
321
|
-
"indexed": true,
|
322
|
-
"internalType": "address",
|
323
|
-
"name": "account",
|
324
|
-
"type": "address"
|
325
|
-
},
|
326
|
-
{
|
327
|
-
"indexed": false,
|
328
|
-
"internalType": "uint256",
|
329
|
-
"name": "withdrawalAmount",
|
330
|
-
"type": "uint256"
|
331
|
-
}
|
332
|
-
],
|
333
|
-
"name": "WithdrawalFinalized",
|
334
|
-
"type": "event"
|
335
|
-
},
|
336
|
-
{
|
337
|
-
"anonymous": false,
|
338
|
-
"inputs": [
|
339
|
-
{
|
340
|
-
"indexed": true,
|
341
|
-
"internalType": "address",
|
342
|
-
"name": "account",
|
343
|
-
"type": "address"
|
344
|
-
},
|
345
|
-
{
|
346
|
-
"indexed": false,
|
347
|
-
"internalType": "uint256",
|
348
|
-
"name": "withdrawalAmount",
|
349
|
-
"type": "uint256"
|
350
|
-
},
|
351
|
-
{
|
352
|
-
"indexed": false,
|
353
|
-
"internalType": "uint256",
|
354
|
-
"name": "roundWithdrawable",
|
355
|
-
"type": "uint256"
|
356
|
-
}
|
357
|
-
],
|
358
|
-
"name": "WithdrawalInitiated",
|
359
|
-
"type": "event"
|
360
|
-
},
|
361
|
-
{
|
362
|
-
"inputs": [],
|
363
|
-
"name": "AUCTIONEER_ADMIN_ROLE",
|
364
|
-
"outputs": [
|
365
|
-
{
|
366
|
-
"internalType": "bytes32",
|
367
|
-
"name": "",
|
368
|
-
"type": "bytes32"
|
369
|
-
}
|
370
|
-
],
|
371
|
-
"stateMutability": "nonpayable",
|
372
|
-
"type": "function"
|
373
|
-
},
|
374
|
-
{
|
375
|
-
"inputs": [],
|
376
|
-
"name": "AUCTIONEER_ROLE",
|
377
|
-
"outputs": [
|
378
|
-
{
|
379
|
-
"internalType": "bytes32",
|
380
|
-
"name": "",
|
381
|
-
"type": "bytes32"
|
382
|
-
}
|
383
|
-
],
|
384
|
-
"stateMutability": "nonpayable",
|
385
|
-
"type": "function"
|
386
|
-
},
|
387
|
-
{
|
388
|
-
"inputs": [],
|
389
|
-
"name": "BENEFICIARY_SETTER_ROLE",
|
390
|
-
"outputs": [
|
391
|
-
{
|
392
|
-
"internalType": "bytes32",
|
393
|
-
"name": "",
|
394
|
-
"type": "bytes32"
|
395
|
-
}
|
396
|
-
],
|
397
|
-
"stateMutability": "nonpayable",
|
398
|
-
"type": "function"
|
399
|
-
},
|
400
|
-
{
|
401
|
-
"inputs": [],
|
402
|
-
"name": "MIN_RESERVE_SETTER_ROLE",
|
403
|
-
"outputs": [
|
404
|
-
{
|
405
|
-
"internalType": "bytes32",
|
406
|
-
"name": "",
|
407
|
-
"type": "bytes32"
|
408
|
-
}
|
409
|
-
],
|
410
|
-
"stateMutability": "nonpayable",
|
411
|
-
"type": "function"
|
412
|
-
},
|
413
|
-
{
|
414
|
-
"inputs": [],
|
415
|
-
"name": "RESERVE_SETTER_ADMIN_ROLE",
|
416
|
-
"outputs": [
|
417
|
-
{
|
418
|
-
"internalType": "bytes32",
|
419
|
-
"name": "",
|
420
|
-
"type": "bytes32"
|
421
|
-
}
|
422
|
-
],
|
423
|
-
"stateMutability": "nonpayable",
|
424
|
-
"type": "function"
|
425
|
-
},
|
426
|
-
{
|
427
|
-
"inputs": [],
|
428
|
-
"name": "RESERVE_SETTER_ROLE",
|
429
|
-
"outputs": [
|
430
|
-
{
|
431
|
-
"internalType": "bytes32",
|
432
|
-
"name": "",
|
433
|
-
"type": "bytes32"
|
434
|
-
}
|
435
|
-
],
|
436
|
-
"stateMutability": "nonpayable",
|
437
|
-
"type": "function"
|
438
|
-
},
|
439
|
-
{
|
440
|
-
"inputs": [],
|
441
|
-
"name": "ROUND_TIMING_SETTER_ROLE",
|
442
|
-
"outputs": [
|
443
|
-
{
|
444
|
-
"internalType": "bytes32",
|
445
|
-
"name": "",
|
446
|
-
"type": "bytes32"
|
447
|
-
}
|
448
|
-
],
|
449
|
-
"stateMutability": "nonpayable",
|
450
|
-
"type": "function"
|
451
|
-
},
|
452
|
-
{
|
453
|
-
"inputs": [
|
454
|
-
{
|
455
|
-
"internalType": "address",
|
456
|
-
"name": "account",
|
457
|
-
"type": "address"
|
458
|
-
}
|
459
|
-
],
|
460
|
-
"name": "balanceOf",
|
461
|
-
"outputs": [
|
462
|
-
{
|
463
|
-
"internalType": "uint256",
|
464
|
-
"name": "",
|
465
|
-
"type": "uint256"
|
466
|
-
}
|
467
|
-
],
|
468
|
-
"stateMutability": "view",
|
469
|
-
"type": "function"
|
470
|
-
},
|
471
|
-
{
|
472
|
-
"inputs": [
|
473
|
-
{
|
474
|
-
"internalType": "address",
|
475
|
-
"name": "account",
|
476
|
-
"type": "address"
|
477
|
-
},
|
478
|
-
{
|
479
|
-
"internalType": "uint64",
|
480
|
-
"name": "round",
|
481
|
-
"type": "uint64"
|
482
|
-
}
|
483
|
-
],
|
484
|
-
"name": "balanceOfAtRound",
|
485
|
-
"outputs": [
|
486
|
-
{
|
487
|
-
"internalType": "uint256",
|
488
|
-
"name": "",
|
489
|
-
"type": "uint256"
|
490
|
-
}
|
491
|
-
],
|
492
|
-
"stateMutability": "view",
|
493
|
-
"type": "function"
|
494
|
-
},
|
495
|
-
{
|
496
|
-
"inputs": [],
|
497
|
-
"name": "beneficiary",
|
498
|
-
"outputs": [
|
499
|
-
{
|
500
|
-
"internalType": "address",
|
501
|
-
"name": "",
|
502
|
-
"type": "address"
|
503
|
-
}
|
504
|
-
],
|
505
|
-
"stateMutability": "nonpayable",
|
506
|
-
"type": "function"
|
507
|
-
},
|
508
|
-
{
|
509
|
-
"inputs": [],
|
510
|
-
"name": "beneficiaryBalance",
|
511
|
-
"outputs": [
|
512
|
-
{
|
513
|
-
"internalType": "uint256",
|
514
|
-
"name": "",
|
515
|
-
"type": "uint256"
|
516
|
-
}
|
517
|
-
],
|
518
|
-
"stateMutability": "nonpayable",
|
519
|
-
"type": "function"
|
520
|
-
},
|
521
|
-
{
|
522
|
-
"inputs": [],
|
523
|
-
"name": "biddingToken",
|
524
|
-
"outputs": [
|
525
|
-
{
|
526
|
-
"internalType": "contract IERC20",
|
527
|
-
"name": "",
|
528
|
-
"type": "address"
|
529
|
-
}
|
530
|
-
],
|
531
|
-
"stateMutability": "nonpayable",
|
532
|
-
"type": "function"
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"inputs": [],
|
536
|
-
"name": "currentRound",
|
537
|
-
"outputs": [
|
538
|
-
{
|
539
|
-
"internalType": "uint64",
|
540
|
-
"name": "",
|
541
|
-
"type": "uint64"
|
542
|
-
}
|
543
|
-
],
|
544
|
-
"stateMutability": "view",
|
545
|
-
"type": "function"
|
546
|
-
},
|
547
|
-
{
|
548
|
-
"inputs": [
|
549
|
-
{
|
550
|
-
"internalType": "uint256",
|
551
|
-
"name": "amount",
|
552
|
-
"type": "uint256"
|
553
|
-
}
|
554
|
-
],
|
555
|
-
"name": "deposit",
|
556
|
-
"outputs": [],
|
557
|
-
"stateMutability": "nonpayable",
|
558
|
-
"type": "function"
|
559
|
-
},
|
560
|
-
{
|
561
|
-
"inputs": [],
|
562
|
-
"name": "domainSeparator",
|
563
|
-
"outputs": [
|
564
|
-
{
|
565
|
-
"internalType": "bytes32",
|
566
|
-
"name": "",
|
567
|
-
"type": "bytes32"
|
568
|
-
}
|
569
|
-
],
|
570
|
-
"stateMutability": "view",
|
571
|
-
"type": "function"
|
572
|
-
},
|
573
|
-
{
|
574
|
-
"inputs": [],
|
575
|
-
"name": "finalizeWithdrawal",
|
576
|
-
"outputs": [],
|
577
|
-
"stateMutability": "nonpayable",
|
578
|
-
"type": "function"
|
579
|
-
},
|
580
|
-
{
|
581
|
-
"inputs": [],
|
582
|
-
"name": "flushBeneficiaryBalance",
|
583
|
-
"outputs": [],
|
584
|
-
"stateMutability": "nonpayable",
|
585
|
-
"type": "function"
|
586
|
-
},
|
587
|
-
{
|
588
|
-
"inputs": [
|
589
|
-
{
|
590
|
-
"internalType": "uint64",
|
591
|
-
"name": "round",
|
592
|
-
"type": "uint64"
|
593
|
-
},
|
594
|
-
{
|
595
|
-
"internalType": "address",
|
596
|
-
"name": "expressLaneController",
|
597
|
-
"type": "address"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"internalType": "uint256",
|
601
|
-
"name": "amount",
|
602
|
-
"type": "uint256"
|
603
|
-
}
|
604
|
-
],
|
605
|
-
"name": "getBidHash",
|
606
|
-
"outputs": [
|
607
|
-
{
|
608
|
-
"internalType": "bytes32",
|
609
|
-
"name": "",
|
610
|
-
"type": "bytes32"
|
611
|
-
}
|
612
|
-
],
|
613
|
-
"stateMutability": "view",
|
614
|
-
"type": "function"
|
615
|
-
},
|
616
|
-
{
|
617
|
-
"inputs": [
|
618
|
-
{
|
619
|
-
"internalType": "bytes32",
|
620
|
-
"name": "role",
|
621
|
-
"type": "bytes32"
|
622
|
-
}
|
623
|
-
],
|
624
|
-
"name": "getRoleAdmin",
|
625
|
-
"outputs": [
|
626
|
-
{
|
627
|
-
"internalType": "bytes32",
|
628
|
-
"name": "",
|
629
|
-
"type": "bytes32"
|
630
|
-
}
|
631
|
-
],
|
632
|
-
"stateMutability": "view",
|
633
|
-
"type": "function"
|
634
|
-
},
|
635
|
-
{
|
636
|
-
"inputs": [
|
637
|
-
{
|
638
|
-
"internalType": "bytes32",
|
639
|
-
"name": "role",
|
640
|
-
"type": "bytes32"
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"internalType": "uint256",
|
644
|
-
"name": "index",
|
645
|
-
"type": "uint256"
|
646
|
-
}
|
647
|
-
],
|
648
|
-
"name": "getRoleMember",
|
649
|
-
"outputs": [
|
650
|
-
{
|
651
|
-
"internalType": "address",
|
652
|
-
"name": "",
|
653
|
-
"type": "address"
|
654
|
-
}
|
655
|
-
],
|
656
|
-
"stateMutability": "view",
|
657
|
-
"type": "function"
|
658
|
-
},
|
659
|
-
{
|
660
|
-
"inputs": [
|
661
|
-
{
|
662
|
-
"internalType": "bytes32",
|
663
|
-
"name": "role",
|
664
|
-
"type": "bytes32"
|
665
|
-
}
|
666
|
-
],
|
667
|
-
"name": "getRoleMemberCount",
|
668
|
-
"outputs": [
|
669
|
-
{
|
670
|
-
"internalType": "uint256",
|
671
|
-
"name": "",
|
672
|
-
"type": "uint256"
|
673
|
-
}
|
674
|
-
],
|
675
|
-
"stateMutability": "view",
|
676
|
-
"type": "function"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"inputs": [
|
680
|
-
{
|
681
|
-
"internalType": "bytes32",
|
682
|
-
"name": "role",
|
683
|
-
"type": "bytes32"
|
684
|
-
},
|
685
|
-
{
|
686
|
-
"internalType": "address",
|
687
|
-
"name": "account",
|
688
|
-
"type": "address"
|
689
|
-
}
|
690
|
-
],
|
691
|
-
"name": "grantRole",
|
692
|
-
"outputs": [],
|
693
|
-
"stateMutability": "nonpayable",
|
694
|
-
"type": "function"
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"inputs": [
|
698
|
-
{
|
699
|
-
"internalType": "bytes32",
|
700
|
-
"name": "role",
|
701
|
-
"type": "bytes32"
|
702
|
-
},
|
703
|
-
{
|
704
|
-
"internalType": "address",
|
705
|
-
"name": "account",
|
706
|
-
"type": "address"
|
707
|
-
}
|
708
|
-
],
|
709
|
-
"name": "hasRole",
|
710
|
-
"outputs": [
|
711
|
-
{
|
712
|
-
"internalType": "bool",
|
713
|
-
"name": "",
|
714
|
-
"type": "bool"
|
715
|
-
}
|
716
|
-
],
|
717
|
-
"stateMutability": "view",
|
718
|
-
"type": "function"
|
719
|
-
},
|
720
|
-
{
|
721
|
-
"inputs": [
|
722
|
-
{
|
723
|
-
"components": [
|
724
|
-
{
|
725
|
-
"internalType": "address",
|
726
|
-
"name": "_auctioneer",
|
727
|
-
"type": "address"
|
728
|
-
},
|
729
|
-
{
|
730
|
-
"internalType": "address",
|
731
|
-
"name": "_biddingToken",
|
732
|
-
"type": "address"
|
733
|
-
},
|
734
|
-
{
|
735
|
-
"internalType": "address",
|
736
|
-
"name": "_beneficiary",
|
737
|
-
"type": "address"
|
738
|
-
},
|
739
|
-
{
|
740
|
-
"components": [
|
741
|
-
{
|
742
|
-
"internalType": "int64",
|
743
|
-
"name": "offsetTimestamp",
|
744
|
-
"type": "int64"
|
745
|
-
},
|
746
|
-
{
|
747
|
-
"internalType": "uint64",
|
748
|
-
"name": "roundDurationSeconds",
|
749
|
-
"type": "uint64"
|
750
|
-
},
|
751
|
-
{
|
752
|
-
"internalType": "uint64",
|
753
|
-
"name": "auctionClosingSeconds",
|
754
|
-
"type": "uint64"
|
755
|
-
},
|
756
|
-
{
|
757
|
-
"internalType": "uint64",
|
758
|
-
"name": "reserveSubmissionSeconds",
|
759
|
-
"type": "uint64"
|
760
|
-
}
|
761
|
-
],
|
762
|
-
"internalType": "struct RoundTimingInfo",
|
763
|
-
"name": "_roundTimingInfo",
|
764
|
-
"type": "tuple"
|
765
|
-
},
|
766
|
-
{
|
767
|
-
"internalType": "uint256",
|
768
|
-
"name": "_minReservePrice",
|
769
|
-
"type": "uint256"
|
770
|
-
},
|
771
|
-
{
|
772
|
-
"internalType": "address",
|
773
|
-
"name": "_auctioneerAdmin",
|
774
|
-
"type": "address"
|
775
|
-
},
|
776
|
-
{
|
777
|
-
"internalType": "address",
|
778
|
-
"name": "_minReservePriceSetter",
|
779
|
-
"type": "address"
|
780
|
-
},
|
781
|
-
{
|
782
|
-
"internalType": "address",
|
783
|
-
"name": "_reservePriceSetter",
|
784
|
-
"type": "address"
|
785
|
-
},
|
786
|
-
{
|
787
|
-
"internalType": "address",
|
788
|
-
"name": "_reservePriceSetterAdmin",
|
789
|
-
"type": "address"
|
790
|
-
},
|
791
|
-
{
|
792
|
-
"internalType": "address",
|
793
|
-
"name": "_beneficiarySetter",
|
794
|
-
"type": "address"
|
795
|
-
},
|
796
|
-
{
|
797
|
-
"internalType": "address",
|
798
|
-
"name": "_roundTimingSetter",
|
799
|
-
"type": "address"
|
800
|
-
},
|
801
|
-
{
|
802
|
-
"internalType": "address",
|
803
|
-
"name": "_masterAdmin",
|
804
|
-
"type": "address"
|
805
|
-
}
|
806
|
-
],
|
807
|
-
"internalType": "struct InitArgs",
|
808
|
-
"name": "args",
|
809
|
-
"type": "tuple"
|
810
|
-
}
|
811
|
-
],
|
812
|
-
"name": "initialize",
|
813
|
-
"outputs": [],
|
814
|
-
"stateMutability": "nonpayable",
|
815
|
-
"type": "function"
|
816
|
-
},
|
817
|
-
{
|
818
|
-
"inputs": [],
|
819
|
-
"name": "initiateWithdrawal",
|
820
|
-
"outputs": [],
|
821
|
-
"stateMutability": "nonpayable",
|
822
|
-
"type": "function"
|
823
|
-
},
|
824
|
-
{
|
825
|
-
"inputs": [],
|
826
|
-
"name": "isAuctionRoundClosed",
|
827
|
-
"outputs": [
|
828
|
-
{
|
829
|
-
"internalType": "bool",
|
830
|
-
"name": "",
|
831
|
-
"type": "bool"
|
832
|
-
}
|
833
|
-
],
|
834
|
-
"stateMutability": "view",
|
835
|
-
"type": "function"
|
836
|
-
},
|
837
|
-
{
|
838
|
-
"inputs": [],
|
839
|
-
"name": "isReserveBlackout",
|
840
|
-
"outputs": [
|
841
|
-
{
|
842
|
-
"internalType": "bool",
|
843
|
-
"name": "",
|
844
|
-
"type": "bool"
|
845
|
-
}
|
846
|
-
],
|
847
|
-
"stateMutability": "view",
|
848
|
-
"type": "function"
|
849
|
-
},
|
850
|
-
{
|
851
|
-
"inputs": [],
|
852
|
-
"name": "minReservePrice",
|
853
|
-
"outputs": [
|
854
|
-
{
|
855
|
-
"internalType": "uint256",
|
856
|
-
"name": "",
|
857
|
-
"type": "uint256"
|
858
|
-
}
|
859
|
-
],
|
860
|
-
"stateMutability": "nonpayable",
|
861
|
-
"type": "function"
|
862
|
-
},
|
863
|
-
{
|
864
|
-
"inputs": [
|
865
|
-
{
|
866
|
-
"internalType": "bytes32",
|
867
|
-
"name": "role",
|
868
|
-
"type": "bytes32"
|
869
|
-
},
|
870
|
-
{
|
871
|
-
"internalType": "address",
|
872
|
-
"name": "account",
|
873
|
-
"type": "address"
|
874
|
-
}
|
875
|
-
],
|
876
|
-
"name": "renounceRole",
|
877
|
-
"outputs": [],
|
878
|
-
"stateMutability": "nonpayable",
|
879
|
-
"type": "function"
|
880
|
-
},
|
881
|
-
{
|
882
|
-
"inputs": [],
|
883
|
-
"name": "reservePrice",
|
884
|
-
"outputs": [
|
885
|
-
{
|
886
|
-
"internalType": "uint256",
|
887
|
-
"name": "",
|
888
|
-
"type": "uint256"
|
889
|
-
}
|
890
|
-
],
|
891
|
-
"stateMutability": "nonpayable",
|
892
|
-
"type": "function"
|
893
|
-
},
|
894
|
-
{
|
895
|
-
"inputs": [
|
896
|
-
{
|
897
|
-
"components": [
|
898
|
-
{
|
899
|
-
"internalType": "address",
|
900
|
-
"name": "expressLaneController",
|
901
|
-
"type": "address"
|
902
|
-
},
|
903
|
-
{
|
904
|
-
"internalType": "uint256",
|
905
|
-
"name": "amount",
|
906
|
-
"type": "uint256"
|
907
|
-
},
|
908
|
-
{
|
909
|
-
"internalType": "bytes",
|
910
|
-
"name": "signature",
|
911
|
-
"type": "bytes"
|
912
|
-
}
|
913
|
-
],
|
914
|
-
"internalType": "struct Bid",
|
915
|
-
"name": "firstPriceBid",
|
916
|
-
"type": "tuple"
|
917
|
-
},
|
918
|
-
{
|
919
|
-
"components": [
|
920
|
-
{
|
921
|
-
"internalType": "address",
|
922
|
-
"name": "expressLaneController",
|
923
|
-
"type": "address"
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"internalType": "uint256",
|
927
|
-
"name": "amount",
|
928
|
-
"type": "uint256"
|
929
|
-
},
|
930
|
-
{
|
931
|
-
"internalType": "bytes",
|
932
|
-
"name": "signature",
|
933
|
-
"type": "bytes"
|
934
|
-
}
|
935
|
-
],
|
936
|
-
"internalType": "struct Bid",
|
937
|
-
"name": "secondPriceBid",
|
938
|
-
"type": "tuple"
|
939
|
-
}
|
940
|
-
],
|
941
|
-
"name": "resolveMultiBidAuction",
|
942
|
-
"outputs": [],
|
943
|
-
"stateMutability": "nonpayable",
|
944
|
-
"type": "function"
|
945
|
-
},
|
946
|
-
{
|
947
|
-
"inputs": [
|
948
|
-
{
|
949
|
-
"components": [
|
950
|
-
{
|
951
|
-
"internalType": "address",
|
952
|
-
"name": "expressLaneController",
|
953
|
-
"type": "address"
|
954
|
-
},
|
955
|
-
{
|
956
|
-
"internalType": "uint256",
|
957
|
-
"name": "amount",
|
958
|
-
"type": "uint256"
|
959
|
-
},
|
960
|
-
{
|
961
|
-
"internalType": "bytes",
|
962
|
-
"name": "signature",
|
963
|
-
"type": "bytes"
|
964
|
-
}
|
965
|
-
],
|
966
|
-
"internalType": "struct Bid",
|
967
|
-
"name": "firstPriceBid",
|
968
|
-
"type": "tuple"
|
969
|
-
}
|
970
|
-
],
|
971
|
-
"name": "resolveSingleBidAuction",
|
972
|
-
"outputs": [],
|
973
|
-
"stateMutability": "nonpayable",
|
974
|
-
"type": "function"
|
975
|
-
},
|
976
|
-
{
|
977
|
-
"inputs": [],
|
978
|
-
"name": "resolvedRounds",
|
979
|
-
"outputs": [
|
980
|
-
{
|
981
|
-
"components": [
|
982
|
-
{
|
983
|
-
"internalType": "address",
|
984
|
-
"name": "expressLaneController",
|
985
|
-
"type": "address"
|
986
|
-
},
|
987
|
-
{
|
988
|
-
"internalType": "uint64",
|
989
|
-
"name": "round",
|
990
|
-
"type": "uint64"
|
991
|
-
}
|
992
|
-
],
|
993
|
-
"internalType": "struct ELCRound",
|
994
|
-
"name": "",
|
995
|
-
"type": "tuple"
|
996
|
-
},
|
997
|
-
{
|
998
|
-
"components": [
|
999
|
-
{
|
1000
|
-
"internalType": "address",
|
1001
|
-
"name": "expressLaneController",
|
1002
|
-
"type": "address"
|
1003
|
-
},
|
1004
|
-
{
|
1005
|
-
"internalType": "uint64",
|
1006
|
-
"name": "round",
|
1007
|
-
"type": "uint64"
|
1008
|
-
}
|
1009
|
-
],
|
1010
|
-
"internalType": "struct ELCRound",
|
1011
|
-
"name": "",
|
1012
|
-
"type": "tuple"
|
1013
|
-
}
|
1014
|
-
],
|
1015
|
-
"stateMutability": "view",
|
1016
|
-
"type": "function"
|
1017
|
-
},
|
1018
|
-
{
|
1019
|
-
"inputs": [
|
1020
|
-
{
|
1021
|
-
"internalType": "bytes32",
|
1022
|
-
"name": "role",
|
1023
|
-
"type": "bytes32"
|
1024
|
-
},
|
1025
|
-
{
|
1026
|
-
"internalType": "address",
|
1027
|
-
"name": "account",
|
1028
|
-
"type": "address"
|
1029
|
-
}
|
1030
|
-
],
|
1031
|
-
"name": "revokeRole",
|
1032
|
-
"outputs": [],
|
1033
|
-
"stateMutability": "nonpayable",
|
1034
|
-
"type": "function"
|
1035
|
-
},
|
1036
|
-
{
|
1037
|
-
"inputs": [
|
1038
|
-
{
|
1039
|
-
"internalType": "uint64",
|
1040
|
-
"name": "round",
|
1041
|
-
"type": "uint64"
|
1042
|
-
}
|
1043
|
-
],
|
1044
|
-
"name": "roundTimestamps",
|
1045
|
-
"outputs": [
|
1046
|
-
{
|
1047
|
-
"internalType": "uint64",
|
1048
|
-
"name": "start",
|
1049
|
-
"type": "uint64"
|
1050
|
-
},
|
1051
|
-
{
|
1052
|
-
"internalType": "uint64",
|
1053
|
-
"name": "end",
|
1054
|
-
"type": "uint64"
|
1055
|
-
}
|
1056
|
-
],
|
1057
|
-
"stateMutability": "view",
|
1058
|
-
"type": "function"
|
1059
|
-
},
|
1060
|
-
{
|
1061
|
-
"inputs": [],
|
1062
|
-
"name": "roundTimingInfo",
|
1063
|
-
"outputs": [
|
1064
|
-
{
|
1065
|
-
"internalType": "int64",
|
1066
|
-
"name": "offsetTimestamp",
|
1067
|
-
"type": "int64"
|
1068
|
-
},
|
1069
|
-
{
|
1070
|
-
"internalType": "uint64",
|
1071
|
-
"name": "roundDurationSeconds",
|
1072
|
-
"type": "uint64"
|
1073
|
-
},
|
1074
|
-
{
|
1075
|
-
"internalType": "uint64",
|
1076
|
-
"name": "auctionClosingSeconds",
|
1077
|
-
"type": "uint64"
|
1078
|
-
},
|
1079
|
-
{
|
1080
|
-
"internalType": "uint64",
|
1081
|
-
"name": "reserveSubmissionSeconds",
|
1082
|
-
"type": "uint64"
|
1083
|
-
}
|
1084
|
-
],
|
1085
|
-
"stateMutability": "view",
|
1086
|
-
"type": "function"
|
1087
|
-
},
|
1088
|
-
{
|
1089
|
-
"inputs": [
|
1090
|
-
{
|
1091
|
-
"internalType": "address",
|
1092
|
-
"name": "newBeneficiary",
|
1093
|
-
"type": "address"
|
1094
|
-
}
|
1095
|
-
],
|
1096
|
-
"name": "setBeneficiary",
|
1097
|
-
"outputs": [],
|
1098
|
-
"stateMutability": "nonpayable",
|
1099
|
-
"type": "function"
|
1100
|
-
},
|
1101
|
-
{
|
1102
|
-
"inputs": [
|
1103
|
-
{
|
1104
|
-
"internalType": "uint256",
|
1105
|
-
"name": "newMinReservePrice",
|
1106
|
-
"type": "uint256"
|
1107
|
-
}
|
1108
|
-
],
|
1109
|
-
"name": "setMinReservePrice",
|
1110
|
-
"outputs": [],
|
1111
|
-
"stateMutability": "nonpayable",
|
1112
|
-
"type": "function"
|
1113
|
-
},
|
1114
|
-
{
|
1115
|
-
"inputs": [
|
1116
|
-
{
|
1117
|
-
"internalType": "uint256",
|
1118
|
-
"name": "newReservePrice",
|
1119
|
-
"type": "uint256"
|
1120
|
-
}
|
1121
|
-
],
|
1122
|
-
"name": "setReservePrice",
|
1123
|
-
"outputs": [],
|
1124
|
-
"stateMutability": "nonpayable",
|
1125
|
-
"type": "function"
|
1126
|
-
},
|
1127
|
-
{
|
1128
|
-
"inputs": [
|
1129
|
-
{
|
1130
|
-
"components": [
|
1131
|
-
{
|
1132
|
-
"internalType": "int64",
|
1133
|
-
"name": "offsetTimestamp",
|
1134
|
-
"type": "int64"
|
1135
|
-
},
|
1136
|
-
{
|
1137
|
-
"internalType": "uint64",
|
1138
|
-
"name": "roundDurationSeconds",
|
1139
|
-
"type": "uint64"
|
1140
|
-
},
|
1141
|
-
{
|
1142
|
-
"internalType": "uint64",
|
1143
|
-
"name": "auctionClosingSeconds",
|
1144
|
-
"type": "uint64"
|
1145
|
-
},
|
1146
|
-
{
|
1147
|
-
"internalType": "uint64",
|
1148
|
-
"name": "reserveSubmissionSeconds",
|
1149
|
-
"type": "uint64"
|
1150
|
-
}
|
1151
|
-
],
|
1152
|
-
"internalType": "struct RoundTimingInfo",
|
1153
|
-
"name": "newRoundTimingInfo",
|
1154
|
-
"type": "tuple"
|
1155
|
-
}
|
1156
|
-
],
|
1157
|
-
"name": "setRoundTimingInfo",
|
1158
|
-
"outputs": [],
|
1159
|
-
"stateMutability": "nonpayable",
|
1160
|
-
"type": "function"
|
1161
|
-
},
|
1162
|
-
{
|
1163
|
-
"inputs": [
|
1164
|
-
{
|
1165
|
-
"components": [
|
1166
|
-
{
|
1167
|
-
"internalType": "address",
|
1168
|
-
"name": "addr",
|
1169
|
-
"type": "address"
|
1170
|
-
},
|
1171
|
-
{
|
1172
|
-
"internalType": "uint64",
|
1173
|
-
"name": "fixedUntilRound",
|
1174
|
-
"type": "uint64"
|
1175
|
-
}
|
1176
|
-
],
|
1177
|
-
"internalType": "struct Transferor",
|
1178
|
-
"name": "transferor",
|
1179
|
-
"type": "tuple"
|
1180
|
-
}
|
1181
|
-
],
|
1182
|
-
"name": "setTransferor",
|
1183
|
-
"outputs": [],
|
1184
|
-
"stateMutability": "nonpayable",
|
1185
|
-
"type": "function"
|
1186
|
-
},
|
1187
|
-
{
|
1188
|
-
"inputs": [
|
1189
|
-
{
|
1190
|
-
"internalType": "bytes4",
|
1191
|
-
"name": "interfaceId",
|
1192
|
-
"type": "bytes4"
|
1193
|
-
}
|
1194
|
-
],
|
1195
|
-
"name": "supportsInterface",
|
1196
|
-
"outputs": [
|
1197
|
-
{
|
1198
|
-
"internalType": "bool",
|
1199
|
-
"name": "",
|
1200
|
-
"type": "bool"
|
1201
|
-
}
|
1202
|
-
],
|
1203
|
-
"stateMutability": "view",
|
1204
|
-
"type": "function"
|
1205
|
-
},
|
1206
|
-
{
|
1207
|
-
"inputs": [
|
1208
|
-
{
|
1209
|
-
"internalType": "uint64",
|
1210
|
-
"name": "round",
|
1211
|
-
"type": "uint64"
|
1212
|
-
},
|
1213
|
-
{
|
1214
|
-
"internalType": "address",
|
1215
|
-
"name": "newExpressLaneController",
|
1216
|
-
"type": "address"
|
1217
|
-
}
|
1218
|
-
],
|
1219
|
-
"name": "transferExpressLaneController",
|
1220
|
-
"outputs": [],
|
1221
|
-
"stateMutability": "nonpayable",
|
1222
|
-
"type": "function"
|
1223
|
-
},
|
1224
|
-
{
|
1225
|
-
"inputs": [
|
1226
|
-
{
|
1227
|
-
"internalType": "address",
|
1228
|
-
"name": "expressLaneController",
|
1229
|
-
"type": "address"
|
1230
|
-
}
|
1231
|
-
],
|
1232
|
-
"name": "transferorOf",
|
1233
|
-
"outputs": [
|
1234
|
-
{
|
1235
|
-
"internalType": "address",
|
1236
|
-
"name": "addr",
|
1237
|
-
"type": "address"
|
1238
|
-
},
|
1239
|
-
{
|
1240
|
-
"internalType": "uint64",
|
1241
|
-
"name": "fixedUntil",
|
1242
|
-
"type": "uint64"
|
1243
|
-
}
|
1244
|
-
],
|
1245
|
-
"stateMutability": "nonpayable",
|
1246
|
-
"type": "function"
|
1247
|
-
},
|
1248
|
-
{
|
1249
|
-
"inputs": [
|
1250
|
-
{
|
1251
|
-
"internalType": "address",
|
1252
|
-
"name": "account",
|
1253
|
-
"type": "address"
|
1254
|
-
}
|
1255
|
-
],
|
1256
|
-
"name": "withdrawableBalance",
|
1257
|
-
"outputs": [
|
1258
|
-
{
|
1259
|
-
"internalType": "uint256",
|
1260
|
-
"name": "",
|
1261
|
-
"type": "uint256"
|
1262
|
-
}
|
1263
|
-
],
|
1264
|
-
"stateMutability": "view",
|
1265
|
-
"type": "function"
|
1266
|
-
},
|
1267
|
-
{
|
1268
|
-
"inputs": [
|
1269
|
-
{
|
1270
|
-
"internalType": "address",
|
1271
|
-
"name": "account",
|
1272
|
-
"type": "address"
|
1273
|
-
},
|
1274
|
-
{
|
1275
|
-
"internalType": "uint64",
|
1276
|
-
"name": "round",
|
1277
|
-
"type": "uint64"
|
1278
|
-
}
|
1279
|
-
],
|
1280
|
-
"name": "withdrawableBalanceAtRound",
|
1281
|
-
"outputs": [
|
1282
|
-
{
|
1283
|
-
"internalType": "uint256",
|
1284
|
-
"name": "",
|
1285
|
-
"type": "uint256"
|
1286
|
-
}
|
1287
|
-
],
|
1288
|
-
"stateMutability": "view",
|
1289
|
-
"type": "function"
|
1290
|
-
}
|
1291
|
-
],
|
1292
|
-
"bytecode": "0x",
|
1293
|
-
"deployedBytecode": "0x",
|
1294
|
-
"linkReferences": {},
|
1295
|
-
"deployedLinkReferences": {}
|
1296
|
-
}
|