Function: detokenizeUnchecked(string calldata tokenId, bool isSynthetic, string calldata correlationId)
This function detokenizes domain names without ownership verification. It can only be called by authorized cross-chain senders from Doma chain. It bypasses ownership checks for administrative or emergency detokenization scenarios.
Inputs
tokenIdControl: Full.
Constraints: Converted to
uint256viaStrings.parseUint().Impact: Identifies the specific token to detokenize without ownership verification.
isSyntheticControl: Not controlled.
Constraints: Must be false (synthetic tokens not implemented).
Impact: Distinguishes between regular and permissioned tokens.
correlationIdControl: Full.
Constraints: N/A.
Impact: Used for cross-chain operation tracking and correlation.
Branches and code coverage (including function calls)
Intended branches
Negative behavior