Skip to content

Instantly share code, notes, and snippets.

View UsmanKayani714's full-sized avatar
:octocat:
centering divs in web3 space

Usman Naveed Kayani UsmanKayani714

:octocat:
centering divs in web3 space
View GitHub Profile

Keybase proof

I hereby claim:

  • I am usmankayani714 on github.
  • I am bkayani50 (https://keybase.io/bkayani50) on keybase.
  • I have a public key ASARhPZJJEQ0RFTwVet2Lbg7dfh-5EPShI5onIV14l3TPQo

To claim this, I am signing this object:

@UsmanKayani714
UsmanKayani714 / contracts...1_Storage.sol
Created February 28, 2022 06:31
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: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
@UsmanKayani714
UsmanKayani714 / contracts...1_Storage.sol
Created February 28, 2022 06:33
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: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {