Open sayedex opened 1 year ago
function royaltyInfo(uint256 _tokenId, uint256 _salePrice) external view virtual returns (address receiver, uint256 royaltyAmount) { return (royaltyForwarder, calculateRoyalty(_salePrice)); } like this?
Yes.
function royaltyInfo(uint256 _tokenId, uint256 _salePrice) external view virtual returns (address receiver, uint256 royaltyAmount) { return (royaltyForwarder, calculateRoyalty(_salePrice)); } like this?