I hereby claim:
- I am augustol on github.
- I am augustol (https://keybase.io/augustol) on keybase.
- I have a public key ASBlgHW6GL59njMzwiypFO-DMakYQD_XNH74gZIIbVx-KQo
To claim this, I am signing this object:
// SPDX-License-Identifier: LGPL-3.0-only | |
pragma solidity >=0.7.0 <0.9.0; | |
import "./base/ModuleManager.sol"; | |
import "./base/OwnerManager.sol"; | |
import "./base/FallbackManager.sol"; | |
import "./base/GuardManager.sol"; | |
import "./common/EtherPaymentFallback.sol"; | |
import "./common/Singleton.sol"; | |
import "./common/SignatureDecoder.sol"; |
REMIX EXAMPLE PROJECT | |
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
It contains 3 directories: | |
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. | |
2. 'scripts': Holds two scripts to deploy a contract. It is explained below. | |
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity. | |
SCRIPTS |
pragma solidity ^0.7.0; | |
contract ETHRefund { | |
uint256[] public values; | |
address[] public receivers; | |
uint256 public endTime; | |
address payable public avatar = 0x519b70055af55A007110B4Ff99b0eA33071c720a; |
pragma solidity ^0.7.0; | |
contract ETHRefund { | |
uint256[] public values; | |
address[] public receivers; | |
uint256 public endTime; | |
address payable public avatar = 0x519b70055af55A007110B4Ff99b0eA33071c720a; |
// SPDX-License-Identifier: AGPL-3.0 | |
pragma solidity ^0.6.10; | |
pragma experimental ABIEncoderV2; | |
import "https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/math/SafeMath.sol"; | |
/// @title ERC20 Guild | |
/// @author github:AugustoL | |
/// @notice This smart contract has not be audited. | |
/// @dev Extends an ERC20 funcionality into a Guild. |
pragma solidity ^0.4.23; | |
/** | |
* @title Example1 | |
* @dev Contact that receives ETH and release it at a certain time | |
*/ | |
//Task: Find the issue | |
contract Example1 { |
I hereby claim:
To claim this, I am signing this object:
EIP: XXX
Title: ERCXXX Eternal Storage
Author: Augusto Lemble <[email protected]>
Type: Contract Standard
Category: ERC
Status: Draft
Created: 2018-03-14
0xfcae8E8b8696ded91E4929e93855Ab3445D5B2e9 |