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
0x0000…0000
0x0000…0000
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 20791794
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
multiplierDivider() view returns (uint256)
0
multiplierNumerator() view returns (uint256)
0
Read-only
activeUsers(address, bytes32) view returns (bool)
checkUserBalance(bytes32 schainHash, address receiver) view returns (bool)
getBalance(address user, string schainName) view returns (uint256)
getRecommendedRechargeAmount(bytes32 schainHash, address receiver) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSchainContract(bytes32 schainHash) view returns (address)
hasRole(bytes32 role, address account) view returns (bool)
hasSchainContract(string schainName) view returns (bool)
isAgentAuthorized(bytes32 schainHash, address sender) 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, address user) payable
refundGasBySchainWallet(bytes32 schainHash, address node, uint256 gas) returns (bool)
refundGasByUser(bytes32 schainHash, address node, address user, uint256 gas) returns (uint256)
removeSchainContract(string schainName)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMinTransactionGas(uint256 newMinTransactionGas)
setMultiplier(uint256 newMultiplierNumerator, uint256 newMultiplierDivider)
withdrawFunds(string schainName, uint256 amount)
Initialized(uint8 version)
MinTransactionGasWasChanged(uint256 oldValue, uint256 newValue)
MultiplierWasChanged(uint256 oldMultiplierNumerator, uint256 oldMultiplierDivider, uint256 newMultiplierNumerator, uint256 newMultiplierDivider)
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.