FoundationTreasury

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x15f6add8 at 17530397
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 48 additional slots
-
variable spans 999 additional slots
-
variable spans 999 additional slots

No balances found for "FoundationTreasury"

No transactions found for "FoundationTreasury"


Functions
Getter at block 21226833
getAdminMemberCount(view returns (uint256 count)
0
getOperatorMemberCount(view returns (uint256 count)
0
Read-only
getAdminMember(uint256 indexview returns (address account)
getOperatorMember(uint256 indexview returns (address account)
isAdmin(address accountview returns (bool approved)
isOperator(address accountview returns (bool approved)
State-modifying
grantAdmin(address account
grantOperator(address account
initialize(address admin
onERC721Received(address operatoraddress fromuint256 tokenIdbytes datareturns (bytes4)
revokeAdmin(address account
revokeOperator(address account
selfDestructMigration(
withdrawFunds(address touint256 amount
Events
FundsWithdrawn(address indexed touint256 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
Constructor
constructor(
Fallback and receive
receive(
Errors
AccessControl_Sender_Must_Be_Admin(
AdminRoleEnumerable_Caller_Does_Not_Have_Admin_Role(
CollateralManagement_Cannot_Withdraw_To_Address_Zero(
CollateralManagement_Cannot_Withdraw_To_Self(