# Functions
GetContractDeployerAllowListStatus returns the role of [address] for the contract deployer allow list.
NewConfig returns a config for a network upgrade at [blockTimestamp] that enables ContractDeployerAllowList with [admins], [enableds] and [managers] as members of the allowlist.
NewDisableConfig returns config for a network upgrade at [blockTimestamp] that disables ContractDeployerAllowList.
SetContractDeployerAllowListStatus sets the permissions of [address] to [role] for the contract deployer allow list.
# Constants
ConfigKey is the key used in json config files to specify this precompile config.
# Variables
No description provided by the author
Singleton StatefulPrecompiledContract for W/R access to the contract deployer allow list.
No description provided by the author