SetEnsNameParts
Emitted from:
Definition
event SetEnsNameParts(
uint256 indexed projectId,
string indexed handle,
string[] parts,
address caller
);
projectIdis the ID of the project for which the ENS name parts were set.handleis the handle that the set ENS name parts resolves to.partsare the set ENS name parts.calleris the address that issued the transaction within which the event was emitted.