
USDC (Arbitrum)
0xaf88...5831ERC20x402stablecoin
Contract Level Prompt
Foundational semantic layer for AI interpretation.
This is the Arbitrum Network smart contract for the USDC stablecoin. The USDC stablecoin implements the EIP-3009 interface which makes it compatible with the x402 payment scheme. USDC has deep liquidity on all major DEXs and can be easily swapped into most other major ERC20 tokens with minimal slippage.
decreaseAllowance()
nonpayableFunctional Prompt
Decrease the allowance of `spender` with respect to the callers USDC funds.
Input Parameters
input
spenderaddress
The address to decrease the allowance of by `decrement`.
input
decrementuint256
The amount to decrement `spender`'s allowance by.
Output Parameters
output
successbool
Did the transaction succeed.