Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 508 Bytes

Modified Open Zeppelin Contracts

These contracts are slightly modified versions of the base Open Zeppelin contracts.

They are based on @openzeppelin/contracts-upgradeable version 4.0.0

This document serves as a complete list of changes:

ERC20Upgradeable

  • _balances is now internal (was private)
  • _allowances is now internal (was private)

ERC20PauseableUpgradeable

  • _updateAccountSnapshot is now internal (was private)
  • _updateTotalSupplySnapshot is now internal (was private)