CommunityPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 48 additional slots
Balances ($0.00)
No balances found for "CommunityPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CommunityPool"
ABI
ABI objects
Getter at block 21157966
CONSTANT_SETTER_ROLE() view returns (bytes32)
0x96e3fc3be15159903e053027cff8a23f39a990e0194abcd8ac1cf1b355b8b93c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LINKER_ROLE() view returns (bytes32)
0x733bac3dca102687aa08c854c5f9067fc424f98fd8e90e41ad6b73aecc59a4fd
contractManagerOfSkaleManager() view returns (address)
0x0000000000000000000000000000000000000000
messageProxy() view returns (address)
0x0000000000000000000000000000000000000000
minTransactionGas() view returns (uint256)
0
Read-only
activeUsers(address, bytes32) view returns (bool)
getBalance(string schainName) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasSchainContract(string schainName) view returns (bool)
isSchainOwner(address sender, bytes32 schainHash) view returns (bool)
schainLinks(bytes32) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addSchainContract(string schainName, address contractReceiver)
grantRole(bytes32 role, address account)
initialize(address contractManagerOfSkaleManagerValue, address linker, address messageProxyValue)
initialize(address contractManagerOfSkaleManagerValue, address newMessageProxy)
initialize(address newContractManagerOfSkaleManager)
rechargeUserWallet(string schainName) payable
refundGasByUser(bytes32 schainHash, address node, address user, uint256 gas)
removeSchainContract(string schainName)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMinTransactionGas(uint256 newMinTransactionGas)
withdrawFunds(string schainName, uint256 amount)
MinTransactionGasWasChanged(uint256 oldValue, uint256 newValue)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.