ICON
SCORE SmartContract in ICON
Last updated
Was this helpful?
SCORE SmartContract in ICON
Last updated
Was this helpful?
minter.py
Code can be found in
This event occurs when a bridge operator performs bridging with ICON Minter through the Orbit Bridge System.
bytes hubContract
: Orbit Hub Contract Address
str fromChain
: Chain Symbol requesting bridging
str toChain
: Chain Symbol to execute bridging
bytes fromAddr
: Address of the chain requesting bridging
bytes toAddr
: Address of chain to execute bridging
bytes tokenAddress
: Token Address minted by bridging execution
bytes bytes32s
: Bytes32 data array used in the bridging consensus process
bytes uints
: Uint data array used in the bridging consensus process
bytes data
: Execution data for Bridge Receiver
This event occurs when a bridge operator performs bridging with ICON Minter through the Orbit Bridge System.
bytes hubContract
: Orbit Hub Contract Address
str fromChain
: Chain Symbol requesting bridging
str toChain
: Chain Symbol to execute bridging
bytes fromAddr
: Address of the chain requesting bridging
bytes toAddr
: Address of chain to execute bridging
bytes tokenAddress
: Token Address minted by bridging execution
bytes bytes32s
: Bytes32 data array used in the bridging consensus process
bytes uints
: Uint data array used in the bridging consensus process
bytes data
: Execution data for Bridge Receiver
Event occurs when a user who uses the Orbit Bridge System requests bridging to ICON Minter
str fromChain
: Chain Symbol requesting bridging
str toChain
: Chain Symbol to execute bridging
bytes fromAddr
: Address of the chain requesting bridging
bytes toAddr
: Address of chain to execute bridging
bytes token
: Token Information to be executed bridging
bytes tokenAddress
: Token Address requesting bridging
int decimal
: Token Decimal requesting bridging
int amount
: Token Amount requesting bridging
int depositId
: Unique Identifier of bridging request
bytes data
: Execution data for Bridge Receiver