SrcEscrowCreatedEvent
Emitted when an escrow is created on the source chain.Static Properties
Event topic hash:
0x1140dcf80f027f65ebd1c2e98c33e3ebf7ef025d944a079256037cd55271bf98Constructor
Source chain escrow immutable parameters
Destination chain escrow parameters complement
Static Methods
fromData
Decode event from log data.Hex-encoded event log data
Instance Properties
Source chain immutable parameters including orderHash, hashlock, maker, taker, token, amount, safetyDeposit, timelocks, and parameters
Destination chain parameters including maker, amount, token, safetyDeposit, chainId, and fees
DstEscrowCreatedEvent
Emitted when an escrow is created on the destination chain.Static Properties
Event topic hash:
0xc30e111dcc74fddc2c3a4d98ffb97adec4485c0a687946bf5b22c2a99c7ff96dConstructor
Destination escrow contract address
Hash lock value (bytes32)
Taker address
Static Methods
fromData
Decode event from log data.Hex-encoded event log data
Instance Properties
Destination chain escrow contract address
Hash lock bytes32 value
Taker address who can withdraw funds
EscrowWithdrawalEvent
Emitted when funds are withdrawn from an escrow.Static Properties
Event topic hash:
0xe346f5c97a360db5188bfa5d3ec5f0583abde420c6ba4d08b6cfe61addc17105Constructor
Secret value revealed during withdrawal
Static Methods
fromData
Decode event from log data.Hex-encoded event log data
Instance Properties
Secret value revealed during withdrawal (bytes32)
EscrowCancelledEvent
Emitted when an escrow is cancelled.Static Properties
Event topic hash:
0x6e3be9294e58d10b9c8053cfd5e09871b67e442fe394d6b0870d336b9df984a9Constructor
Address of the cancelled escrow contract
Instance Properties
Address of the cancelled escrow
FundsRescuedEvent
Emitted when funds are rescued from an escrow after the rescue delay period.Static Properties
Event topic hash:
0xc4474c2790e13695f6d2b6f1d8e164290b55370f87a542fd7711abe0a1bf40acConstructor
Token address that was rescued
Amount of tokens rescued
Escrow contract address
Static Methods
fromData
Decode event from log data.Hex-encoded event log data
Address of the escrow contract (not included in log data)
Instance Properties
Address of the rescued token
Amount of tokens that were rescued
Address of the escrow from which funds were rescued