Events
Configuration events:
UpdateExchangeInvoker {invoker: ContractAddress, enabled: bool}
BaseTokenUpdate {new_base_token: ContractAddress}
FeeRecipientUpdate {new_fee_recipient: ContractAddress}
RouterComponentUpdate {new_delay:SlowModeDelay, min_amount_to_route:u256, new_punishment_bips:u16}
WithdrawComponentUpdate {new_withdraw_steps: u16, new_delay:SlowModeDelay}User balance events:
Mint { token:ContractAddress, to:ContractAddress, amount:u256}
Burn { from_:ContractAddress, token:ContractAddress, amount:u256}
Transfer { token: ContractAddress, from_: ContractAddress, to: ContractAddress, amount: u256}
Deposit { receiver: ContractAddress, token: ContractAddress, funder:ContractAddress, amount: u256}
ReqOnChainWithdraw { maker: ContractAddress, withdraw:Withdraw}
Withdrawal {
maker: ContractAddress, token: ContractAddress, receiver: ContractAddress,
salt: felt252, amount: u256, gas_price: u256, gas_fee: GasFee, direct: bool }
Trading account signer events:
Change of trading account nonce events:
Router events:
Trade events:
Last updated