Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

EURC

Verified contract

Proxy

Active on Base with 43,815 txns
Deployed by via 0xe11ba9a4 at 15107859
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.11
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x7bab650f95ab1fc53044337e0c596cc36f3cf98d00e3c6297f7c11a403981995
0x4f25e383f5908e4ba80ef108bb68107d17b8e6d21ef599330ee79c23a3fb7e0f
0x9cfd9ce768d12d4d12b466c7f55b64b40c4bf610158d66c0fc578bffc809573d
0xe0e598299cf9633446c8f074518670be632ffe52fc9d60fa831ad581bb1681bc
0x0f68ce7412b90631fa20b8835c37530ed39e76a31192d8a76b7b2e27a02a9f0e
0xeb7842fc949ec933feec78a8358394d65f912c92dc9372b41b03d59c13be9ca7
0x76fe248ac004776ed91e8f0f7fd7e06ecb3d1f287b629a2304cd4f9429c1b3ca
0x6b6a2c13458ec646174c4196fb2e7a035c9f9d51319b1b5146386a24fd322861
0x1f8218c4156c13644a65d98e59b48b1888416a7e5a8cbcea9fc0009a3b67662b
0x9a6ba7187d470b3ce25e70eebf439b390ac259f6fc1526c6f99e485999d9292c

Functions
Getter at block 22704947
admin(view returns (address)
0x4fa3c7461ba47ff34d4033ebaa30525c939991e1
implementation(view returns (address)
0x2ce6311ddae708829bc0784c967b7d77d19fd779
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0xec4dcbded0afd42599589b79220899bbe000bb5ea66d6f1bc176e78d094203bb
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)
0xbc5477fb6015f8f87eccd4e5c73198f7af6051e3
currency(view returns (string)
EUR
decimals(view returns (uint8)
6
masterMinter(view returns (address)
0x114b64a8bf7bf0ab2a8a64a3e348307bd568726e
name(view returns (string)
EURC
owner(view returns (address)
0xc25a042ae1a6350f4236139150ea6eff4f7d9b51
paused(view returns (bool)
false
pauser(view returns (address)
0xfa223f7bb88c8df670bb3acdf16fcb3abbc01c50
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EURC
totalSupply(view returns (uint256)
36193762280000
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.