0xdf82c9014f127243ce1305dfe54151647d74b27a
ABI/JSON Interface
field: approve
from the Select an Item dropdown0xFEaB457D95D9990b7eb6c943c839258245541754
. This is the mediator contract serving the bridge extension on the Rinkeby Testnet.0xFEaB457D95D9990b7eb6c943c839258245541754
ABI/JSON Interface
field:relayTokens
method. There are two possible methods:relayTokens(address _receiver, uint256 _amount)
- Used to transfer MOON tokens to a recipient in the xDai chain.relayTokens(address _from, address _receiver, uint256 _amount)
- Used in scenarios when the MOON tokens deposit is performed by another contract on behalf of a user account (e.g. a wallet contract)._receiver
- Enter the account that will receive the MOON tokens on the xDai chain. Typically we assume the same account that deposits the token also receives the token, so enter the address (from your web3wallet & shown in MEW) you are initiating the transfer from. However, you can enter another address if you prefer._amount
-- the amount of tokens (in Wei) to transfer; it must be less or equal to the amount of tokens approved for the bridge operations in step 2.3._receiver
in the relayTokens
method call will increase. The result of the relay operation can be monitored in Blockscout.0x1E0507046130c31DEb20EC2f870ad070Ff266079
. They will be sent to the same wallet address. You will need a very small amount of xDai to process.relayTokens
method from the mediator contract can be used.