6 lines
89 B
Solidity
6 lines
89 B
Solidity
// SPDX-License-Identifier: MIT
|
|
|
|
pragma solidity ^0.7.0;
|
|
|
|
import "../utils/Context.sol";
|