Skip to content

[Substream Proposal] atomicassets #12

Description

@DenisCarriere

Substream

  • filter by contract = atomicassets

Protobuf

message Actions {
  repeated Action actions = 1;
}

message Action {
  uint32 block_num = 1;
  google.protobuf.Timestamp timestamp = 2;
  string transaction_id = 3;
  string account = 4;
  string name = 5;
  string json_data = 6;
}

Modules

  • map_actions
  • map_transfers
    • transfer
  • map_logs
    • logtransfer
    • lognewoffer
    • lognewtempl
    • logmint
    • logsetdata
    • logbackasset
    • logburnasset

Headers

https://github.com/pinknetworkx/atomicassets-contract/blob/master/include/atomicassets.hpp

Actions

  • init
  • admincoledit
  • setversion
  • addconftoken
  • transfer
  • createcol
  • setcoldata
  • addcolauth
  • remcolauth
  • addnotifyacc
  • remnotifyacc
  • setmarketfee
  • forbidnotify
  • createschema
  • extendschema
  • createtempl
  • locktemplate
  • mintasset
  • setassetdata
  • announcedepo
  • withdraw
  • backasset
  • burnasset
  • createoffer
  • canceloffer
  • acceptoffer
  • declineoffer
  • payofferram
  • logtransfer
  • lognewoffer
  • lognewtempl
  • logmint
  • logsetdata
  • logbackasset
  • logburnasset

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions