Skip to content

Instantly share code, notes, and snippets.

View SibghatUllah1997's full-sized avatar

HM Sibghat Ullah SibghatUllah1997

  • Optimusfox
  • Pakistan, Punjab, Kasur
View GitHub Profile
@SibghatUllah1997
SibghatUllah1997 / BITTUP.sol
Created May 5, 2021 15: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.5.17+commit.d19bba13.js&optimize=true&runs=200&gist=
/**
*Submitted for verification at Etherscan.io on 2020-07-05
*/
pragma solidity ^0.5.12;
contract LC4 {
string public name = "LC4";
@SibghatUllah1997
SibghatUllah1997 / 93344aef74111f5fbe2effebfd9abaa2...Chimera.sol
Created May 10, 2021 09:36
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=true&runs=200&gist=
pragma solidity ^0.4.24;
/**
* @title SafeMath
* @dev Math operations with safety checks that revert on error
*/
library SafeMath {
/**
@SibghatUllah1997
SibghatUllah1997 / FundRaising.sol
Created May 17, 2021 07:35
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.26+commit.4563c3fc.js&optimize=true&runs=200&gist=
pragma solidity ^ 0.4.25;
contract FundRaising {
mapping(address=>uint) public contributions;
uint public totalContributors;
uint public minimumContribution;
uint public deadline;
uint public goal;
uint public raisedAmount = 0 ;
@SibghatUllah1997
SibghatUllah1997 / ContractFactory.sol
Created May 26, 2021 07:11
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.5.16+commit.9c3226ce.js&optimize=false&runs=200&gist=
/**
*Submitted for verification at BscScan.com on 2020-09-19
*/
pragma solidity =0.5.16;
interface IPancakeFactory {
event PairCreated(address indexed token0, address indexed token1, address pair, uint);
// SPDX-License-Identifier: MIT
/**
*Submitted for verification at Etherscan.io on 2021-07-15
*/
pragma solidity ^0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
@SibghatUllah1997
SibghatUllah1997 / kickstarter.sol
Created July 28, 2021 11:03
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.6+commit.11564f7e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
/**
*Submitted for verification at Etherscan.io on 2021-07-15
*/
pragma solidity ^0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
@SibghatUllah1997
SibghatUllah1997 / artifacts...Address.json
Created July 29, 2021 06:58
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.6+commit.11564f7e.js&optimize=false&runs=200&gist=
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
@SibghatUllah1997
SibghatUllah1997 / kickstarter.sol
Created July 29, 2021 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.6+commit.11564f7e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
/**
*Submitted for verification at Etherscan.io on 2021-07-15
*/
pragma solidity ^0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
@SibghatUllah1997
SibghatUllah1997 / Finalkickstarter.sol
Created July 29, 2021 08:04
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.6+commit.11564f7e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
/**
*Submitted for verification at Etherscan.io on 2021-07-15
*/
pragma solidity ^0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
@SibghatUllah1997
SibghatUllah1997 / Finalkickstarter.sol
Created July 29, 2021 15:11
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.6+commit.11564f7e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
/**
*Submitted for verification at Etherscan.io on 2021-07-15
*/
pragma solidity ^0.8.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.