HEX Data Tx

Use this type of transaction if you need to interact with a smart contract, such as claiming tokens from a staking smart contract.

Sender Address: the address from which you want to interact with the smart contract.

Smart Contract Address: the address of the smart contract you want to interact with.

HEX Data: the encoded data of the transaction that contains information needed for interaction with the smart contract.

Value: the amount of native network tokens you may need to send together with the HEX data to the smart contract. By default, this parameter is '0', and in most cases, it should remain '0'.

⚠️ Please note that when claiming tokens from a staking smart contract, the 'Value' parameter IS NOT THE AMOUNT OF TOKENS THAT YOU CLAIM ⚠️

When all the fields are filled, you may sign the transaction.

Last updated