Skip to content

contract.HasSecondarySaleFees

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

HasSecondarySaleFees

Git Source

Inherits: ERC165Storage

State Variables

_INTERFACE_ID_FEES

bytes4 private constant _INTERFACE_ID_FEES = 0xb7799584;

Functions

constructor

constructor();

getFeeRecipients

function getFeeRecipients(uint256 id) external view virtual returns (address payable[] memory);

getFeeBps

function getFeeBps(uint256 id) external view virtual returns (uint256[] memory);

Events

SecondarySaleFees

event SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps);
Clone this wiki locally