GenesisClaim
Verified contract
Implementation
Active on
Ethereum with 9 txns
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 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "GenesisClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19674832 | 7 months ago | | | 0.0004 | 0.00054413020 | |
| 19674813 | 7 months ago | | | 0 | 0.00039163763 | |
| 19674803 | 7 months ago | | | 0.01 | 0.00040287918 | |
| 19674792 | 7 months ago | | | 0 | 0.00034642437 | |
| 19674773 | 7 months ago | | | 0 | 0.00030953597 | |
| 19674767 | 7 months ago | | | 0 | 0.00031366099 | |
| 19674767 | 7 months ago | | | 0 | 0.00031366099 | |
| 19674760 | 7 months ago | | | 0 | 0.00031901661 | |
| 19674757 | 7 months ago | | | 0 | 0.00033639858 |
ABI
ABI objects
Getter at block 21245414
clique() view returns (address)
0x0000000000000000000000000000000000000000
cliqueFee() view returns (uint256)
0
genesisStake() view returns (address)
0x0000000000000000000000000000000000000000
isOpen() view returns (bool)
false
openedAt() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
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)
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 token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.