@arbitrum/nitro-contracts 3.0.0-alpha.2 → 3.0.0-beta.1
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
package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.json
ADDED
@@ -0,0 +1,1296 @@
|
|
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
|
+
}
|