Skip to content

Instantly share code, notes, and snippets.

View wass08's full-sized avatar

Wassim SAMAD wass08

View GitHub Profile
@wass08
wass08 / InfinityTower.sol
Created June 16, 2022 14:28
Infinity Tower Tutorial Simple Contract
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title InfinityTower
* @dev Implements floors creation
*/
contract InfinityTower {