Ethereum
Code
EthVault.sol
EthVault.impl.sol
MultiSigWallet.sol
Code can be found in HERE
Address
Eth Vault Contract Address:
0x1Bf68A9d1EaEe7826b3593C20a0ca93293cb489a
Events
Deposit
Event occurs when a user using the Orbit Bridge System requests bridging to Ethereum Vault
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 bridgingaddress token
: Token Information to be executed bridginguint8 decimal
: Token Decimal requesting bridginguint amount
: Token Amount requesting bridginguint depositId
: Unique Identifier of bridging requestbytes data
: Execution data requested for bridging
DepositNFT
Event occurs when a user using the Orbit Bridge System requests NFT bridging to Ethereum Vault
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 bridgingaddress token
: Token Information to be executed bridginguint tokenId
: Token ID requesting bridginguint amount
: Token Amount requesting bridginguint depositId
: Unique Identifier of bridging requestbytes data
: Execution data requested for bridging
Withdraw
An event occurs when a bridge operator executes bridging with Ethereum Vault through the Orbit Bridge System.
string fromChain
: Chain Symbol requesting bridgingbytes fromAddr
: Address of the chain requesting bridgingbytes toAddr
: Address of chain to execute bridgingbytes token
: Token Address released by bridging executionbytes32[] bytes32s
: Bytes32 data array used in the bridging consensus processuint[] uints
: Uint data array used in the bridging consensus processbytes data
: Execution data
WithdrawNFT
An event occurs when a bridge operator executes NFT bridging with Ethereum Vault through the Orbit Bridge System.
string fromChain
: Chain Symbol requesting bridgingbytes fromAddr
: Address of the chain requesting bridgingbytes toAddr
: Address of chain to execute bridgingbytes token
: Token Address released by bridging executionbytes32[] bytes32s
: Bytes32 data array used in the bridging consensus processuint[] uints
: Uint data array used in the bridging consensus processbytes data
: Execution data
Interface
Last updated