GROVesting
Verified contract
Active on
Ethereum with 238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GROVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14268633 | 3 years ago | | | 0 | 0.0018079524 | |
| 14268632 | 3 years ago | | | 0 | 0.0018872157 | |
| 14268630 | 3 years ago | | | 0 | 0.0017435270 | |
| 14268629 | 3 years ago | | | 0 | 0.0015564368 | |
| 14268627 | 3 years ago | | | 0 | 0.0015068517 | |
| 14268626 | 3 years ago | | | 0 | 0.0013427635 | |
| 14267995 | 3 years ago | | | 0 | 0.0069375114 | |
| 14261243 | 3 years ago | | | 0 | 0.0057549169 | |
| 14257353 | 3 years ago | | | 0 | 0.011978838 | |
| 14255005 | 3 years ago | | | 0 | 0.0057794164 |
ABI
ABI objects
Getter at block 21209583
PERCENTAGE_DECIMAL_FACTOR() view returns (uint256)
10000
distributer() view returns (address)
0x0000000000000000000000000000000000000000
globalStartTime() view returns (uint256)
1638156603
hodlerClaims() view returns (address)
0x0000000000000000000000000000000000000000
initUnlockedPercent() view returns (uint256)
1000
maxLockPeriod() view returns (uint256)
31556952
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xba5edf9dad66d9d81341eef8131160c439dba91b
totalGroove() view returns (uint256)
0
totalLockedAmount() view returns (uint256)
4226399061457634159902712
Read-only
accountInfos(address) view returns (uint256 total, uint256 startTime)
getVestingDates(address account) view returns (uint256, uint256)
totalBalance(address account) view returns (uint256 unvested)
totalWithdrawn(address account) view returns (uint256)
vestedBalance(address account) view returns (uint256 unvested)
vesters(address) view returns (bool)
vestingBalance(address account) view returns (uint256)
withdrawals(address) view returns (uint256)
State-modifying
Events exit()
extend(uint256 extension)
migrate()
renounceOwnership()
setDistributer(address _distributer)
setHodlerClaims(address _hodlerClaims)
setMaxLockPeriod(uint256 maxPeriodFactor)
setMigrator(address _migrator)
setVester(address vester, bool status)
transferOwnership(address newOwner)
vest(address account, uint256 amount)
LogExit(address indexed user, uint256 totalLockedAmount, uint256 vesting, uint256 unlocked, uint256 penalty)
LogExtend(address indexed user, uint256 newPeriod, struct GROVestingAccountInfo newVesting)
LogMaxLockPeriod(uint256 newMaxPeriod)
LogMigrate(address indexed user, struct GROVestingAccountInfo vesting)
LogNewBonusContract(address bonusContract)
LogNewDistributer(address newDistributer)
LogNewMigrator(address newMigrator)
LogVest(address indexed user, uint256 totalLockedAmount, uint256 amount, struct GROVestingAccountInfo vesting)
LogVester(address vester, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _initUnlockedPercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.