PWN Deployer
Last updated
Last updated
PWNDeployer.sol contract manages deployments of the PWN Protocol contracts. It uses the Open-Zeppelin library to deploy contracts with the same addresses on all chains.
PWNDeployer.sol is written in Solidity version 0.8.16
Deploy new contracts
For ownable contracts, the deployer can transfer ownership to a supplied address
Provides a function to compute an address of a contract is deployed
This function deploys a new contract with given salt and transfers ownership of the deployed contract to the supplied address. It is expected for the deployed contract to implement .