wrong implement of "uri = nftDescriptor.tokenURI({ sablier: this, streamId: streamId });".
function tokenURI(uint256 streamId) public view override(IERC721Metadata, ERC721) returns (string memory uri) {
// Check: the stream NFT exists.
_requireOwned({ tokenId: streamId });
// Generate the URI describing the stream NFT.
@>> uri = nftDescriptor.tokenURI({ sablier: this, streamId: streamId });
}
wrong calculation of uri.
@>> uri = nftDescriptor.tokenURI({ sablier:address( this), streamId: streamId });
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.