EternalStorageProxy
Verified contract
Proxy
Active on
Ethereum with 369 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
10 additional
variables
Balances ($29,806.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QORPO | ERC-20 | 331.045K | $0.090038 |
$29,806.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109466 | 22 days ago | | | 0 | 0.00054717365 | |
| 21109464 | 22 days ago | | | 0 | 0.00087603702 | |
| 21104480 | 23 days ago | | | 0 | 0.00059954261 | |
| 21099744 | 24 days ago | | | 0 | 0.00055982699 | |
| 21098275 | 24 days ago | | | 0 | 0.00051143215 | |
| 21071026 | a month ago | | | 0 | 0.0012275174 | |
| 21065259 | a month ago | | | 0 | 0.0017720225 | |
| 21059062 | a month ago | | | 0 | 0.00097829145 | |
| 21049584 | a month ago | | | 0 | 0.0015559152 | |
| 21025550 | a month ago | | | 0 | 0.00091174430 |
ABI
ABI objects
Getter at block 21268371 getRefundRequested() view returns (address[]) getRefunded() view returns (address[])
implementation() view returns (address)
0xa348b04e6b9672c240ff682cbd8ed713691f56b6
upgradeabilityOwner() view returns (address)
0x83a7152317dcfd08be0f673ab614261b4d1e1622
version() view returns (uint256)
1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCKER_ROLE() view returns (bytes32)
0xaf9a8bb3cbd6b84fbccefa71ff73e26e798553c6914585a84886212a46a90279
denominator() view returns (uint256)
100000000
isAllowedWithdraw() view returns (bool)
true
isRefundRequested() view returns (bool)
false
isRefunded() view returns (bool)
false
isVestingStopped() view returns (bool)
false
owner() view returns (address)
0x83a7152317dcfd08be0f673ab614261b4d1e1622
paused() view returns (bool)
false
refundDate() view returns (uint256)
0
stoppedTime() view returns (uint256)
0
totalAmount() view returns (uint256)
3000000000000000000000000
totalClaimedAmount() view returns (uint256)
118955000000000000000000
Read-only
getAvailableTokens(uint256 _totalAllocation, address _wallet, bytes32[] _merkleProof) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalClaimedPerWallet(address _wallet, uint256 _totalAllocation, bytes32[] _merkleProof) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyTotalPercentageUnlockPeriod(struct ClaimingUnlockPeriod[] _periods) pure returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(uint256 version, address implementation)
upgradeToAndCall(uint256 version, address implementation, bytes data) payable
addRefunded(address[] users)
claim(uint256 _totalAllocation, bytes32[] _merkleProof)
grantRole(bytes32 role, address account)
initialize()
lock(address _distributorAddress, bytes32 _merkleRoot, uint256 _totalAmount, struct ClaimingUnlockPeriod[] _periods, uint256 _refundDate)
removeRefunded(address[] users)
renounceOwnership()
renounceRole(bytes32 role, address account)
requestRefund()
revokeRefund()
revokeRole(bytes32 role, address account)
setPause(bool _paused)
setRefundDate(uint256 _refundDate)
setRoot(address _distributorAddress, bytes32 _merkleRoot)
setUnlockPeriods(struct ClaimingUnlockPeriod[] _periods)
stopEmergencyWithdraw()
stopVesting()
transferOwnership(address newOwner)
updateWallet(uint256 _totalAllocation, address _newWallet, bytes32[] _merkleProof)
withdrawEmergency(address _to, uint256 _amount)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(uint256 version, address indexed implementation)
CancelVesting(uint256 _stoppedTime, uint256 _withdrawnAmount)
Claimed(address indexed sender, uint256 _amount)
DistributionPaused(bool _paused)
MerkleRootUpdated(bytes32 _merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
TokensWithdrawn(uint256 _amount)
UnlockPeriodChanged(uint256 indexed _periodIndex, uint256 _vestingStartDate, uint256 _totalPercentage, uint256 _cliffEndDate, uint256 _periodUnit, bool _isUnlocked)
Unpaused(address account)
WalletUpdated(address indexed _existingWallet, address indexed _newWallet)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.