Making warden angry

I want to make warden sense players through the sculk blocks. execute at @n[type=player] if entity @n[type=minecraft:warden,distance=..50] if block ~ ~-1 ~ minecraft:sculk run data merge entity @n[type=minecraft:warden] {anger:{suspects:[{uuid:[I;-624167102,2008959490,-1159253227,1362998455],anger:150}]}} I writed this command, however this is a specific uuid and only works for one entity. Is there a way to store an entity's 4 integer uuid and make warden angry at the entity? Note: i will store the entity on top of sculk block and make warden trigger it
Continue to help post