USD Coin
Verified contract
Proxy
Active on
Base with 2,390 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
-
variable spans 14 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000994 |
$0 | |
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22495040 | an hour ago | | | 0 | 7.2054629e-7 | |
| 22494600 | an hour ago | | | 0 | 7.1149472e-7 | |
| 22492683 | 2 hours ago | | | 0 | 7.1268834e-7 | |
| 22492258 | 3 hours ago | | | 0 | 7.1254934e-7 | |
| 22482520 | 8 hours ago | | | 0 | 4.1210471e-7 | |
| 22478978 | 10 hours ago | | | 0 | 5.2297950e-7 | |
| 22455945 | a day ago | | | 0 | 7.1268834e-7 | |
| 22447779 | a day ago | | | 0 | 7.1453415e-7 | |
| 22447069 | a day ago | | | 0 | 7.2068685e-7 | |
| 22441822 | a day ago | | | 0 | 7.1089791e-7 |
ABI
ABI objects
Getter at block 22496993
DOMAIN_SEPARATOR() view returns (bytes32)
0x34866839b3482dc8bbf2df728a67db13a6c09445f23d554c87e494c1e39bdd3a
chainId() view returns (uint16)
2
decimals() view returns (uint8)
6
eip712Domain() view returns (bytes1 domainFields, string domainName, string domainVersion, uint256 domainChainId, address domainVerifyingContract, bytes32 domainSalt, uint256[] domainExtensions)
(domainFields=0x1f, domainName=USD Coin, domainVersion=1, domainChainId=8453, domainVerifyingContract=0xec267c53f53807c2337c257f8ac3fc3cc07cc0ed, domainSalt=0x0ad21f662846d88fc97190f2c15a6055129eb63e453900586f73e076ee3f09dc, domainExtensions=[])
name() view returns (string)
USD Coin
nativeContract() view returns (bytes32)
0x000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0x8d2de8d2f73f1f4cab472ac9a881c9b123c79627
symbol() view returns (string)
USDC
totalSupply() view returns (uint256)
24087779440
Read-only
allowance(address owner_, address spender_) view returns (uint256)
balanceOf(address account_) view returns (uint256)
nonces(address owner_) view returns (uint256)
State-modifying
Events approve(address spender_, uint256 amount_) returns (bool)
burn(address account_, uint256 amount_)
decreaseAllowance(address spender_, uint256 subtractedValue_) returns (bool)
increaseAllowance(address spender_, uint256 addedValue_) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, uint64 sequence_, address owner_, uint16 chainId_, bytes32 nativeContract_)
mint(address account_, uint256 amount_)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
transfer(address recipient_, uint256 amount_) returns (bool)
transferFrom(address sender_, address recipient_, uint256 amount_) returns (bool)
updateDetails(string name_, string symbol_, uint64 sequence_)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.