Skip to content

Instantly share code, notes, and snippets.

View parnaa's full-sized avatar

Parnasree Chowdhury parnaa

  • Softquake System Private Ltd.
View GitHub Profile
@parnaa
parnaa / HelloWorld.sol
Created July 16, 2023 06:59
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.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
//SPDX-License-Identifier: unlicensed
pragma solidity 0.8.19;
contract greetings{
string public greet;
constructor(string memory _s)
{
greet = _s;
}
}
contract greetingsFor{
@parnaa
parnaa / .deps...npm...@chainlink...contracts...src...v0.8...ConfirmedOwner.sol
Created July 15, 2023 18:05
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.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
@parnaa
parnaa / .deps...npm...@chainlink...contracts...src...v0.8...ConfirmedOwner.sol
Created July 15, 2023 18:05
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.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
@parnaa
parnaa / .deps...npm...@chainlink...contracts...src...v0.8...ConfirmedOwner.sol
Created July 15, 2023 18:05
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.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
@parnaa
parnaa / .deps...npm...@chainlink...contracts...src...v0.8...ConfirmedOwner.sol
Created May 14, 2023 16:08
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.19+commit.7dd6d404.js&optimize=false&runs=200&gist=
@parnaa
parnaa / .deps...npm...@chainlink...contracts...src...v0.8...ConfirmedOwner.sol
Created March 4, 2023 16:52
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.18+commit.87f61d96.js&optimize=false&runs=200&gist=
@parnaa
parnaa / .deps...npm...@chainlink...contracts...src...v0.8...interfaces...AggregatorV3Interface.sol
Last active November 26, 2023 12:27
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.19+commit.7dd6d404.js&optimize=false&runs=200&gist=