static S getBotAddress(S bot) { L l = fullBotScan(bot); ret empty(l) ? null : first(l).address; }