USDC
Unverified contract
Proxy
Active on
Base with 15 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "USDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17172472 | 4 months ago | | | 0 | 2.8038179e-7 | |
| 16876222 | 4 months ago | | | 0 | 2.3641177e-7 | |
| 16613057 | 5 months ago | | | 0 | 5.2677600e-7 | |
| 16613049 | 5 months ago | | | 0 | 4.5846620e-7 | |
| 16611298 | 5 months ago | | | 0 | 3.2190180e-7 | |
| 16610513 | 5 months ago | | | 0 | 2.1068530e-7 | |
| 16610416 | 5 months ago | | | 0 | 2.1645750e-7 | |
| 16610304 | 5 months ago | | | 0 | 2.1645750e-7 | |
| 16610113 | 5 months ago | | | 0 | 2.3666020e-7 | |
| 16609376 | 5 months ago | | | 0 | 2.9128120e-7 |
ABI
ABI objects
Getter at block 22772571
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xd4b058feb52a60d0d579e36a92d83096fac99ca1748b6b38e080ac6ae15fb37e
decimals() view returns (uint8)
18
name() view returns (string)
USDC
owner() view returns (address)
0x004c1193262542fff59e64ff29404deaeb3f3dec
symbol() view returns (string)
USDC
totalSupply() view returns (uint256 result)
23741839561878100000100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
initialize(address _owner, string _name, string _symbol)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
togglePause(bool _isPaused)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidName()
InvalidOwner()
InvalidPermit()
Paused()
PermitExpired()
TotalSupplyOverflow()