USD Coin
Verified contract
Proxy
Active on
Base with 1,398 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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 30.927835 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21848081 | 4 days ago | | | 0 | 1.9346034e-7 | |
| 21807946 | 5 days ago | | | 0 | 1.9111678e-7 | |
| 21429351 | 13 days ago | | | 0 | 2.2164240e-7 | |
| 21371620 | 15 days ago | | | 0 | 1.2830977e-7 | |
| 21356874 | 15 days ago | | | 0 | 1.9161309e-7 | |
| 21356376 | 15 days ago | | | 0 | 1.2811526e-7 | |
| 21179941 | 19 days ago | | | 0 | 1.2830977e-7 | |
| 21179936 | 19 days ago | | | 0 | 1.2830977e-7 | |
| 21065843 | 22 days ago | | | 0 | 1.9342263e-7 | |
| 20776364 | a month ago | | | 0 | 1.9153840e-7 |
ABI
ABI objects
Getter at block 22004872
DOMAIN_SEPARATOR() view returns (bytes32)
0x69ac8e8c4e2621a4cb27b8fc4ec49156a91a661b61ef3b4330be40b8f82753f1
chainId() view returns (uint16)
4
decimals() view returns (uint8)
18
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=0x68e2b07f92ed506f92935d7359eca84d5342dbb4, domainSalt=0xab806d1877d734de440ffd9b9269859568e823040e34f6ce814474585e43cf95, domainExtensions=[])
name() view returns (string)
USD Coin
nativeContract() view returns (bytes32)
0x0000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d
owner() view returns (address)
0x8d2de8d2f73f1f4cab472ac9a881c9b123c79627
symbol() view returns (string)
USDC
totalSupply() view returns (uint256)
5847889396350000000000
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.