CrossmintTreasury
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
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
Balances ($0.00)
No balances found for "CrossmintTreasury"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CrossmintTreasury"
ABI
ABI objects
Getter at block 22761499
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOnAllowlist(address token) view returns (bool)
State-modifying
Events addTokenToAllowlist(address token)
approveAndExecute(struct CrossmintTreasuryTokenTransaction txn)
execute(struct CrossmintTreasuryTransaction txn) payable
executeBatch(struct CrossmintTreasuryTransaction[] txns) payable
grantRole(bytes32 role, address account)
initialize(address[] adminAccounts, address[] treasuryAccounts, address[] initialTokens)
removeTokenFromAllowlist(address token)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendTokens(address token, address recipient, uint256 amount)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address to, uint256 amount)
withdrawTokens(address token, address recipient, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Execution(address indexed token, address indexed spender, uint256 amount)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenAddedToAllowlist(address indexed token)
TokenRemovedFromAllowlist(address indexed token)
Upgraded(address indexed implementation)
constructor()
fallback()
receive()
ExecutionOnAllowlistedToken()
InsufficientFunds(uint256 amount, uint256 balance)
NonContractAddress()
NonDustAllowance(uint256 allowance)
TokenNotAllowed()
ZeroAddressNotAllowed()