Events
LogEvent
event LogEvent(uint64 Soul, uint64 Aura, string LogLine);Emitted each time a soul writes to SHIO/VOID
LogEvent
event LogEvent(uint64 Soul, uint64 Aura, string LogLine);Emitted each time a soul writes to a Qing contract
Withdrawal
event Withdrawal(uint64 Soul, uint64 Aura, address Token, uint256 amount);Emitted when tokens are taken out of a Qing contract
NewQing
event NewQing(address Qing, address Integrative, uint256 Waat);Emitted when a token is activated with a Qing contract
NewSpenderContractOptIn
event NewSpenderContractOptIn(address Origin, address Yue, address Contract, bool Allow);Emitted when a new spender opts in
Approval
Emitted when tokens are approved for transfer
Transfer
Emitted when tokens are transferred
OwnershipUpdate
Emitted when a contract's owner is updated
Last updated