Ethereum
Code
EthMinter.sol
EthMinter.impl.sol
Events
Swap
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