Skip to main content

IERC2981

IERC2981

see https://eips.ethereum.org/EIPS/eip-2981

royaltyInfo

function royaltyInfo(uint256 tokenId, uint256 salePrice) external view returns (address receiever, uint256 royaltyAmount)

called with the sale price to determine how much royalty is owed and to whom

Parameters

NameTypeDescription
tokenIduint256the ERC721 or ERC1155 token id to query for royalty information
salePriceuint256the sale price of the given asset

Return Values

NameTypeDescription
receieveraddressrightful recipient of royalty
royaltyAmountuint256amount of royalty owed