ethers-rs/ethers-solc/test-data/cache-sample/Dapp.sol

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
124 B
Solidity
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.6.6;
contract Dapp {
function modified() public {}
}