pub fn make_referee_count_key(referrer: &Addr) -> String
Expand description

Make a lookup key for the count of referees for a referrer.

We don’t follow the normal Map pattern to simplify raw queries.