GriftersStaking
Verified contract
Active on
Ethereum with 370 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3d4…d210
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRIFT | ERC-20 | 96.279025M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17701121 | a year ago | | | 0 | 0.0041203097 | |
| 17653838 | a year ago | | | 0 | 0.0028444863 | |
| 17418666 | a year ago | | | 0 | 0.0039444488 | |
| 17418647 | a year ago | | | 0 | 0.0083375528 | |
| 17277357 | 2 years ago | | | 0 | 0.0062498793 | |
| 17277336 | 2 years ago | | | 0 | 0.014474937 | |
| 17241176 | 2 years ago | | | 0 | 0.020874073 | |
| 17156241 | 2 years ago | | | 0 | 0.0062603191 | |
| 17068396 | 2 years ago | | | 0 | 0.010248445 | |
| 17061337 | 2 years ago | | | 0 | 0.0076763882 |
ABI
ABI objects
Getter at block 21218653
PRECISION_FACTOR() view returns (uint256)
1000000000000000000000
earlyWithdrawalTax() view returns (uint256)
250
lastRewardTimestamp() view returns (uint256)
1689452711
owner() view returns (address)
0xcb4c31ad4dc4deb8d0b6451cf4591f72eb46afa6
principleToken() view returns (address)
0xf3d4151ef04bbda5769ea6c8c0f357b872edd210
rewardPerDay() view returns (uint256)
1000000000000000
rewardsEndTimestamp() view returns (uint256)
2553941800
rewardsStartTimestamp() view returns (uint256)
1653941800
stakingEnabled() view returns (bool)
true
treasury() view returns (address)
0xffa9cc4b7c9da9e5213aa4c12873ad57db351664
Read-only
accRewardsPerGon(uint256) view returns (uint256)
pendingReward(address _user) view returns (uint256 userRewardTotal_)
pendingRewardPerPeriod(address _user, uint256 _periodID) view returns (uint256 userReward_)
periodLockupDurations(uint256) view returns (uint256)
periodRewardsAllocations(uint256) view returns (uint256)
stakedAmounts(uint256) view returns (uint256)
userInfo(address, uint256) view returns (uint256 amount, uint256 rewardDebt, uint256 lockExpiration)
State-modifying
Events deposit(uint256 _amount, uint256 _periodID)
harvestRewardsAll(bool _reinvest)
harvestRewardsPeriod(uint256 _periodID, bool _reinvest)
renounceOwnership()
setStakingEnabled(bool _enabled)
setupStakingRewards(uint256 _rewardPerDay, uint256 _earlyTax, uint256[] _allocations, uint256[] _durations)
setupStakingTime(uint256 _startTimestamp, uint256 _endTimestamp)
transferOwnership(address newOwner)
withdraw(uint256 _amount, uint256 _periodID, bool _withReward)
withdrawToken(address _tokenAddress, uint256 _tokenAmount)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _token, address _treasury, uint256 _rewardPerDay, uint256 _rewardsStartTimestamp, uint256 _rewardsEndTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.