Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 582 Bytes

failures-in-constructor.md

File metadata and controls

13 lines (9 loc) · 582 Bytes

Failures in constructor

Description

This type of error happens due to the fact that something in the contract's constructor prevents it from being deployed as it fails while running the constructor. This is different from other types of errors where the problem occurs on a test after a contract has been deployed. In this case the error is more severe as the contract fails to be deployed.

Contracts Affected

Contract Name
BeaconProxy
ERC1967Proxy
TransparentUpgradeableProxy