Answers for "SPDX license identifier not provided in source file."

13

SPDX license identifier not provided in source file.

// SPDX-License-Identifier: MIT
pragma solidity ^0.7.5;



contract TestContract {
  Some logic
}
Posted by: Guest on September-21-2021

Browse Popular Code Answers by Language