Skip to content

Instantly share code, notes, and snippets.

View spinualexandru's full-sized avatar
👨‍💻
Building...

Alexandru Spînu spinualexandru

👨‍💻
Building...
View GitHub Profile
@spinualexandru
spinualexandru / Token.sol
Created April 22, 2021 17:56
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.6.12+commit.27d51765.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2021-03-01
*/
/**
*Submitted for verification at BscScan.com on 2021-03-01
*/
/**
@spinualexandru
spinualexandru / matches.json
Created November 14, 2018 16:30
Matches Data
This file has been truncated, but you can view the full file.
{
"0": {
"date": "2018-11-17",
"team1": "BATE",
"team2": "Gorodeya",
"status": "Pending",
"country": "Belarus",
"league": "Cup"
},
"1": {
@spinualexandru
spinualexandru / test
Created September 1, 2018 08:58
Test
const test = 1;
if(test){
console.log(test);
}