Skip to content

Instantly share code, notes, and snippets.

View pedrocardoz0's full-sized avatar
🦀

Pedro Cardozo pedrocardoz0

🦀
  • itaú unibanco
  • undefined
View GitHub Profile
@pedrocardoz0
pedrocardoz0 / contracts...Lottery.sol
Created October 13, 2021 11:21
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.4.17+commit.bdeb9e52.js&optimize=false&runs=200&gist=
pragma solidity ^0.4.17;
contract Lottery {
address public manager;
function Lottery() {
}
}
@pedrocardoz0
pedrocardoz0 / contracts...Lottery.sol
Created October 13, 2021 11:21
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.4.17+commit.bdeb9e52.js&optimize=false&runs=200&gist=
pragma solidity ^0.4.17;
contract Lottery {
address public manager;
function Lottery() {
}
}
@pedrocardoz0
pedrocardoz0 / contracts...Lottery.sol
Created October 13, 2021 11:19
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.4.17+commit.bdeb9e52.js&optimize=false&runs=200&gist=
pragma solidity ^0.4.17;
contract Lottery {
address public manager;
function Lottery() {
}
}