Ethereum
Code
EthMinter.solEthMinter.impl.sol
Events
Swap
event Swap(address hubContract, string fromChain, string toChain, bytes fromAddr, bytes toAddr, address tokenAddress, bytes32[] bytes32s, uint[] uints);An event occurs when a bridge operator executes bridging with Ethereum Minter through the Orbit Bridge System.
address hubContract: Orbit Hub Contract Addressstring fromChain: Chain Symbol requesting bridgingstring toChain: Chain Symbol to execute bridgingbytes fromAddr: Address of the chain requesting bridgingbytes toAddr: Address of chain to execute bridgingaddress tokenAddress: Token Address minted by bridging executionbytes32[] bytes32s: Bytes32 data array used in the bridging consensus processuint[] uints: Uint data array used in the bridging consensus process
SwapRequest
Event occurs when a user who use the Orbit Bridge System requests bridging to Ethereum Minter
string fromChain: Chain Symbol requesting bridgingstring toChain: Chain Symbol to execute bridgingbytes fromAddr: Address of the chain requesting bridgingbytes toAddr: Address of chain to execute bridgingbytes token: Token Information to be executed bridgingaddress tokenAddress: Token Address requesting bridginguint8 decimal: Token Decimal requesting bridginguint amount: Token Amount requesting bridginguint depositId: Unique Identifier of bridging requestuint block: Block number requested for bridging
Interface
Last updated
Was this helpful?