USDC (Avalanche C-Chain)

USDC (Avalanche C-Chain)

0xB97E...8a6EAvalancheAvalanche
stablecoinx402erc20

Contract Level Prompt

Foundational semantic layer for AI interpretation.

psychology
This is the Avalanche C-Chain 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()

nonpayable

Functional 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
output0bool

Output of type bool