Index
Library
Library:- can't have state variables
- cannot inherit nor be inherited
- cannot receive Ether
See the:
using SafeMath for uint256;
accounts[msg.sender] is a uint256
https://solidity.readthedocs.io/en/v0.6.2/contracts.html#libraries
Index