ERC-20 token wrapping and transfer monitoring
erc20.transfer(rpcUrl: string, chainId: number, token: string, to: string, amount: string)erc20.mint(rpcUrl: string, chainId: number, token: string, to: string, amount: string)erc20.wrap(rpcUrl: string, chainId: number, vault: string, token: string, source: string, recipient: string, amount: string)erc20.unwrap()(spawn "erc20.transfer" { ...args })
Runs after the transaction commits and auto-retries on failure.
Handle the outcome with the task's on_success / on_failure
callbacks (each names a follow-up handler); after retries a task terminates as failed.