Event Decryption
Decrypting encrypted SRC20 Transfer and Approval events
Overview
How SRC20 Events Work
Standard ERC20 Transfer event:
Transfer(address indexed from, address indexed to, uint256 value)
-> value is publicly visible in event logs
SRC20 Transfer event:
Transfer(address indexed from, address indexed to, suint256 value)
-> value is encrypted in event logs
-> Only holders of the viewing key can decryptWhat Is Encrypted
Event Field
Encrypted?
Description
Subscribing to SRC20 Events
Fetching Historical Events
Filtering by Sender or Recipient
Viewing Keys and Decryption
Conceptual Flow
Monitoring Multiple Event Types
Notes
Warnings
See Also
Last updated

