Antelope Transactions
Transactions, Decoded Actions & Database Operations
WAX, EOS, Ultra, Telos...
sf.antelope.type.v1.Block
4bAe7NA8b6J14ZfZr3TXfzzjjSoGECTFuqv7CwnK1zzg
2RNdhL5p62dGN5UqKtsSEhYZiTJbFcuuhzk9qRJj8QeU
24120480333211569189943591992759279596987552413186298385524741791011616341845
9544660660697512970420034067948120535763746642726326018982449681191462590993
{base_url}
/api/{api-key}
/subgraphs/id/{subgraph_id}
Chain | Subgraph ID |
---|---|
WAX | 4bAe7NA8b6J14ZfZr3TXfzzjjSoGECTFuqv7CwnK1zzg |
EOS | 2RNdhL5p62dGN5UqKtsSEhYZiTJbFcuuhzk9qRJj8QeU |
Chain | Subgraph ID (UInt256) |
---|---|
WAX | 24120480333211569189943591992759279596987552413186298385524741791011616341845 |
EOS | 9544660660697512970420034067948120535763746642726326018982449681191462590993 |
{
actions(
where: {isNotify: false, account: "eosio.token"}
orderBy: block_number
orderDirection: desc
) {
timestamp
block_number
transaction {
id
}
account
name
jsonData
dbOps {
code
tableName
primaryKey
newDataJson
}
}
}
graph TD;
graph_out[map: graph_out];
sf.antelope.type.v1.Block[source: sf.antelope.type.v1.Block] --> graph_out;
code:mycontract
code:tethertether && action:issue
code:eosio.token && action:transfer && (data.to:myaccount || data.from:myaccount)
auth:myaccount@active
code:atomicassets && action:logmint
These are the expressions that can be used in queries:
action:<action_name>
- action namecode:<account>
- smart contract account namereceiver:<account>
- action receiver accountauth:
- account which authority was used to sign the action, i.e.
auth:<account>
- account with any permissionauth:<account>@<permission>
- account with a specific permissioninput:true
- will match only the top-level actionsnotif:true
- will match only notifications, excluding input action or other inline actions.data.<field>:
- will decode and match action parameters (doesn't support nested objects). Some examples:
data.from:myaccount
data.memo:"your daily staking rewards"
db.table:<table_name>
db.table:<table_name>/<scope>
Queries can include &&
and ||
logical operands, as well as (
and )
parenthesis.
substreams gui antelope-transactions@v0.5.0 graph_out
substreams gui antelope-transactions@v0.5.0 index_blocks
message
Modules
message
Binary
message
Module
message
Package
message
NetworkParams
message
PackageMetadata
message
ModuleMetadata
message
Clock
message
BlockRef
message
Request
message
Response
message
BlockUndoSignal
message
BlockScopedData
message
SessionInit
message
InitialSnapshotComplete
message
InitialSnapshotData
message
MapModuleOutput
message
StoreModuleOutput
message
OutputDebugInfo
message
ModulesProgress
message
ProcessedBytes
message
Error
message
Job
message
Stage
message
ModuleStats
message
ExternalCallMetric
message
StoreDelta
message
BlockRange
message
DeployRequest
message
Parameter
message
DeployResponse
message
UpdateRequest
message
UpdateResponse
message
InfoRequest
message
InfoResponse
message
SinkProgress
message
PackageInfo
message
ListRequest
message
ListResponse
message
DeploymentWithStatus
message
RemoveRequest
message
RemoveResponse
message
PauseRequest
message
PauseResponse
message
StopRequest
message
StopResponse
message
ResumeRequest
message
ResumeResponse
enum
DeploymentStatus
message
EntityChanges
message
EntityChange
message
Value
message
Array
message
Field
message
FileDescriptorSet
message
FileDescriptorProto
message
DescriptorProto
message
ExtensionRangeOptions
message
FieldDescriptorProto
message
OneofDescriptorProto
message
EnumDescriptorProto
message
EnumValueDescriptorProto
message
ServiceDescriptorProto
message
MethodDescriptorProto
message
FileOptions
message
MessageOptions
message
FieldOptions
message
OneofOptions
message
EnumOptions
message
EnumValueOptions
message
ServiceOptions
message
MethodOptions
message
UninterpretedOption
message
SourceCodeInfo
message
GeneratedCodeInfo
message
Any
message
Timestamp