Wallets
Verified contract
Implementation
Active on
Ethereum 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
Balances ($0.00)
No balances found for "Wallets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Wallets"
ABI
ABI objects
Getter at block 21217050
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractManager() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSchainBalance(bytes32 schainHash) view returns (uint256)
getValidatorBalance(uint256 validatorId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address contractsAddress)
rechargeSchainWallet(bytes32 schainHash) payable
rechargeValidatorWallet(uint256 validatorId) payable
refundGasBySchain(bytes32 schainHash, address spender, uint256 spentGas, bool isDebt)
refundGasByValidator(uint256 validatorId, address spender, uint256 spentGas)
refundGasByValidatorToSchain(uint256 validatorId, bytes32 schainHash)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
withdrawFundsFromSchainWallet(address schainOwner, bytes32 schainHash)
withdrawFundsFromValidatorWallet(uint256 amount)
NodeRefundedBySchain(address node, bytes32 schainHash, uint256 amount)
NodeRefundedByValidator(address node, uint256 validatorId, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SchainWalletRecharged(address sponsor, uint256 amount, bytes32 schainHash)
ValidatorWalletRecharged(address sponsor, uint256 amount, uint256 validatorId)
This contract contains no constructor objects.
receive()
This contract contains no error objects.