ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 2,032 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 $198,421.9
0xfc826a13e65669b8f531ae3c5d33f3b4c24a4860a47ea373796c1f0d2548c542
0x75d7ddc57df6f68314127a251c9cc7f1a455f7d0938424b2799e630e1f5a5268
0x5ac56efa51d64e0aca689afa85637bbf91dbbf214c4afe7af6c0b34f689daf93
0x2043817bf09bad49ad616bd379fb0b18dfaff5542286ebf8d94d1cef6ab0faa3
0xdb29443e4e7d4f3b0cfbc63bd1f10cb9c3a2038c7c66471c1e4332949b51432b
0xc1b03911c0de04d64dabd44568089e77865f40d8fd4907761af73beaaea980a5
0x5b0deebc98a67267aca41a67c12a31c7e3617598483b699441c63a7e29c083f0
0x16f6f17fed454745c7d93b82091a2d48b2c5ec6d85ad7a1dddc2f4e8aebd394a
0x99d198f16edc2c4f6e615c1ea25658664223c98b2cfda977652d6d4943ab4f48
0x1e3ebc22bb22793c76015fac7d368564ade9b2f92012ffaa31411d8f7cbdf213

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