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.72
ERC-20
Value $20,356.79
ERC-20
Value $5,650.51
ERC-20
Value $1,530.8
ERC-20
Value $81.88
ERC-20
Value $39.91
ERC-20
Value $31
ERC-20
Value $18.84
ERC-20
Value $14.2
ERC-20
Value $7.5
0x7596f345202da2442b13c5bde591acb6ba7e0fbcd6ecfe480bda0afd306f969d
0x2855970bff8697e3e016148e87e936dc5a6ab163cdf1cd5f6763e5bdbcc9360b
0x7e1449c8ea44a4faf86e1d367f1dea11e144ab5ed3af1853480a209bf0da884f
0xdc9c4c366644e3643af0a95d1ff4890b5ccced3f62f8120d515200abde5c58b7
0xaeee649cb34d9fc4155b6c4a6060e8653f295109c77adbce37203fdff348f4f3
0xbc430c5c33a1ef949eb0e00b69869d02610e6cf0511c83bd54d2af938e7f5a81
0x9d5f098f5db15562866da7e498bff79a94ef4ed005997fba22aaf6539f80200b
0x8b2965bad00887a7d62068a51e97387ba11b6728548fcf9d68435b8e55baedef
0x9ee1232453c6d2db906f1fdbdcedb8e31b5258c66da3f50a1bc14ee10eaf2ad8
0xc89578189d06157ed4bf2ed57d417e5165af6e26e258e5314e1e7c166aff8235

Functions
Getter at block 23106050
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)
3279944000269731
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.