Bridge Your $DEGEN
BSC degens from S1, it's time to invade!
Last updated
BSC degens from S1, it's time to invade!
Last updated
Bridging your $DEGEN from BNBChain to Arbitrum Network is necessary for degens from S1. While you can use stargate (Prob not), you can always execute the bridging via directly calling our contract. Here's how..
In summary, there are 4 steps:
x amount of $DEGEN to proxyOFT contract, which gives the OFT contract the authority to move your $DEGEN.
the amount of BNB needed for executing the token bridge.
sendForm and send your token.
your txn via
Go to $DEGEN token on BSC scan, write a proxy contract.
Approve $DEGEN to proxyOFT contract (0x5e6adF21e76F9D4258FC68fD5c8fCb826185f8ef) for bridging.
Remember to approve as many as you want to bridge ONLY.
Be cautious that precision is set to 10^18 for the amount.
Etimate the bridging fee using proxyOFT:
_dstChainID: 110
_toAddress: your receiving address on Arbitrum
_amount: the amount of $DEGEN you want to bridge
_useZro: 0 (false)
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Screenshot your sending fee and save for later
Input required data as follow:
sendFrom: input the nativeFee you got from previous step. (you need to divide that number by 10^18)
_from(address): your current address
_desChainId: 110
_toAddress(bytes): receiving address on Arbitrum
_amount: amount to be bridged
_refundAddress: your current address
_zroPaymentAddress: 0x0000000000000000000000000000000000000000
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Confirm everything and hit "write"
In summary, there are 4 steps:
Approve $DEGEN to proxymintableOFT contract (0xCBd78Fb59CdAe1CD70e4d27c2d9cEb8691589715) for bridging.
Remember to approve as many as you want to bridge ONLY.
Be cautious that precision is set to 10^18 for the amount.
Etimate the bridging fee using proxyOFT:
_dstChainID: 102
_toAddress: your receiving address on Arbitrum
_amount: the amount of $DEGEN you want to bridge
_useZro: 0 (false)
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Screenshot your sending fee and save for later
Input required data as follow:
sendFrom: input the nativeFee you got from previous step. (you need to divide that number by 10^18)
_from: your address
_dstChainId: 102
_toAddress: receiving address
_amount: bridging amount
_refundAddress: current address
_zroPaymentAddress: 0x0000000000000000000000000000000000000000
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Go to contract, go to estimateSendFee
Call your on BSC scan.
When the transaction is done, you can view it on using the transaction hash.
x amount of $DEGEN to proxyOFT contract, which gives the OFT contract the authority to move your $DEGEN.
the amount of ETH needed for executing the token bridge.
sendForm and send your token.
your txn via
Go to $DEGEN token on ARB scan, write a proxy contract.
Go to contract, go to estimateSendFee
Call your on ARB scan.
When the transaction is done, you can view it on using the transaction hash.