How to Sponsor a Contract
Conflux Core Sponsorship offers a user-friendly feature for new blockchain users. This tutorial will guide you on how to use the ConfluxScan Read&Write Tool to sponsor a contract.
The Contract Read&Write Tool allows users to interact with smart contracts. Any verified contract on ConfluxScan can utilize this tool to read or write data.
Preparation
- Install the Fluent wallet and switch to the Conflux Testnet network.
- Acquire some test tokens from the Conflux Testnet Faucet.
- Have a contract address ready, for example:
cfxtest:acgwyxdwpc8475n2na9uk9rfbghstg1xtumht10mue
.
Query Sponsor Info
In the Read Contract tab, all the contract's view methods are listed. Open any of them, input the parameter (if any), and click the Query button to obtain the result.
For instance, using getSponsorForGas
:
If a Zero Address is returned, it signifies that the contract is not sponsored.