๐Locking Mechanism
// stores the locked state for each NFT
mapping(uint256 tokenId => bool locked) tokenLock;
Last updated
Was this helpful?
// stores the locked state for each NFT
mapping(uint256 tokenId => bool locked) tokenLock;
Last updated
Was this helpful?
Was this helpful?