
USDC (Sepolia)
0x1c7D...7238erc20sepoliatransferpaymentsusdcx402stablecointestnet
Contract Level Prompt
Foundational semantic layer for AI interpretation.
The USDC Coin stablecoin contract on Sepolia testnet, an ERC-20 compliant token pegged to the US Dollar. USDC enables developers and users to transfer and receive dollar-denominated value on the blockchain with low volatility. It is commonly used in payments, DeFi protocols, and as a base asset for trading pairs. Compatible with wallets, DEXs, and financial contracts. Often used alongside other ERC-20 utilities and DeFi components like Uniswap, Compound, or Aave.
receiveWithAuthorization()
nonpayableFunctional Prompt
Function receiveWithAuthorization (write)
Input Parameters
input
fromaddress
Input of type address
input
toaddress
Input of type address
input
valueuint256
Input of type uint256
input
validAfteruint256
Input of type uint256
input
validBeforeuint256
Input of type uint256
input
noncebytes32
Input of type bytes32
input
signaturebytes
Input of type bytes
Output Parameters
No output parameters.