US
USDC (X Layer) (Clone)
0x74b7...6d22stablecoinx402
Contract Level Prompt
Foundational semantic layer for AI interpretation.
Smart contract with 50 read/write function(s).
transferFrom()
nonpayableFunctional Prompt
Transfers USDC on X Layer from the `from` address to the `to` address. The caller must have sufficient allowance to perform this transfer
Input Parameters
input
fromaddress
The address which holds the funds and has given allowance to the caller
input
toaddress
the address which will receive the USDC on X Layer
input
valueuint256
The amount of USDC to transfer
Output Parameters
output
successbool
Did the transaction succeed.