Answers for "Warning: SPDX license identifier not provided in source file"

14

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
0

Warning: 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

Code answers related to "Warning: SPDX license identifier not provided in source file"

Browse Popular Code Answers by Language