Applicable to: Custodial Wallets (Web3 Wallets), MPC Wallets If you accidentally transferred an EVM token that is not supported by Cobo Portal to your address, you wonโt be able to transfer it out through the standard Cobo Portal transfer flow. In this case, you can transfer it out on-chain by calling the token contract (for example, calling theDocumentation Index
Fetch the complete documentation index at: https://manuals.cobo.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
