Skip to content

Commit

Permalink
add info comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyamSB committed May 31, 2019
1 parent 8d0cbca commit 2d8bbfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/tokens/OZStorage.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pragma solidity ^0.5.0;

/*
* @dev It is the contract that contains the storage items related to the ERC20 contract implementaiton
* of the openzeppelin-solidity. Used to allow the storage declaration of ERC20 to the STGetter contract
*/

contract OZStorage {

mapping (address => uint256) private _balances;
Expand Down

0 comments on commit 2d8bbfc

Please sign in to comment.