ERC721AWithProxy

ERC721AWithProxy

Instantiated for each deployed contract.

constructor

constructor(address owner) public payable

This construct a diamond contract

Parameters

Name
Type
Description

owner

address

The owner of the contract. Required for create2 deployment

Was this helpful?