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.

ERC1967Proxy

Verified contract

Proxy

Active on Base with 23,863 txns
Deployed by via 0x282ddab8 at 4915119
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
ERC-20
Value $17,690.56
ERC-20
Value $0.1
ERC-20
Value $0.06
ERC-20
Value $0.05
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x2a6ddb51df308e74d6940bc1b2fdc3324fa34921ee863cb263b2ca6f6aa57ccd
0x0c7f4bb0ed72d4789ff85388f7d8fb54b7d8013327dcaaa14b0b39b374d6a63e
0xd93f1cd869482b7df22d61ed7b11a5f6dce0d2234dbdbb605cac55bf30931712
0x70b0ce11099a4b2ac601fbb3b00679a856ada739ceca082567f3169dff980fc1
0x17025815d8bfdf4b6e36fe0ffc5c6ad03e1dc6a7a2795418bce53008df481e9d
0x6caddcf6eef4b2916aaa2cca3fac35c890591286e0eeeb2aa05e295f89d12c7a
0x689bf84cfe4d7cf5f700c97a1dc9cdf73ca98b66fef50109d17d536cb497ed77
0x07a1374ec0233da349e5eb7c3efec8d357b129cb8da0ff20ec1d4d65f9f72559
0xe3519aaa3ded736be8a54d669936efdcc1cf5e19b7cee2febef8376adbc3ddf1
0x511b380a04e82766bc79caa2d7c7f2b342589d96f4aac4593b99000770a7d1ee

Functions
Getter at block 22751335
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
ALLOWANCE_GAS_BUFFER(view returns (uint256)
2
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TREASURY_ROLE(view returns (bytes32)
0xe1dcbdb91df27212a29bc27177c840cf2f819ecf2187432e1fac86c2dd5dfca9
getVersion(pure returns (string version)
0.1
 
proxiableUUID(view returns (bytes32)
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOnAllowlist(address tokenview returns (bool)
State-modifying
addTokenToAllowlist(address token
approveAndExecute(struct CrossmintTreasuryTokenTransaction txn
execute(struct CrossmintTreasuryTransaction txnpayable 
executeBatch(struct CrossmintTreasuryTransaction[] txnspayable 
grantRole(bytes32 roleaddress account
initialize(address[] adminAccountsaddress[] treasuryAccountsaddress[] initialTokens
removeTokenFromAllowlist(address token
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
sendTokens(address tokenaddress recipientuint256 amount
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address touint256 amount
withdrawTokens(address tokenaddress recipientuint256 amount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Execution(address indexed tokenaddress indexed spenderuint256 amount
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenAddedToAllowlist(address indexed token
TokenRemovedFromAllowlist(address indexed token
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
ExecutionOnAllowlistedToken(
InsufficientFunds(uint256 amountuint256 balance
NonContractAddress(
NonDustAllowance(uint256 allowance
TokenNotAllowed(
ZeroAddressNotAllowed(