Skip to main content

Permissions

setFeeTo

Updates the address that fees are sent to.

function setFeeTo(
address newFeeTo
) external;

Parameters:

NameTypeDescription
newFeeToaddressThe new address to which fees will be sent.

setMinter

Updates the address that can call mintGobbler.

function setMinter(
address newMinter
) external;

Parameters:

NameTypeDescription
newMinteraddressThe new address to which will be able to call mintGobbler.