ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 1,852 txns
Deployed by via 0x35c787b3 at 18293136
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 $14,957.04
0x3f81d7996d70363c2673a86195b864094a74ac27edfd133369f11d7be24b17c2
0x4c5375f8dfde50aa8d10c145994f38fa04d3d8ea4ddd0e239efae2c51be05b87
0x1428267c9528355b07eefbd9a35112e0fc6642150dd08674ed081d6d29e7d982
0x9e0363f120e6082ab028ce9cdbf60dc7c1312406fe3d738e4507dbd338a19761
0xc160bfdd923f93ff94d8a687181c09beae33f3910a9a4e8ab2ffe02927fb5c86
0xc886574992043ab374c1910aa6021c29be720f52f4a6e069b94b9057284918f9
0x56b1358e3dfe7b89d4a9e8ed515759086e2829eec1789f9953f3ee7375e37aa8
0x10a91cfa4bcc9823d11688eef7ae58bc8cdc2f16abcb325eeb644841e5958a36
0x233c1c6447286acbef86105d391bab23f2e06bf6974ca546eb0ad453e8b5fa0a
0x895eccbbe7f5b282fce13d29c48bf1742bf4bec23bf7fe9f8b52e0189abf60c5

Functions
Getter at block 20889441
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(