Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am muditmarda on github.
  • I am mudit_m (https://keybase.io/mudit_m) on keybase.
  • I have a public key ASAbQ17wqDhEJZAft2EEZWGN3WZYSMUVXrHNzjQvVvyCQAo

To claim this, I am signing this object:

@muditmarda
muditmarda / 1_Storage.sol
Created September 3, 2020 10:17
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.6+commit.6c089d02.js&optimize=false&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
uint256 number;