AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 22 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
0xd291…c623
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15481414 | 2 years ago | | | 0 | 0.00058188610 | |
| 14259307 | 3 years ago | | | 0 | 0.013264596 | |
| 14083466 | 3 years ago | | | 0 | 0.030423197 | |
| 12943040 | 3 years ago | | | 0 | 0.00093503800 | |
| 11870721 | 4 years ago | | | 0 | 0.0081108140 | |
| 11870716 | 4 years ago | | | 0 | 0.0044851400 | |
| 11799954 | 4 years ago | | | 0 | 0.052677300 | |
| 11469702 | 4 years ago | | | 0 | 0.0070365340 | |
| 11429310 | 4 years ago | | | 0 | 0.0044045480 | |
| 11428928 | 4 years ago | | | 0 | 0.0044045480 |
ABI
ABI objects
Getter at block 21421175
FINAL_PRIVATE_RGT_ALLOCATION() view returns (uint256)
1250000000000000000000000
PRIVATE_VESTING_PERIOD() view returns (uint256)
63072000
isOwner() view returns (bool)
false
owner() view returns (address)
0x5ea4a9a7592683bf0bc187d6da706c6c4770976f
privateVestingEndTimestamp() view returns (uint256)
1666274400
privateVestingStartTimestamp() view returns (uint256)
1603202400
Read-only
getPrivateRgtClaimFee(uint256 timestamp) view returns (uint256)
getUnclaimedPrivateRgt(address holder) view returns (uint256)
privateRgtAllocations(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimAllPrivateRgt()
claimPrivateRgt(uint256 amount)
delegate(address delegatee)
initialize(address sender)
initialize(uint256 _privateVestingStartTimestamp)
renounceOwnership()
setGovernanceToken(address governanceToken)
setPrivateRgtAllocation(address holder, uint256 amount)
transferOwnership(address newOwner)
upgrade(address newContract)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrivateClaim(address holder, uint256 claimed, uint256 transferred, uint256 burned)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.