ketsuban

bob.alice.ketsuban.eth

no recordinstance ~alice under alice.ketsuban.eth

What this name would say

A reference written for alice by bob, in alice's own namespace — if alice holds that name.

Nobody holds it yet, so it answers with nothing.

Read it yourself, through ENS

The UniversalResolver at 0x4A18…3C70 walked the registry to 0x178f…215e and returned no address — nothing is registered here right now.

Point ETH_RPC_URL at Sepolia (chain 11155111), which is where these records live.

cast call --rpc-url "$ETH_RPC_URL" 0x4A1817d13E9cF196f471725176355C1234b63C70 \
  "resolve(bytes,bytes)(bytes,address)" \
  0x03626f6205616c696365086b6574737562616e0365746800 \
  $(cast calldata "text(bytes32,string)" $(cast namehash bob.alice.ketsuban.eth) "ketsuban:answer")