# README
Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
# Variables
ERC20BurnableContract is the compiled ERC20Burnable contract.
ERC20DirectBalanceManipulationAddress is the erc20 module address.
ERC20DirectBalanceManipulationContract is the compiled erc20 contract.
nolint: golint.
ERC20MaliciousDelayedAddress is the erc20 module address.
ERC20MaliciousDelayedContract is the compiled erc20 contract.
nolint: golint.
ERC20MinterBurnerDecimalsAddress is the erc20 module address.
ERC20MinterBurnerDecimalsContract is the compiled erc20 contract.
nolint: golint.
SoulAddress is the Soul address.
SoulContract is the compiled Soul contract.
nolint: golint.