Appearance
Events Tracked for Token Exchange
For a token exchange, you can track the following events:
- AttachmentAdded: This event can be retrieved and parsed using the
getAttachments
method. - TransferSingle and TransferBatch: These events are used to fetch balances for all tokenId and address pairs using the
getTokens
method. - ExchangeRefuted and RefutationNullified: These events are used to fetch the refutation timeline using the
refutationsTimeline
method.
These events help in tracking various activities and changes within the token exchange contract.