RenderController

Git Source

Inherits: Ownable, IRenderController, Initializable

State Variables

renderer

address public renderer;

Functions

initialize

function initialize(address owner_) external initializer;

setRenderer

function used to set the renderer contract

only the svgController can do it.

function setRenderer(address renderer_) external onlyOwner;

Parameters

NameTypeDescription
renderer_addressaddress of the contract that will render the tokenUri for the svg of the nft.

isNFTSVG

function isNFTSVG(address renderer_) public view returns (bool);