Skip to content

Instantly share code, notes, and snippets.

View MatthewShelby's full-sized avatar

Matthew Shelby MatthewShelby

  • Noreniunm
View GitHub Profile
@MatthewShelby
MatthewShelby / FIORA...PLATFORM...Contracts...Logic...Logic.sol
Created February 1, 2022 14:22
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract FioraLogic {
address _externalStorage1;
uint256 private seats = 0;
mapping (uint256=>address) seatMembers;
string temp = "";