Setup0003ERC1155WithProxy

Setup0003ERC1155WithProxy

Provides initial configuration and setup.

constructor

constructor(address owner) public

setup

function setup(struct Setup0003ERC1155WithProxyParams params) public

Performs the setup functions related to the platform In particular, this:

setupPublicRole

function setupPublicRole(struct Setup0003ERC1155WithProxyParams params) internal

Sets up all the target selectors for the public role

Parameters

Name
Type
Description

params

struct Setup0003ERC1155WithProxyParams

the setup parameters The target selectors are: * accessManagerCreate

Was this helpful?