-
Notifications
You must be signed in to change notification settings - Fork 63
contract.HasSecondarySaleFees
Aleksey Bykhun edited this page Jan 18, 2023
·
1 revision
Inherits: ERC165Storage
bytes4 private constant _INTERFACE_ID_FEES = 0xb7799584;
constructor();
function getFeeRecipients(uint256 id) external view virtual returns (address payable[] memory);
function getFeeBps(uint256 id) external view virtual returns (uint256[] memory);
event SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps);