ITWRegistry
Methods
add
Add a deployment for a deployer.
Parameters
Name
Type
Description
_deployer
address
undefined
_deployment
address
undefined
_chainId
uint256
undefined
count
Get the total number of deployments for a deployer.
Parameters
Name
Type
Description
_deployer
address
undefined
Returns
Name
Type
Description
deploymentCount
uint256
undefined
getAll
Get all deployments for a deployer.
Parameters
Name
Type
Description
_deployer
address
undefined
Returns
Name
Type
Description
allDeployments
ITWRegistry.Deployment[]
undefined
remove
Remove a deployment for a deployer.
Parameters
Name
Type
Description
_deployer
address
undefined
_deployment
address
undefined
_chainId
uint256
undefined
Events
Added
Parameters
Name
Type
Description
deployer indexed
address
undefined
deployment indexed
address
undefined
chainId indexed
uint256
undefined
Deleted
Parameters
Name
Type
Description
deployer indexed
address
undefined
deployment indexed
address
undefined
chainId indexed
uint256
undefined
Last updated