Skip to content

Instantly share code, notes, and snippets.

View germanllop's full-sized avatar
🎯
Focusing

German Llop germanllop

🎯
Focusing
View GitHub Profile
@germanllop
germanllop / .deps...npm...@openzeppelin...contracts...access...AccessControl.sol
Created October 8, 2021 06: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.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
/**
@germanllop
germanllop / .deps...npm...@openzeppelin...contracts...access...AccessControl.sol
Created October 8, 2021 06:15
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.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
/**