Circles Events Types
Event payloads emitted by Circles contracts and surfaced through avatar.events or RPC subscriptions. Each event extends the base metadata below.
Base type: CirclesBaseEvent
CirclesBaseEvent$event: CirclesEventType– discriminator for the event kind.blockNumber: number– block containing the log.transactionIndex: number– tx index within the block.logIndex: number– log index within the tx.timestamp?: number– timestamp (when provided by the source).transactionHash?: string– tx hash.
CrcV2_InviteHuman
$event: 'CrcV2_InviteHuman'inviter?: stringinvited?: string
CrcV2_PersonalMint
$event: 'CrcV2_PersonalMint'human?: stringamount?: bigintstartPeriod?: bigintendPeriod?: bigint
CrcV2_RegisterGroup
$event: 'CrcV2_RegisterGroup'group?: stringmint?: stringtreasury?: stringname?: stringsymbol?: string
CrcV2_RegisterHuman
$event: 'CrcV2_RegisterHuman'avatar?: stringinviter?: string
CrcV2_RegisterOrganization
$event: 'CrcV2_RegisterOrganization'organization?: stringname?: string
CrcV2_Stopped
$event: 'CrcV2_Stopped'avatar?: string
CrcV2_Trust
$event: 'CrcV2_Trust'truster?: stringtrustee?: stringexpiryTime?: bigint
CrcV2_TransferSingle
$event: 'CrcV2_TransferSingle'operator?: stringfrom?: stringto?: stringid?: bigintvalue?: bigint
CrcV2_URI
$event: 'CrcV2_URI'value?: stringid?: bigint
CrcV2_ApprovalForAll
$event: 'CrcV2_ApprovalForAll'account?: stringoperator?: stringapproved?: boolean
CrcV2_TransferBatch
$event: 'CrcV2_TransferBatch'batchIndex: numberoperator?: stringfrom?: stringto?: stringid?: bigintvalue?: bigint
CrcV2_RegisterShortName
$event: 'CrcV2_RegisterShortName'avatar?: stringshortName?: bigintnonce?: bigint
CrcV2_UpdateMetadataDigest
$event: 'CrcV2_UpdateMetadataDigest'avatar?: stringmetadataDigest?: Uint8Array
CrcV2_CidV0
$event: 'CrcV2_CidV0'avatar?: stringcidV0Digest?: Uint8Array
CrcV2_StreamCompleted
$event: 'CrcV2_StreamCompleted'operator?: stringfrom?: stringto?: stringid?: bigintamount?: bigint
CrcV2_CreateVault
$event: 'CrcV2_CreateVault'vault?: stringtoken?: string
Last updated
Was this helpful?