This contract is being backfilled. You may encounter incomplete storage history.

USD Coin

Verified contract

Proxy

Active on Base
Deployed by via 0x8aa2ef34 at 2797221
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.62
ERC-20
Value $16,461.31
ERC-20
Value $4,367.88
ERC-20
Value $1,595.8
ERC-20
Value $81.93
ERC-20
Value $68.3
ERC-20
Value $34.31
ERC-20
Value $14.2
ERC-20
Value $6.5
ERC-20
Value $4.63
0xd2e3882244551a662eaf3749e483aedf3c54c142cdde2760d750cf623bffa632
0x463abf3852796e2f44d0d3e89bc2a706964126ea31f4e8d50ecb60c6515ea179
0x8a6f0af221b78f67180123ade3408a17fd7fd99de4db5ea04c548123b3c06963
0x8877d4f4363865bdbd5a24c8dd53bc65c523331794e4ead7d44758285c0d485c
0x3c9a1361439a4fbfaa1f8580abe7f733725fc70c8eb81a7dfaea04383ea46aa9
0x4515c2bd5f73b22d397e6784fa7d2451c5213f8de65720bd938643ccfad9621e
0xa71e599f54255efa2ce0dcd2e646c512c63287e81a834e06eaeedf27dfd796e0
0x52e948ee3fa37721c086b2df6ae1739102db8731a81a76d9ac9032c070a1ba83
0xc309b80915ac62edad11f6876f6d7187901b45ba7a3924d1503b61dd8273505d
0x4374f0b57c0617146ef2a699ff4c4237d9c6d1b8c37f166147ba493c5f8cab4b

Functions
Getter at block 22691169
admin(view returns (address)
0x4fc7850364958d97b4d3f5a08f79db2493f8ca44
implementation(view returns (address)
0x2ce6311ddae708829bc0784c967b7d77d19fd779
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0x02fa7265e7c5d81118673727957699e4d68f74cd74b7db77da710fe8a2c7834f
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
RECEIVE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
blacklister(view returns (address)
0x4d15e70518a20fc8828b5c3853f32e35238d0b77
currency(view returns (string)
USD
decimals(view returns (uint8)
6
masterMinter(view returns (address)
0x2230393edad0299b7e7b59f20aa856cd1bed52e1
name(view returns (string)
USD Coin
owner(view returns (address)
0x3abd6f64a422225e61e435bae41db12096106df7
paused(view returns (bool)
false
pauser(view returns (address)
0xd3571b3bc51cecff49194ad67afffc648d5e07b4
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
USDC
totalSupply(view returns (uint256)
3231451747346097
version(pure returns (string)
2
Read-only
allowance(address owneraddress spenderview returns (uint256)
authorizationState(address authorizerbytes32 nonceview returns (bool)
balanceOf(address accountview returns (uint256)
isBlacklisted(address _accountview returns (bool)
isMinter(address accountview returns (bool)
minterAllowance(address minterview returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
changeAdmin(address newAdmin
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address spenderuint256 valuereturns (bool)
blacklist(address _account
burn(uint256 _amount
cancelAuthorization(address authorizerbytes32 noncebytes signature
cancelAuthorization(address authorizerbytes32 nonceuint8 vbytes32 rbytes32 s
configureMinter(address minteruint256 minterAllowedAmountreturns (bool)
decreaseAllowance(address spenderuint256 decrementreturns (bool)
increaseAllowance(address spenderuint256 incrementreturns (bool)
initialize(string tokenNamestring tokenSymbolstring tokenCurrencyuint8 tokenDecimalsaddress newMasterMinteraddress newPauseraddress newBlacklisteraddress newOwner
initializeV2(string newName
initializeV2_1(address lostAndFound
initializeV2_2(address[] accountsToBlackliststring newSymbol
mint(address _touint256 _amountreturns (bool)
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlinebytes signature
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 noncebytes signature
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
removeMinter(address minterreturns (bool)
rescueERC20(address tokenContractaddress touint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 noncebytes signature
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
unBlacklist(address _account
unpause(
updateBlacklister(address _newBlacklister
updateMasterMinter(address _newMasterMinter
updatePauser(address _newPauser
updateRescuer(address newRescuer
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address implementation
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizationCanceled(address indexed authorizerbytes32 indexed nonce
AuthorizationUsed(address indexed authorizerbytes32 indexed nonce
Blacklisted(address indexed _account
BlacklisterChanged(address indexed newBlacklister
Burn(address indexed burneruint256 amount
MasterMinterChanged(address indexed newMasterMinter
Mint(address indexed minteraddress indexed touint256 amount
MinterConfigured(address indexed minteruint256 minterAllowedAmount
MinterRemoved(address indexed oldMinter
OwnershipTransferred(address previousOwneraddress newOwner
Pause(
PauserChanged(address indexed newAddress
RescuerChanged(address indexed newRescuer
Transfer(address indexed fromaddress indexed touint256 value
UnBlacklisted(address indexed _account
Unpause(
Constructor
constructor(address implementationContract
Fallback and receive
fallback(
Errors

This contract contains no error objects.