USD Coin

Verified contract

Proxy

Active on Ethereum
Deployed by via 0xe7e05895 at 6082465
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $68,315.45
ERC-20
Value $7,937.99
ERC-20
Value $3,103.88
ERC-20
Value $2,068.32
ERC-20
Value $1,856.67
ERC-20
Value $1,561.31
ERC-20
Value $1,545.11
ERC-20
Value $1,151.51
ERC-20
Value $994.89
ERC-20
Value $934.14
0xacca1624ee5cd802db823d265d3347d2b25ff44cd9c7e9c607b5be25855fa97a
0x8d965622e857a093286db0f2c92ea54333281f86a25871c63d95c73c997a90a1
0xbb1aa6951f6e4871a242f27fb4a99799e497c0a1529873edb86273371a0c670b
0x761d552785db95b5292ea3e883dbafac3544aa2db0ee034a379485e604046220
0xab536731d3df2c48ae4cafae3b8cd7a2ae5dda1477f6ecff423efdaa1c3f4410
0x38dcead42d594ad3a812d4b37088a749fbefe034f25e354351ab9de9abb0ae2e
0xa249e731b1b1884e466d63a09a1f1290e48c41448c9cb6c2c132c87042622916
0x66cb82ca4febfd03d34267cf1d2a051464923cc7ac213f61d8ef107f63480d52
0x3417816f9bc677c3f675d719bf77df4f072d4477240bf90a2d11d9879064402a
0xd6697bd91613fc355dbe05f2939cafd13d0e283908a699c5ca93eac54bee9893

Functions
Getter at block 20789264
 
admin(view returns (address)
 
implementation(view returns (address)
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0x06c37168a7db5138defc7866392bb87a741f9b3d104deb5094588ce041cae335
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)
0x10df6b6fe66dd319b1f82bab2d054cbb61cdad2e
currency(view returns (string)
USD
decimals(view returns (uint8)
6
masterMinter(view returns (address)
0xe982615d461dd5cd06575bbea87624fda4e3de17
name(view returns (string)
USD Coin
owner(view returns (address)
0xfcb19e6a322b27c06842a71e8c725399f049ae3a
paused(view returns (bool)
false
pauser(view returns (address)
0x4914f61d25e5c567143774b76edbf4d5109a8566
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
USDC
totalSupply(view returns (uint256)
26523910362344787
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 _implementation
Fallback and receive
fallback(
Errors

This contract contains no error objects.