bom-contracts/contracts/furnace.sol

7 lines
97 B
Solidity
Raw Normal View History

2022-09-01 14:44:06 +00:00
// SPDX-License-Identifier: MIT OR Apache-2.0
2022-07-25 15:40:16 +00:00
pragma solidity ^0.8.14;
2022-09-01 14:44:06 +00:00
contract RedFurnace {}