transfer method). Common options include:
-
Transfer out via contract call API
- Applicable to: Programmatic transfers. You need to construct the calldata required for the contract call.
- Reference: Call smart contract.
-
Transfer out via Cobo Connect in a block explorer
- Applicable to: Initiating a contract call via a contract interaction UI in a browser (for example, Etherscan).
- Open the token page in a block explorer.
- Go to Contract and open Write Contract.
- Click Connect to Web3, choose Cobo Connect, then select the Cobo Portal wallet address in Cobo Connect to complete the connection.
- Locate the
transferfunction (commonlytransfer(address to, uint256 amount)), and fill in the destination address and amount (in the smallest unit). - Click Write to submit, then complete confirmation/approval in Cobo Guard.
- You are using a supported EVM network and have enough native gas token (for example, ETH) to pay fees.
- If you use Cobo Connect, the wallet address has been imported into Cobo Connect.
