FoundationTreasury
Verified contract
Active on
Ethereum with 0 txns
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 48 additional slots
-
variable spans 999 additional slots
-
variable spans 999 additional slots
No balances found for "FoundationTreasury"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FoundationTreasury"
ABI
ABI objects
Getter at block 21226833
getAdminMemberCount() view returns (uint256 count)
0
getOperatorMemberCount() view returns (uint256 count)
0
Read-only
getAdminMember(uint256 index) view returns (address account)
getOperatorMember(uint256 index) view returns (address account)
isAdmin(address account) view returns (bool approved)
isOperator(address account) view returns (bool approved)
State-modifying
Events grantAdmin(address account)
grantOperator(address account)
initialize(address admin)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
revokeAdmin(address account)
revokeOperator(address account)
selfDestructMigration()
withdrawFunds(address to, uint256 amount)
FundsWithdrawn(address indexed to, 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)
constructor()
receive()
AccessControl_Sender_Must_Be_Admin()
AdminRoleEnumerable_Caller_Does_Not_Have_Admin_Role()
CollateralManagement_Cannot_Withdraw_To_Address_Zero()
CollateralManagement_Cannot_Withdraw_To_Self()