๐Router Contract
Contractโ
Used to initiate cross-chain transactions with us within your contract.

Methodsโ
transferTokenThe ERC20 token of the chain where the contract is located cross-chain
transferCross-chain native main currency of the chain where the contract is located
Introduction to Data extended parametersโ
parametersโ
key
value
required
c
Security code, vc parameter obtained through routers interface, if the amount has a mantissa, it does not need to be passed here.
false
t
Target link receiving address (can be passed when ToStarknet and cross-address)
false
app
Your dapp name(short name), for statistics
false
format ruleโ
url encode: param1=value1¶m2=value2
example:
hexadecimal encoding: Utils
ABIโ
open sourceโ
Last updated
Was this helpful?