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
tokenId
Control: Full.
Constraints: Converted to
uint256
viaStrings.parseUint()
.Impact: Identifies the specific token to detokenize without ownership verification.
isSynthetic
Control: Not controlled.
Constraints: Must be false (synthetic tokens not implemented).
Impact: Distinguishes between regular and permissioned tokens.
correlationId
Control: Full.
Constraints: N/A.
Impact: Used for cross-chain operation tracking and correlation.
Branches and code coverage (including function calls)
Intended branches
Negative behavior