@jainilsutaria.eth
You can get the current delegation status by making an eth_getCode request!
Using viem:
```
const bytecode = await publicClient.getCode({
address: '0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2',
})
```
Where address is the address of the EOA! It will return `0x0` if the address hasn’t been delegated.