mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
9 lines
122 B
Solidity
9 lines
122 B
Solidity
// SPDX-License-Identifier: MIT
|
|
pragma solidity =0.8.16;
|
|
|
|
// solhint-disable no-empty-blocks
|
|
|
|
contract EmptyContract {
|
|
|
|
}
|