alpha

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 $53,084.82
ERC-20
Value $9,797.97
ERC-20
Value $3,984.12
ERC-20
Value $2,443.62
ERC-20
Value $1,297.29
ERC-20
Value $532.06
ERC-20
Value $339.64
ERC-20
Value $251.94
ERC-20
Value $224.93
ERC-20
Value $206.07
0x356fb109b8179156e87797cbdc5b1c15339d3eeef0d581049fb67c571f285f31
0x225de0a2a5da14fdabd2373cf3149b0039a595726d30d10e788a860d356c84b4
0xd08c2a1d8a5ce319ba573bf4c58dc9ce9669c6a47216d17d7780421416b71eca
0x58f22277879ee09759e543f297831869965cd5898445afcee21feb549ff9c20a
0x94dad237e02f9af41a44112e70a6363482b45dcc63c5c7cc08818e3f770a9866
0x3c9fb75f8cef6224c6788992568fc34deb2ad263b7cf06fbaebb24c6f9128440
0x2d1e42de74b5f462706dbc79a39a158b039f4efe91c0cd8c62961640fec27da8
0x51743164cf48d614e6da08f4d5db945b90161c471b4b1fd2722d0ef9c619ba49
0xe3e2c388e8969ab756d7d23231a416ea806c3483c20799c4cf3a174d056e3e0e
0xed446ee8b60ea382732de9d16d6a6a7f9a3f28782684e63c6ffc486cf996aa4d

Functions
Getter at block 17464217
 
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)
0x5db0115f3b72d19cea34dd697cf412ff86dc7e1b
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)
0xf0d160dec1749afaf5a831668093b1431f7c8527
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
USDC
totalSupply(view returns (uint256)
26665900735740201
version(view 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 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
mint(address _touint256 _amountreturns (bool)
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
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 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 errors objects.