PeripheryFacet

peripherySetApprovalForAll

function peripherySetApprovalForAll(address _operator, bool _approved, address _onBehalfOf) external

peripherySetBaseURI

function peripherySetBaseURI(string _value) external returns (uint256 _itemsLength)

peripherySafeTransferFrom

function peripherySafeTransferFrom(address _operator, address _from, address _to, uint256 _id, uint256 _value, bytes _data) external

peripherySafeBatchTransferFrom

function peripherySafeBatchTransferFrom(address _operator, address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data) external

removeInterface

function removeInterface() external

setPeriphery

function setPeriphery(address _periphery) external