bom-contracts/contracts/furnace.sol
2022-09-01 17:44:06 +03:00

7 lines
97 B
Solidity

// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.14;
contract RedFurnace {}