CrossmintTreasury

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x6ee3fded at 20370416
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

No balances found for "CrossmintTreasury"

No transactions found for "CrossmintTreasury"


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)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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
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(
Fallback and receive
fallback(
receive(
Errors
ExecutionOnAllowlistedToken(
InsufficientFunds(uint256 amountuint256 balance
NonContractAddress(
NonDustAllowance(uint256 allowance
TokenNotAllowed(
ZeroAddressNotAllowed(