Fantom
Code
FantomMinter.solFantomMinter.impl.sol
Events
Swap
event Swap(string fromChain, bytes fromAddr, bytes toAddr, address tokenAddress, bytes32[] bytes32s, uint[] uints, bytes data);This event occurs when a bridge operator performs bridging with Klaytn Minter through the Orbit Bridge System.
string fromChain: Chain Symbol requesting 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 processbytes data: Execution data for Bridge Receiver
SwapNFT
This event occurs when a bridge operator performs NFT bridging with Klaytn Minter through the Orbit Bridge System.
string fromChain: Chain Symbol requesting 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 processbytes data: Execution data for Bridge Receiver
SwapRequest
Event occurs when a user who uses the Orbit Bridge System requests bridging to Klaytn Minter
string 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 requestbytes data: Execution data requested for bridging
SwapRequestNFT
Event occurs when a user who uses the Orbit Bridge System requests NFT bridging to Klaytn Minter
string 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 bridginguint tokenId: Token ID requesting bridginguint amount: Token Amount requesting bridginguint depositId: Unique Identifier of bridging requestbytes data: Execution data requested for bridging
Interface
Last updated
Was this helpful?