PWN Deployer
Last updated
Last updated
PWNDeployer.sol contract manages deployments of the PWN Protocol contracts. It uses the Open-Zeppelin Create2 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