Klaytn
Code
KlaytnVault.sol
KlaytnVault.impl.sol
MultiSigWallet.sol
Address
Klaytn Vault Contract Address:
0x9Abc3F6c11dBd83234D6E6b2c373Dfc1893F648D
Events
Deposit
Event occurs when a user using the Orbit Bridge System requests bridging to Klaytn 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 Klaytn 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 Klaytn 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 for Bridge Receiver
WithdrawNFT
An event occurs when a bridge operator executes NFT bridging with Klaytn 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 for Bridge Receiver
Interface
Last updated