@arbitrum/nitro-contracts 2.0.0 → 2.1.1-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (257) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/contracts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +1 -1
  3. package/build/contracts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.dbg.json +1 -1
  4. package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +1 -1
  5. package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.dbg.json +1 -1
  6. package/build/contracts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +1 -1
  7. package/build/contracts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +1 -1
  8. package/build/contracts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.dbg.json +1 -1
  9. package/build/contracts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +1 -1
  10. package/build/contracts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +1 -1
  11. package/build/contracts/@openzeppelin/contracts/proxy/utils/UUPSUpgradeable.sol/UUPSUpgradeable.dbg.json +1 -1
  12. package/build/contracts/@openzeppelin/contracts/security/ReentrancyGuard.sol/ReentrancyGuard.dbg.json +1 -1
  13. package/build/contracts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +1 -1
  14. package/build/contracts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +1 -1
  15. package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +1 -1
  16. package/build/contracts/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol/SafeERC20.dbg.json +1 -1
  17. package/build/contracts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +1 -1
  18. package/build/contracts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
  19. package/build/contracts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +1 -1
  20. package/build/contracts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +1 -1
  21. package/build/contracts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.dbg.json +4 -0
  22. package/build/contracts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.json +10 -0
  23. package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol/AccessControlEnumerableUpgradeable.dbg.json +4 -0
  24. package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol/AccessControlEnumerableUpgradeable.json +258 -0
  25. package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol/AccessControlUpgradeable.dbg.json +1 -1
  26. package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol/IAccessControlEnumerableUpgradeable.dbg.json +4 -0
  27. package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol/IAccessControlEnumerableUpgradeable.json +226 -0
  28. package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable.sol/IAccessControlUpgradeable.dbg.json +1 -1
  29. package/build/contracts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +1 -1
  30. package/build/contracts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
  31. package/build/contracts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json +1 -1
  32. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.dbg.json +4 -0
  33. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +281 -0
  34. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +1 -1
  35. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol/ERC20BurnableUpgradeable.dbg.json +4 -0
  36. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20BurnableUpgradeable.sol/ERC20BurnableUpgradeable.json +312 -0
  37. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol/IERC20MetadataUpgradeable.dbg.json +4 -0
  38. package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol/IERC20MetadataUpgradeable.json +233 -0
  39. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
  40. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
  41. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.dbg.json +1 -1
  42. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol/StringsUpgradeable.dbg.json +1 -1
  43. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol/ECDSAUpgradeable.dbg.json +4 -0
  44. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol/ECDSAUpgradeable.json +10 -0
  45. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol/EIP712Upgradeable.dbg.json +4 -0
  46. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol/EIP712Upgradeable.json +10 -0
  47. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol/ERC165Upgradeable.dbg.json +1 -1
  48. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol/IERC165Upgradeable.dbg.json +1 -1
  49. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol/EnumerableSetUpgradeable.dbg.json +4 -0
  50. package/build/contracts/@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol/EnumerableSetUpgradeable.json +10 -0
  51. package/build/contracts/src/bridge/AbsBridge.sol/AbsBridge.dbg.json +1 -1
  52. package/build/contracts/src/bridge/AbsInbox.sol/AbsInbox.dbg.json +1 -1
  53. package/build/contracts/src/bridge/AbsOutbox.sol/AbsOutbox.dbg.json +1 -1
  54. package/build/contracts/src/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  55. package/build/contracts/src/bridge/Bridge.sol/Bridge.json +2 -2
  56. package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.dbg.json +1 -1
  57. package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.json +2 -2
  58. package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.dbg.json +1 -1
  59. package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.json +2 -2
  60. package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.dbg.json +1 -1
  61. package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.json +2 -2
  62. package/build/contracts/src/bridge/GasRefunder.sol/GasRefunder.dbg.json +1 -1
  63. package/build/contracts/src/bridge/IBridge.sol/IBridge.dbg.json +1 -1
  64. package/build/contracts/src/bridge/IDelayedMessageProvider.sol/IDelayedMessageProvider.dbg.json +1 -1
  65. package/build/contracts/src/bridge/IERC20Bridge.sol/IERC20Bridge.dbg.json +1 -1
  66. package/build/contracts/src/bridge/IERC20Inbox.sol/IERC20Inbox.dbg.json +1 -1
  67. package/build/contracts/src/bridge/IEthBridge.sol/IEthBridge.dbg.json +1 -1
  68. package/build/contracts/src/bridge/IInbox.sol/IInbox.dbg.json +1 -1
  69. package/build/contracts/src/bridge/IInboxBase.sol/IInboxBase.dbg.json +1 -1
  70. package/build/contracts/src/bridge/IOutbox.sol/IOutbox.dbg.json +1 -1
  71. package/build/contracts/src/bridge/IOwnable.sol/IOwnable.dbg.json +1 -1
  72. package/build/contracts/src/bridge/ISequencerInbox.sol/ISequencerInbox.dbg.json +1 -1
  73. package/build/contracts/src/bridge/Inbox.sol/Inbox.dbg.json +1 -1
  74. package/build/contracts/src/bridge/Inbox.sol/Inbox.json +2 -2
  75. package/build/contracts/src/bridge/Messages.sol/Messages.dbg.json +1 -1
  76. package/build/contracts/src/bridge/Outbox.sol/Outbox.dbg.json +1 -1
  77. package/build/contracts/src/bridge/Outbox.sol/Outbox.json +2 -2
  78. package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.dbg.json +1 -1
  79. package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.json +2 -2
  80. package/build/contracts/src/chain/CacheManager.sol/CacheManager.dbg.json +1 -1
  81. package/build/contracts/src/chain/CacheManager.sol/CacheManager.json +2 -2
  82. package/build/contracts/src/challenge/ChallengeLib.sol/ChallengeLib.dbg.json +1 -1
  83. package/build/contracts/src/challenge/ChallengeManager.sol/ChallengeManager.dbg.json +1 -1
  84. package/build/contracts/src/challenge/ChallengeManager.sol/ChallengeManager.json +2 -2
  85. package/build/contracts/src/challenge/IChallengeManager.sol/IChallengeManager.dbg.json +1 -1
  86. package/build/contracts/src/challenge/IChallengeResultReceiver.sol/IChallengeResultReceiver.dbg.json +1 -1
  87. package/build/contracts/src/express-lane-auction/Balance.sol/BalanceLib.dbg.json +4 -0
  88. package/build/contracts/src/express-lane-auction/Balance.sol/BalanceLib.json +10 -0
  89. package/build/contracts/src/express-lane-auction/Burner.sol/Burner.dbg.json +4 -0
  90. package/build/contracts/src/express-lane-auction/Burner.sol/Burner.json +47 -0
  91. package/build/contracts/src/express-lane-auction/ELCRound.sol/LatestELCRoundsLib.dbg.json +4 -0
  92. package/build/contracts/src/express-lane-auction/ELCRound.sol/LatestELCRoundsLib.json +10 -0
  93. package/build/contracts/src/express-lane-auction/ExpressLaneAuction.sol/ExpressLaneAuction.dbg.json +4 -0
  94. package/build/contracts/src/express-lane-auction/ExpressLaneAuction.sol/ExpressLaneAuction.json +1588 -0
  95. package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.dbg.json +4 -0
  96. package/build/contracts/src/express-lane-auction/IExpressLaneAuction.sol/IExpressLaneAuction.json +1296 -0
  97. package/build/contracts/src/express-lane-auction/RoundTimingInfo.sol/RoundTimingInfoLib.dbg.json +4 -0
  98. package/build/contracts/src/express-lane-auction/RoundTimingInfo.sol/RoundTimingInfoLib.json +10 -0
  99. package/build/contracts/src/libraries/AddressAliasHelper.sol/AddressAliasHelper.dbg.json +1 -1
  100. package/build/contracts/src/libraries/AdminFallbackProxy.sol/AdminFallbackProxy.dbg.json +1 -1
  101. package/build/contracts/src/libraries/AdminFallbackProxy.sol/DoubleLogicERC1967Upgrade.dbg.json +1 -1
  102. package/build/contracts/src/libraries/ArbitrumChecker.sol/ArbitrumChecker.dbg.json +1 -1
  103. package/build/contracts/src/libraries/ArbitrumChecker.sol/ArbitrumChecker.json +2 -2
  104. package/build/contracts/src/libraries/CryptographyPrimitives.sol/CryptographyPrimitives.dbg.json +1 -1
  105. package/build/contracts/src/libraries/DecimalsConverterHelper.sol/DecimalsConverterHelper.dbg.json +1 -1
  106. package/build/contracts/src/libraries/DelegateCallAware.sol/DelegateCallAware.dbg.json +1 -1
  107. package/build/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol/DoubleLogicUUPSUpgradeable.dbg.json +1 -1
  108. package/build/contracts/src/libraries/GasRefundEnabled.sol/GasRefundEnabled.dbg.json +1 -1
  109. package/build/contracts/src/libraries/IGasRefunder.sol/IGasRefunder.dbg.json +1 -1
  110. package/build/contracts/src/libraries/IReader4844.sol/IReader4844.dbg.json +1 -1
  111. package/build/contracts/src/libraries/MerkleLib.sol/MerkleLib.dbg.json +1 -1
  112. package/build/contracts/src/libraries/MerkleLib.sol/MerkleLib.json +2 -2
  113. package/build/contracts/src/libraries/UUPSNotUpgradeable.sol/UUPSNotUpgradeable.dbg.json +1 -1
  114. package/build/contracts/src/mocks/Benchmarks.sol/Benchmarks.dbg.json +1 -1
  115. package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.dbg.json +1 -1
  116. package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.json +2 -2
  117. package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.dbg.json +1 -1
  118. package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.json +15 -2
  119. package/build/contracts/src/mocks/CreateTest.sol/CreateTest.dbg.json +4 -0
  120. package/build/contracts/src/mocks/CreateTest.sol/CreateTest.json +15 -0
  121. package/build/contracts/src/mocks/HostioTest.sol/HostioTest.dbg.json +4 -0
  122. package/build/contracts/src/mocks/HostioTest.sol/HostioTest.json +513 -0
  123. package/build/contracts/src/mocks/InboxStub.sol/InboxStub.dbg.json +1 -1
  124. package/build/contracts/src/mocks/InboxStub.sol/InboxStub.json +2 -2
  125. package/build/contracts/src/mocks/MockResultReceiver.sol/MockResultReceiver.dbg.json +1 -1
  126. package/build/contracts/src/mocks/MultiCallTest.sol/MultiCallTest.dbg.json +1 -1
  127. package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.dbg.json +1 -1
  128. package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.json +2 -2
  129. package/build/contracts/src/mocks/Program.sol/ProgramTest.dbg.json +1 -1
  130. package/build/contracts/src/mocks/Program.sol/ProgramTest.json +2 -2
  131. package/build/contracts/src/mocks/ProxyAdminForBinding.sol/ProxyAdminForBinding.dbg.json +1 -1
  132. package/build/contracts/src/mocks/SdkStorage.sol/SdkStorage.dbg.json +1 -1
  133. package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.dbg.json +1 -1
  134. package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.json +2 -2
  135. package/build/contracts/src/mocks/Simple.sol/Simple.dbg.json +1 -1
  136. package/build/contracts/src/mocks/Simple.sol/Simple.json +2 -2
  137. package/build/contracts/src/mocks/SimpleCacheManager.sol/SimpleCacheManager.dbg.json +1 -1
  138. package/build/contracts/src/mocks/SimpleProxy.sol/SimpleProxy.dbg.json +1 -1
  139. package/build/contracts/src/mocks/SingleExecutionChallenge.sol/SingleExecutionChallenge.dbg.json +1 -1
  140. package/build/contracts/src/mocks/SingleExecutionChallenge.sol/SingleExecutionChallenge.json +2 -2
  141. package/build/contracts/src/mocks/TimedOutChallengeManager.sol/TimedOutChallengeManager.dbg.json +1 -1
  142. package/build/contracts/src/mocks/TimedOutChallengeManager.sol/TimedOutChallengeManager.json +2 -2
  143. package/build/contracts/src/mocks/UpgradeExecutorMock.sol/UpgradeExecutorMock.dbg.json +1 -1
  144. package/build/contracts/src/node-interface/NodeInterface.sol/NodeInterface.dbg.json +1 -1
  145. package/build/contracts/src/node-interface/NodeInterfaceDebug.sol/NodeInterfaceDebug.dbg.json +1 -1
  146. package/build/contracts/src/osp/HashProofHelper.sol/HashProofHelper.dbg.json +1 -1
  147. package/build/contracts/src/osp/IOneStepProofEntry.sol/IOneStepProofEntry.dbg.json +1 -1
  148. package/build/contracts/src/osp/IOneStepProofEntry.sol/OneStepProofEntryLib.dbg.json +1 -1
  149. package/build/contracts/src/osp/IOneStepProver.sol/IOneStepProver.dbg.json +1 -1
  150. package/build/contracts/src/osp/OneStepProofEntry.sol/OneStepProofEntry.dbg.json +1 -1
  151. package/build/contracts/src/osp/OneStepProver0.sol/OneStepProver0.dbg.json +1 -1
  152. package/build/contracts/src/osp/OneStepProverHostIo.sol/OneStepProverHostIo.dbg.json +1 -1
  153. package/build/contracts/src/osp/OneStepProverMath.sol/OneStepProverMath.dbg.json +1 -1
  154. package/build/contracts/src/osp/OneStepProverMemory.sol/OneStepProverMemory.dbg.json +1 -1
  155. package/build/contracts/src/precompiles/ArbAddressTable.sol/ArbAddressTable.dbg.json +1 -1
  156. package/build/contracts/src/precompiles/ArbAggregator.sol/ArbAggregator.dbg.json +1 -1
  157. package/build/contracts/src/precompiles/ArbBLS.sol/ArbBLS.dbg.json +1 -1
  158. package/build/contracts/src/precompiles/ArbDebug.sol/ArbDebug.dbg.json +1 -1
  159. package/build/contracts/src/precompiles/ArbFunctionTable.sol/ArbFunctionTable.dbg.json +1 -1
  160. package/build/contracts/src/precompiles/ArbGasInfo.sol/ArbGasInfo.dbg.json +1 -1
  161. package/build/contracts/src/precompiles/ArbInfo.sol/ArbInfo.dbg.json +1 -1
  162. package/build/contracts/src/precompiles/ArbOwner.sol/ArbOwner.dbg.json +1 -1
  163. package/build/contracts/src/precompiles/ArbOwnerPublic.sol/ArbOwnerPublic.dbg.json +1 -1
  164. package/build/contracts/src/precompiles/ArbRetryableTx.sol/ArbRetryableTx.dbg.json +1 -1
  165. package/build/contracts/src/precompiles/ArbStatistics.sol/ArbStatistics.dbg.json +1 -1
  166. package/build/contracts/src/precompiles/ArbSys.sol/ArbSys.dbg.json +1 -1
  167. package/build/contracts/src/precompiles/ArbWasm.sol/ArbWasm.dbg.json +1 -1
  168. package/build/contracts/src/precompiles/ArbWasm.sol/ArbWasm.json +4 -4
  169. package/build/contracts/src/precompiles/ArbWasmCache.sol/ArbWasmCache.dbg.json +1 -1
  170. package/build/contracts/src/precompiles/ArbosActs.sol/ArbosActs.dbg.json +1 -1
  171. package/build/contracts/src/precompiles/ArbosTest.sol/ArbosTest.dbg.json +1 -1
  172. package/build/contracts/src/rollup/AbsRollupEventInbox.sol/AbsRollupEventInbox.dbg.json +1 -1
  173. package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.dbg.json +1 -1
  174. package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.json +2 -2
  175. package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.dbg.json +1 -1
  176. package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.json +2 -2
  177. package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.dbg.json +1 -1
  178. package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.json +2 -2
  179. package/build/contracts/src/rollup/FactoryDeployerHelper.sol/FactoryDeployerHelper.dbg.json +1 -1
  180. package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IDeployHelper.dbg.json +1 -1
  181. package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IERC20.dbg.json +1 -1
  182. package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IERC20Bridge.dbg.json +1 -1
  183. package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IInboxBase.dbg.json +1 -1
  184. package/build/contracts/src/rollup/IRollupAdmin.sol/IRollupAdmin.dbg.json +1 -1
  185. package/build/contracts/src/rollup/IRollupCore.sol/IRollupCore.dbg.json +1 -1
  186. package/build/contracts/src/rollup/IRollupEventInbox.sol/IRollupEventInbox.dbg.json +1 -1
  187. package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUser.dbg.json +1 -1
  188. package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUser.json +5 -0
  189. package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserAbs.dbg.json +1 -1
  190. package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserAbs.json +5 -0
  191. package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserERC20.dbg.json +1 -1
  192. package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserERC20.json +5 -0
  193. package/build/contracts/src/rollup/Node.sol/NodeLib.dbg.json +1 -1
  194. package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.dbg.json +1 -1
  195. package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.json +2 -2
  196. package/build/contracts/src/rollup/RollupCore.sol/RollupCore.dbg.json +1 -1
  197. package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.dbg.json +1 -1
  198. package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.json +2 -2
  199. package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.dbg.json +1 -1
  200. package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.json +2 -2
  201. package/build/contracts/src/rollup/RollupLib.sol/RollupLib.dbg.json +1 -1
  202. package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.dbg.json +1 -1
  203. package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.json +2 -2
  204. package/build/contracts/src/rollup/RollupUserLogic.sol/AbsRollupUserLogic.dbg.json +1 -1
  205. package/build/contracts/src/rollup/RollupUserLogic.sol/AbsRollupUserLogic.json +5 -0
  206. package/build/contracts/src/rollup/RollupUserLogic.sol/ERC20RollupUserLogic.dbg.json +1 -1
  207. package/build/contracts/src/rollup/RollupUserLogic.sol/ERC20RollupUserLogic.json +7 -2
  208. package/build/contracts/src/rollup/RollupUserLogic.sol/RollupUserLogic.dbg.json +1 -1
  209. package/build/contracts/src/rollup/RollupUserLogic.sol/RollupUserLogic.json +7 -2
  210. package/build/contracts/src/rollup/ValidatorUtils.sol/ValidatorUtils.dbg.json +1 -1
  211. package/build/contracts/src/rollup/ValidatorUtils.sol/ValidatorUtils.json +2 -2
  212. package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.dbg.json +1 -1
  213. package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.json +2 -2
  214. package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.dbg.json +1 -1
  215. package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.json +2 -2
  216. package/build/contracts/src/state/Deserialize.sol/Deserialize.dbg.json +1 -1
  217. package/build/contracts/src/state/GlobalState.sol/GlobalStateLib.dbg.json +1 -1
  218. package/build/contracts/src/state/Instructions.sol/Instructions.dbg.json +1 -1
  219. package/build/contracts/src/state/Machine.sol/MachineLib.dbg.json +1 -1
  220. package/build/contracts/src/state/MerkleProof.sol/MerkleProofLib.dbg.json +1 -1
  221. package/build/contracts/src/state/Module.sol/ModuleLib.dbg.json +1 -1
  222. package/build/contracts/src/state/ModuleMemory.sol/ModuleMemoryLib.dbg.json +1 -1
  223. package/build/contracts/src/state/ModuleMemoryCompact.sol/ModuleMemoryCompactLib.dbg.json +1 -1
  224. package/build/contracts/src/state/MultiStack.sol/MultiStackLib.dbg.json +1 -1
  225. package/build/contracts/src/state/PcArray.sol/PcArrayLib.dbg.json +1 -1
  226. package/build/contracts/src/state/StackFrame.sol/StackFrameLib.dbg.json +1 -1
  227. package/build/contracts/src/state/Value.sol/ValueLib.dbg.json +1 -1
  228. package/build/contracts/src/state/ValueArray.sol/ValueArrayLib.dbg.json +1 -1
  229. package/build/contracts/src/state/ValueStack.sol/ValueStackLib.dbg.json +1 -1
  230. package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.dbg.json +1 -1
  231. package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.json +2 -2
  232. package/build/contracts/src/test-helpers/CryptographyPrimitivesTester.sol/CryptographyPrimitivesTester.dbg.json +1 -1
  233. package/build/contracts/src/test-helpers/EthVault.sol/EthVault.dbg.json +1 -1
  234. package/build/contracts/src/test-helpers/MessageTester.sol/MessageTester.dbg.json +1 -1
  235. package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.dbg.json +1 -1
  236. package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.json +2 -2
  237. package/build/contracts/src/test-helpers/RollupMock.sol/RollupMock.dbg.json +1 -1
  238. package/build/contracts/src/test-helpers/TestToken.sol/TestToken.dbg.json +1 -1
  239. package/build/contracts/src/test-helpers/ValueArrayTester.sol/ValueArrayTester.dbg.json +1 -1
  240. package/out/yul/Reader4844.yul/Reader4844.json +1 -1
  241. package/package.json +6 -3
  242. package/src/express-lane-auction/Balance.sol +142 -0
  243. package/src/express-lane-auction/Burner.sol +25 -0
  244. package/src/express-lane-auction/ELCRound.sol +73 -0
  245. package/src/express-lane-auction/Errors.sol +31 -0
  246. package/src/express-lane-auction/ExpressLaneAuction.sol +565 -0
  247. package/src/express-lane-auction/IExpressLaneAuction.sol +421 -0
  248. package/src/express-lane-auction/RoundTimingInfo.sol +115 -0
  249. package/src/libraries/Error.sol +0 -9
  250. package/src/mocks/BridgeUnproxied.sol +2 -0
  251. package/src/mocks/CreateTest.sol +42 -0
  252. package/src/mocks/HostioTest.sol +196 -0
  253. package/src/precompiles/ArbSys.sol +2 -1
  254. package/src/precompiles/ArbWasm.sol +1 -1
  255. package/src/rollup/IRollupLogic.sol +5 -1
  256. package/src/rollup/RollupCreator.sol +4 -4
  257. package/src/rollup/RollupUserLogic.sol +10 -8
