AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 260 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xc04a…a310
Balances ($31,505.36)
Native
Value
$31,505.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10.24861 | $3,074.11 |
$31,505.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185876 | 4 days ago | | | 0.5 | 0.0018747565 | |
| 21185720 | 4 days ago | | | 0.7 | 0.0018092909 | |
| 20692926 | 2 months ago | | | 0.38 | 0.0011904778 | |
| 20684430 | 2 months ago | | | 0.08 | 0.00025658508 | |
| 20184084 | 5 months ago | | | 0.4 | 0.0010997623 | |
| 19400716 | 8 months ago | | | 0.18 | 0.0040711948 | |
| 18720489 | a year ago | | | 1.5 | 0.013015336 | |
| 18720439 | a year ago | | | 0.9 | 0.0086162018 | |
| 18713229 | a year ago | | | 0.9 | 0.0027581472 | |
| 18659548 | a year ago | | | 0.27 | 0.0015840094 |
ABI
ABI objects
Getter at block 21215118
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractManager() view returns (address)
0xc04a10fd5e6513242558f47331568abd6185a310
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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 gasLimit)
refundGasByValidatorToSchain(uint256 validatorId, bytes32 schainHash)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
withdrawFundsFromSchainWallet(address schainOwner, bytes32 schainHash)
withdrawFundsFromValidatorWallet(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
NodeRefundedBySchain(address node, bytes32 schainHash, uint256 amount)
NodeRefundedByValidator(address node, uint256 validatorId, uint256 amount)
ReturnDebtFromValidator(uint256 validatorId, bytes32 schainHash, uint256 debtAmount)
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)
WithdrawFromSchainWallet(bytes32 indexed schainHash, uint256 amount)
WithdrawFromValidatorWallet(uint256 indexed validatorId, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.