US

USDC (Base Sepolia)

0x036C...CF7eBase SepoliaBase Sepolia· Testnet
Writefunction

Contract Level Prompt

Foundational semantic layer for AI interpretation.

psychology
Official Base Sepolia testnet contract for the USDC stablecoin. This smart contract implements an ERC-20 token standard that can be used with all major decentralized exchanges (DEXs).

approve()

nonpayable

Functional Prompt

Allows the holder of USDC to specify an allowance to another address that can spend their USDC tokens.

Input Parameters

input
valueuint256

The allowance to set for `spender` (can be >= 0).

input
spenderaddress

The address which will receive spending rights from the execution of this function.

Output Parameters

output
successbool

Did the transaction succeed.