GROVesting
Verified contract
Active on
Ethereum with 1,415 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x88e8…0b2d
0xa286…730b
Balances ($0.00)
No balances found for "GROVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20029356 | 6 months ago | | | 0 | 0.0011618212 | |
| 19991746 | 6 months ago | | | 0 | 0.0011701396 | |
| 19991741 | 6 months ago | | | 0 | 0.0012644424 | |
| 19991737 | 6 months ago | | | 0 | 0.0012712342 | |
| 19991726 | 6 months ago | | | 0 | 0.0011648458 | |
| 19989421 | 6 months ago | | | 0 | 0.00087622220 | |
| 19744224 | 7 months ago | | | 0 | 0.00053729546 | |
| 19701551 | 8 months ago | | | 0 | 0.00087144910 | |
| 19396373 | 9 months ago | | | 0 | 0.0084869128 | |
| 19394435 | 9 months ago | | | 0 | 0.0058108742 |
ABI
ABI objects
Getter at block 21382835
PERCENTAGE_DECIMAL_FACTOR() view returns (uint256)
10000
TIME_LOCK() view returns (address)
0x1aebe9147766936906ab56ec0693306da3539824
distributer() view returns (address)
0x88e82d0ada60a24b2607d51551448c64eb990b2d
globalStartTime() view returns (uint256)
1680865988
hodlerClaims() view returns (address)
0x7c268bf50e64258835029c30c91daa65a9e55b5a
initUnlockedPercent() view returns (uint256)
10000
initialized() view returns (bool)
true
instantUnlockPercent() view returns (uint256)
10000
lockPeriodFactor() view returns (uint256)
10000
maxLockPeriod() view returns (uint256)
31556952
oldVesting() view returns (address)
0xa28693bf01dc261887b238646bb9636cb3a3730b
owner() view returns (address)
0x359f4fe841f246a095a82cb26f5819e10a91fe0d
paused() view returns (bool)
false
totalGroove() view returns (uint256)
0
totalLockedAmount() view returns (uint256)
4442092759338156967231231
Read-only
accountInfos(address) view returns (uint256 total, uint256 startTime)
calcPartialExit(address account, uint256 amount) view returns (uint256, uint256)
getVestingDates(address account) view returns (uint256, uint256)
totalBalance(address account) view returns (uint256 unvested)
totalWithdrawn(address account) view returns (uint256)
userMigrated(address) view returns (bool)
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(uint256 amount)
extend(uint256 extension)
initialize()
renounceOwnership()
setDistributer(address _distributer)
setHodlerClaims(address _hodlerClaims)
setInitUnlockedPercent(uint256 _initUnlockedPercent)
setInstantUnlockedPercent(uint256 _instantUnlockPercent)
setMaxLockPeriod(uint256 maxPeriodFactor)
setStatus(bool pause)
setVester(address vester, bool status)
transferOwnership(address newOwner)
vest(bool vest, address account, uint256 amount)
LogExit(address indexed user, uint256 totalLockedAmount, uint256 amount, uint256 unlocked, uint256 penalty)
LogExtend(address indexed user, uint256 newPeriod, struct AccountInfo newVesting)
LogInstantExit(address indexed user, uint256 mintingAmount, uint256 penalty)
LogMaxLockPeriod(uint256 newMaxPeriod)
LogMigrate(address indexed user, struct AccountInfo vesting)
LogNewBonusContract(address bonusContract)
LogNewDistributer(address newDistributer)
LogNewInitUnlockedPercent(uint256 initUnlockedPercent)
LogNewInstantUnlockedPercent(uint256 instantUnlockPercent)
LogNewMigrator(address newMigrator)
LogSetStatus(bool pause)
LogVest(address indexed user, uint256 totalLockedAmount, uint256 amount, struct AccountInfo vesting)
LogVester(address vester, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _oldVesting, address timeLock)
This contract contains no fallback and receive objects.
This contract contains no error objects.