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 $54,128.86
ERC-20
Value $11,456.67
ERC-20
Value $4,230.52
ERC-20
Value $2,835.97
ERC-20
Value $2,652.12
ERC-20
Value $2,190.94
ERC-20
Value $1,832.08
ERC-20
Value $1,583.97
ERC-20
Value $1,562.87
ERC-20
Value $1,187.19
0x4b0db31c5077f5662453c80dfba197f5de28bdc058d6d057b0df659e29615343
0x588bb925261894b145b79024f65001c99493232cee49ff306b9421c35289c617
0x11a497773a481fda3dd2acc10788e0dd6ff4b2c7a927c4ed21bece51675cdc6d
0x876aabe134c2ae7a0f2d4ab048ff6a6a6bed68737881c737677da0bf34b6e624
0x32f23da0ddee1d8d38723cd22351f04997f14201a1a0498d2be02e077dbbf30b
0xe564d16213434c3d3733a3c012ac716dafc3104cee8f28d6cb58843dcf33ace8
0x01a865e7cfafc16e61e9fdf570df637bd255bf064f9f28b48de819acda244749
0x121c33108e55278aec773f3a1c371b7b72d20346a7ecb6ac6175d536cd421be8
0x6ee2c8bddfd4556f168fa345ee914a1811fff1768bebd3c07e6a70b38ee8b01a
0xae95d0376fd0ede8cc7254eeaeee06976da1393789ffba76c39e776d1bc79191

Functions
Getter at block 19807766
 
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)
25853298734080604
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 errors objects.