ZRC20Events
Git Source (opens in a new tab)
Interface for the ZRC20 events.
Events
Transfer
event Transfer(address indexed from, address indexed to, uint256 value);
Approval
event Approval(address indexed owner, address indexed spender, uint256 value);
Deposit
event Deposit(bytes from, address indexed to, uint256 value);
Withdrawal
event Withdrawal(address indexed from, bytes to, uint256 value, uint256 gasFee, uint256 protocolFlatFee);
UpdatedSystemContract
event UpdatedSystemContract(address systemContract);
UpdatedGateway
event UpdatedGateway(address gateway);
UpdatedGasLimit
event UpdatedGasLimit(uint256 gasLimit);
UpdatedProtocolFlatFee
event UpdatedProtocolFlatFee(uint256 protocolFlatFee);