OwlTemplate
OwlTemplate
This implements the OwlBase standard base smart contract. This contract and the associated Lib are an example of deploying additional implementations after the common implementations/proxies. Initializations happens through initializers for compatibility with a EIP1167 minimal-proxy deployment strategy.
__OwlTemplate_init
function __OwlTemplate_init(address _admin, string _initContractURI, address _forwarder) internal
exampleHelloWorld
function exampleHelloWorld() external view returns (string str)