bom-contracts/contracts/furnace.sol

6 lines
89 B
Solidity
Raw Normal View History

2022-07-25 15:40:16 +00:00
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.14;
contract RedFurnace {}