Skip to content

Instantly share code, notes, and snippets.

View jadeden1999's full-sized avatar
🐺

Jad Adnan jadeden1999

🐺
View GitHub Profile
@jadeden1999
jadeden1999 / contracts...Akylles_flat.sol
Created January 27, 2022 19:16
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=300&gist=
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity ^0.8.7;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
@jadeden1999
jadeden1999 / contracts...Akylles_flat.sol
Created January 28, 2022 15: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.8.7+commit.e28d00a7.js&optimize=true&runs=200&gist=
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity ^0.8.7;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
@jadeden1999
jadeden1999 / contracts...Akylles_flat.sol
Created February 3, 2022 21:57
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: GNU
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
@jadeden1999
jadeden1999 / contracts...Akylles_flat.sol
Created February 4, 2022 00:07
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=true&runs=200&gist=
// SPDX-License-Identifier: GNU
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
@jadeden1999
jadeden1999 / contracts...Akylles_flat.sol
Created February 6, 2022 21: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.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GNU
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
@jadeden1999
jadeden1999 / contracts...erc1155.sol
Created February 8, 2022 21:10
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=true&runs=200&gist=
// SPDX-License-Identifier: GNU
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
@jadeden1999
jadeden1999 / contracts...erc1155.sol
Created February 8, 2022 21:37
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: GNU
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
@jadeden1999
jadeden1999 / contracts...erc1155.sol
Created February 12, 2022 18:10
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: GNU
// File: @openzeppelin/contracts/utils/math/SafeMath.sol
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
@jadeden1999
jadeden1999 / contracts...Akylles-nft.sol
Created February 16, 2022 21:41
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=true&runs=200&gist=
// SPDX-License-Identifier: GNU
// AETHER
// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)
pragma solidity 0.8.7;
// CAUTION
@jadeden1999
jadeden1999 / contracts...Paymentsplitter.sol
Created February 16, 2022 22: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.7+commit.e28d00a7.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: GNU
// AETHER
pragma solidity 0.8.7;
library SafeMath {
/**