func (s *Store) GetAddressPOI(address common.Address) *big.Int {
    poiBytes, err := s.table.AddressPOIScore.Get(address.Bytes())
    if err != nil {
        s.Log.Crit("Failed to set key", "err", err)
    }