Skip to main content
Version: V2

Address

The Address type provides an address information on multiple EVM chains.

type Address {
address: AddressEVM!
ethWallet: Wallet
goerliWallet: Wallet
identity: Identity!
followers(
offset: Int
limit: Int
): FollowConnection!
followings(
offset: Int
limit: Int
): FollowConnection!
followStats: FollowStats!
isFollowedBy(
addresses: [AddressEVM!]!
): [Boolean!]!
isFollowing(
addresses: [AddressEVM!]!
): [Boolean!]!
}

Fields

address (AddressEVM)

address the address.

ethWallet (Wallet)

ethWallet the wallet address on Ethereum.

goerliWallet (Wallet)

goerliWallet the wallet address on Goerli.

identity (Identity)

identity provides information about a user's identity.

followers (FollowConnection)

followers provides a paginated list of ordered followers profiles.

followings (FollowConnection)

followings provides a paginated list of ordered followings profiles.

followStats (FollowStats)

followStats returns stats about a user's followers and followings

isFollowedBy (Boolean)

isFollowedBy returns the followed by status of one or multiple addresses.

isFollowing (Boolean)

isFollowing returns the following status to one or multiple addresses.

Designed by