TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 130,618 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
0xd263…58b8
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20294092 | 4 months ago | | | 0.0005 | 0.000031273750 | |
| 20268568 | 4 months ago | | | 0.0005 | 0.00010605385 | |
| 20150313 | 5 months ago | | | 0.0005 | 0.000056488575 | |
| 20150313 | 5 months ago | | | 0.0005 | 0.000056598069 | |
| 20150312 | 5 months ago | | | 0.0005 | 0.000049237500 | |
| 20142006 | 5 months ago | | | 0.001 | 0.00019306241 | |
| 20123629 | 5 months ago | | | 0.0004 | 0.00011789174 | |
| 20120952 | 5 months ago | | | 0.0005 | 0.00025141964 | |
| 20116886 | 5 months ago | | | 0.0004 | 0.00015502865 | |
| 20112947 | 5 months ago | | | 0.0005 | 0.00069295132 |
ABI
ABI objects
Getter at block 21245414
clique() view returns (address)
0xff89c654846b2e4bc572ceabe77056daf7b299a3
cliqueFee() view returns (uint256)
400000000000000
genesisStake() view returns (address)
0xd2639676da3dea5491d27da19340556b3a7d58b8
isOpen() view returns (bool)
false
openedAt() view returns (uint256)
1713351611
owner() view returns (address)
0xff89c654846b2e4bc572ceabe77056daf7b299a3
paused() view returns (bool)
false
token() view returns (address)
0x36e66fbbce51e4cd5bd3c62b637eb411b18949d4
Read-only
hasRewards(address account) view returns (bool)
rewards(address) view returns (uint256)
rewardsSet(address) view returns (bool)
State-modifying
Events batchSetRewards(address[] accounts, uint256[] amounts)
claim() payable
claimAndStake() payable
initialize(address owner_, address genesisStake_, address clique_, uint256 cliqueFee_, bool isOpen_)
openClaims()
pause()
renounceOwnership()
resetRewards(address[] accounts)
setClique(address clique_)
setGenesisStake(address genesisStake_)
setRewards(address account, uint256 amount)
transferOwnership(address newOwner)
unpause()
withdrawAndClose(address withdrawTo)
withdrawFees(address withdrawTo)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed account, uint256 amount)
ClaimsClosed()
ClaimsOpened()
CliqueChanged(address indexed newClique, address indexed prevClique)
CliqueFeeChanged(uint256 newCliqueFee, uint256 prevCliqueFee)
GenesisStakeChanged(address indexed newGenesisStake, address indexed prevGenesisStake)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsSet(address indexed account, uint256 amount)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.