We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4cad5 commit b78f6a6Copy full SHA for b78f6a6
contracts/feature/DelayedReveal.sol
@@ -59,6 +59,7 @@ abstract contract DelayedReveal is IDelayedReveal {
59
}
60
61
62
+ /// @dev Returns whether the relvant batch of NFTs is subject to a delayed reveal.
63
function isEncryptedBatch(uint256 _batchId) public view returns (bool) {
64
return encryptedBaseURI[_batchId].length > 0;
65
0 commit comments