GROHodler
Verified contract
Active on
Ethereum with 1,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef10…f927
Balances ($0.00)
No balances found for "GROHodler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18428552 | a year ago | | | 0 | 0.0020176460 | |
| 17463437 | a year ago | | | 0 | 0.0017308825 | |
| 17460624 | a year ago | | | 0 | 0.0023584260 | |
| 17379900 | 2 years ago | | | 0 | 0.0035936568 | |
| 17379297 | 2 years ago | | | 0 | 0.0038848662 | |
| 17377797 | 2 years ago | | | 0 | 0.0023549113 | |
| 17338672 | 2 years ago | | | 0 | 0.0023889300 | |
| 17338159 | 2 years ago | | | 0 | 0.0042149435 | |
| 17331300 | 2 years ago | | | 0 | 0.0032967699 | |
| 17330972 | 2 years ago | | | 0 | 0.0038576084 |
ABI
ABI objects
Getter at block 21382276
DEFAULT_DECIMAL_FACTOR() view returns (uint256)
1000000000000000000
canClaim() view returns (bool)
true
claimDelay() view returns (uint256)
2419200
correctionAmount() view returns (uint256)
0
getPendingBonus() view returns (uint256)
0
maintainer() view returns (address)
0x3c1f2e6ec3de7811e2daa2b8e132cdcd8e39851c
oldHodler() view returns (address)
0xef10eac205817a88c6d504d02481053e85a8f927
owner() view returns (address)
0x359f4fe841f246a095a82cb26f5819e10a91fe0d
paused() view returns (bool)
false
totalBonus() view returns (uint256)
0
vester() view returns (address)
0x748218256afe0a19a88ebeb2e0c5ce86d2178360
Read-only
getLastClaimTime(address account) view returns (uint256 lastClaimTime)
getPendingBonus(address user) view returns (uint256)
userClaims(address) view returns (uint256)
State-modifying
Events add(uint256 amount)
claim(bool vest) returns (uint256)
renounceOwnership()
setClaimDelay(uint256 delay)
setCorrectionVariable(uint256 newCorrection)
setMaintainer(address newMaintainer)
setStatus(bool pause)
setVester(address _vester)
transferOwnership(address newOwner)
LogBonusAdded(uint256 amount)
LogBonusClaimed(address indexed user, bool vest, uint256 amount)
LogNewClaimDelay(uint256 delay)
LogNewCorrectionVariable(uint256 correction)
LogNewMaintainer(address newMaintainer)
LogNewStatus(bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _vester, address _oldHodler)
This contract contains no fallback and receive objects.
This contract contains no error objects.