package/LICENSE.md CHANGED
@@ -22,7 +22,7 @@ Additional Use Grant: You may use the Licensed Work in a production environment
22
22
  Expansion Program Term of Use](https://docs.arbitrum.foundation/assets/files/Arbitrum%20Expansion%20Program%20Jan182024-4f08b0c2cb476a55dc153380fa3e64b0.pdf). For purposes of this
23
23
  Additional Use Grant, the "Covered Arbitrum Chains" are
24
24
  (a) Arbitrum One (chainid:42161), Arbitrum Nova (chainid:42170),
25
- rbitrum Rinkeby testnet/Rinkarby (chainid:421611),Arbitrum Nitro
25
+ Arbitrum Rinkeby testnet/Rinkarby (chainid:421611),Arbitrum Nitro
26
26
  Goerli testnet (chainid:421613), and Arbitrum Sepolia Testnet
27
27
  (chainid:421614); (b) any future blockchains authorized to be
28
28
  designated as Covered Arbitrum Chains by the decentralized autonomous
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ECDSA",
4
+ "sourceName": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203f8f86810b498bb6efb156c5e176d136dc1192fcfcd182eddd3afcd545f872b164736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203f8f86810b498bb6efb156c5e176d136dc1192fcfcd182eddd3afcd545f872b164736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
+ }
@@ -0,0 +1,258 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "AccessControlEnumerableUpgradeable",
4
+ "sourceName": "@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol",
5
+ "abi": [
6
+ {
7
+ "anonymous": false,
8
+ "inputs": [
9
+ {
10
+ "indexed": true,
11
+ "internalType": "bytes32",
12
+ "name": "role",
13
+ "type": "bytes32"
14
+ },
15
+ {
16
+ "indexed": true,
17
+ "internalType": "bytes32",
18
+ "name": "previousAdminRole",
19
+ "type": "bytes32"
20
+ },
21
+ {
22
+ "indexed": true,
23
+ "internalType": "bytes32",
24
+ "name": "newAdminRole",
25
+ "type": "bytes32"
26
+ }
27
+ ],
28
+ "name": "RoleAdminChanged",
29
+ "type": "event"
30
+ },
31
+ {
32
+ "anonymous": false,
33
+ "inputs": [
34
+ {
35
+ "indexed": true,
36
+ "internalType": "bytes32",
37
+ "name": "role",
38
+ "type": "bytes32"
39
+ },
40
+ {
41
+ "indexed": true,
42
+ "internalType": "address",
43
+ "name": "account",
44
+ "type": "address"
45
+ },
46
+ {
47
+ "indexed": true,
48
+ "internalType": "address",
49
+ "name": "sender",
50
+ "type": "address"
51
+ }
52
+ ],
53
+ "name": "RoleGranted",
54
+ "type": "event"
55
+ },
56
+ {
57
+ "anonymous": false,
58
+ "inputs": [
59
+ {
60
+ "indexed": true,
61
+ "internalType": "bytes32",
62
+ "name": "role",
63
+ "type": "bytes32"
64
+ },
65
+ {
66
+ "indexed": true,
67
+ "internalType": "address",
68
+ "name": "account",
69
+ "type": "address"
70
+ },
71
+ {
72
+ "indexed": true,
73
+ "internalType": "address",
74
+ "name": "sender",
75
+ "type": "address"
76
+ }
77
+ ],
78
+ "name": "RoleRevoked",
79
+ "type": "event"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "DEFAULT_ADMIN_ROLE",
84
+ "outputs": [
85
+ {
86
+ "internalType": "bytes32",
87
+ "name": "",
88
+ "type": "bytes32"
89
+ }
90
+ ],
91
+ "stateMutability": "view",
92
+ "type": "function"
93
+ },
94
+ {
95
+ "inputs": [
96
+ {
97
+ "internalType": "bytes32",
98
+ "name": "role",
99
+ "type": "bytes32"
100
+ }
101
+ ],
102
+ "name": "getRoleAdmin",
103
+ "outputs": [
104
+ {
105
+ "internalType": "bytes32",
106
+ "name": "",
107
+ "type": "bytes32"
108
+ }
109
+ ],
110
+ "stateMutability": "view",
111
+ "type": "function"
112
+ },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "bytes32",
117
+ "name": "role",
118
+ "type": "bytes32"
119
+ },
120
+ {
121
+ "internalType": "uint256",
122
+ "name": "index",
123
+ "type": "uint256"
124
+ }
125
+ ],
126
+ "name": "getRoleMember",
127
+ "outputs": [
128
+ {
129
+ "internalType": "address",
130
+ "name": "",
131
+ "type": "address"
132
+ }
133
+ ],
134
+ "stateMutability": "view",
135
+ "type": "function"
136
+ },
137
+ {
138
+ "inputs": [
139
+ {
140
+ "internalType": "bytes32",
141
+ "name": "role",
142
+ "type": "bytes32"
143
+ }
144
+ ],
145
+ "name": "getRoleMemberCount",
146
+ "outputs": [
147
+ {
148
+ "internalType": "uint256",
149
+ "name": "",
150
+ "type": "uint256"
151
+ }
152
+ ],
153
+ "stateMutability": "view",
154
+ "type": "function"
155
+ },
156
+ {
157
+ "inputs": [
158
+ {
159
+ "internalType": "bytes32",
160
+ "name": "role",
161
+ "type": "bytes32"
162
+ },
163
+ {
164
+ "internalType": "address",
165
+ "name": "account",
166
+ "type": "address"
167
+ }
168
+ ],
169
+ "name": "grantRole",
170
+ "outputs": [],
171
+ "stateMutability": "nonpayable",
172
+ "type": "function"
173
+ },
174
+ {
175
+ "inputs": [
176
+ {
177
+ "internalType": "bytes32",
178
+ "name": "role",
179
+ "type": "bytes32"
180
+ },
181
+ {
182
+ "internalType": "address",
183
+ "name": "account",
184
+ "type": "address"
185
+ }
186
+ ],
187
+ "name": "hasRole",
188
+ "outputs": [
189
+ {
190
+ "internalType": "bool",
191
+ "name": "",
192
+ "type": "bool"
193
+ }
194
+ ],
195
+ "stateMutability": "view",
196
+ "type": "function"
197
+ },
198
+ {
199
+ "inputs": [
200
+ {
201
+ "internalType": "bytes32",
202
+ "name": "role",
203
+ "type": "bytes32"
204
+ },
205
+ {
206
+ "internalType": "address",
207
+ "name": "account",
208
+ "type": "address"
209
+ }
210
+ ],
211
+ "name": "renounceRole",
212
+ "outputs": [],
213
+ "stateMutability": "nonpayable",
214
+ "type": "function"
215
+ },
216
+ {
217
+ "inputs": [
218
+ {
219
+ "internalType": "bytes32",
220
+ "name": "role",
221
+ "type": "bytes32"
222
+ },
223
+ {
224
+ "internalType": "address",
225
+ "name": "account",
226
+ "type": "address"
227
+ }
228
+ ],
229
+ "name": "revokeRole",
230
+ "outputs": [],
231
+ "stateMutability": "nonpayable",
232
+ "type": "function"
233
+ },
234
+ {
235
+ "inputs": [
236
+ {
237
+ "internalType": "bytes4",
238
+ "name": "interfaceId",
239
+ "type": "bytes4"
240
+ }
241
+ ],
242
+ "name": "supportsInterface",
243
+ "outputs": [
244
+ {
245
+ "internalType": "bool",
246
+ "name": "",
247
+ "type": "bool"
248
+ }
249
+ ],
250
+ "stateMutability": "view",
251
+ "type": "function"
252
+ }
253
+ ],
254
+ "bytecode": "0x",
255
+ "deployedBytecode": "0x",
256
+ "linkReferences": {},
257
+ "deployedLinkReferences": {}
258
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/c1d194c598f27e74e5febef0e822787e.json"
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/671b0778dc33f2c1b20cf41504c8e4d9.json"
4
+ }
@@ -0,0 +1,226 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IAccessControlEnumerableUpgradeable",
4
+ "sourceName": "@openzeppelin/contracts-upgradeable/access/IAccessControlEnumerableUpgradeable.sol",
5
+ "abi": [
6
+ {
7
+ "anonymous": false,
8
+ "inputs": [
9
+ {
10
+ "indexed": true,
11
+ "internalType": "bytes32",
12
+ "name": "role",
13
+ "type": "bytes32"
14
+ },
15
+ {
16
+ "indexed": true,
17
+ "internalType": "bytes32",
18
+ "name": "previousAdminRole",
19
+ "type": "bytes32"
20
+ },
21
+ {
22
+ "indexed": true,
23
+ "internalType": "bytes32",
24
+ "name": "newAdminRole",
25
+ "type": "bytes32"
26
+ }
27
+ ],
28
+ "name": "RoleAdminChanged",
29
+ "type": "event"
30
+ },
31
+ {
32
+ "anonymous": false,
33
+ "inputs": [
34
+ {
35
+ "indexed": true,
36
+ "internalType": "bytes32",
37
+ "name": "role",
38
+ "type": "bytes32"
39
+ },
40
+ {
41
+ "indexed": true,
42
+ "internalType": "address",
43
+ "name": "account",
44
+ "type": "address"
45
+ },
46
+ {
47
+ "indexed": true,
48
+ "internalType": "address",
49
+ "name": "sender",
50
+ "type": "address"
51
+ }
52
+ ],
53
+ "name": "RoleGranted",
54
+ "type": "event"
55
+ },
56
+ {
57
+ "anonymous": false,
58
+ "inputs": [
59
+ {
60
+ "indexed": true,
61
+ "internalType": "bytes32",
62
+ "name": "role",
63
+ "type": "bytes32"
64
+ },
65
+ {
66
+ "indexed": true,
67
+ "internalType": "address",
68
+ "name": "account",
69
+ "type": "address"
70
+ },
71
+ {
72
+ "indexed": true,
73
+ "internalType": "address",
74
+ "name": "sender",
75
+ "type": "address"
76
+ }
77
+ ],
78
+ "name": "RoleRevoked",
79
+ "type": "event"
80
+ },
81
+ {
82
+ "inputs": [
83
+ {
84
+ "internalType": "bytes32",
85
+ "name": "role",
86
+ "type": "bytes32"
87
+ }
88
+ ],
89
+ "name": "getRoleAdmin",
90
+ "outputs": [
91
+ {
92
+ "internalType": "bytes32",
93
+ "name": "",
94
+ "type": "bytes32"
95
+ }
96
+ ],
97
+ "stateMutability": "view",
98
+ "type": "function"
99
+ },
100
+ {
101
+ "inputs": [
102
+ {
103
+ "internalType": "bytes32",
104
+ "name": "role",
105
+ "type": "bytes32"
106
+ },
107
+ {
108
+ "internalType": "uint256",
109
+ "name": "index",
110
+ "type": "uint256"
111
+ }
112
+ ],
113
+ "name": "getRoleMember",
114
+ "outputs": [
115
+ {
116
+ "internalType": "address",
117
+ "name": "",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "stateMutability": "view",
122
+ "type": "function"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "bytes32",
128
+ "name": "role",
129
+ "type": "bytes32"
130
+ }
131
+ ],
132
+ "name": "getRoleMemberCount",
133
+ "outputs": [
134
+ {
135
+ "internalType": "uint256",
136
+ "name": "",
137
+ "type": "uint256"
138
+ }
139
+ ],
140
+ "stateMutability": "view",
141
+ "type": "function"
142
+ },
143
+ {
144
+ "inputs": [
145
+ {
146
+ "internalType": "bytes32",
147
+ "name": "role",
148
+ "type": "bytes32"
149
+ },
150
+ {
151
+ "internalType": "address",
152
+ "name": "account",
153
+ "type": "address"
154
+ }
155
+ ],
156
+ "name": "grantRole",
157
+ "outputs": [],
158
+ "stateMutability": "nonpayable",
159
+ "type": "function"
160
+ },
161
+ {
162
+ "inputs": [
163
+ {
164
+ "internalType": "bytes32",
165
+ "name": "role",
166
+ "type": "bytes32"
167
+ },
168
+ {
169
+ "internalType": "address",
170
+ "name": "account",
171
+ "type": "address"
172
+ }
173
+ ],
174
+ "name": "hasRole",
175
+ "outputs": [
176
+ {
177
+ "internalType": "bool",
178
+ "name": "",
179
+ "type": "bool"
180
+ }
181
+ ],
182
+ "stateMutability": "view",
183
+ "type": "function"
184
+ },
185
+ {
186
+ "inputs": [
187
+ {
188
+ "internalType": "bytes32",
189
+ "name": "role",
190
+ "type": "bytes32"
191
+ },
192
+ {
193
+ "internalType": "address",
194
+ "name": "account",
195
+ "type": "address"
196
+ }
197
+ ],
198
+ "name": "renounceRole",
199
+ "outputs": [],
200
+ "stateMutability": "nonpayable",
201
+ "type": "function"
202
+ },
203
+ {
204
+ "inputs": [
205
+ {
206
+ "internalType": "bytes32",
207
+ "name": "role",
208
+ "type": "bytes32"
209
+ },
210
+ {
211
+ "internalType": "address",
212
+ "name": "account",
213
+ "type": "address"
214
+ }
215
+ ],
216
+ "name": "revokeRole",
217
+ "outputs": [],
218
+ "stateMutability": "nonpayable",
219
+ "type": "function"
220
+ }
221
+ ],
222
+ "bytecode": "0x",
223
+ "deployedBytecode": "0x",
224
+ "linkReferences": {},
225
+ "deployedLinkReferences": {}
226
+ }