StakingContract
Verified contract
Active on
Ethereum with 3,700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf998…88c3
-
variable spans 4 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERD | ERC-20 | 8.612061M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13985854 | 3 years ago | | | 0 | 0.019674279 | |
| 13536589 | 3 years ago | | | 0 | 0.017723518 | |
| 13485982 | 3 years ago | | | 0 | 0.0044294128 | |
| 12606606 | 3 years ago | | | 0 | 0.0012994993 | |
| 12350632 | 4 years ago | | | 0 | 0.0027045120 | |
| 12316622 | 4 years ago | | | 0 | 0.0069188500 | |
| 12291096 | 4 years ago | | | 0 | 0.030784800 | |
| 12271025 | 4 years ago | | | 0 | 0.016058040 | |
| 12255891 | 4 years ago | | | 0 | 0.014144841 | |
| 12242627 | 4 years ago | | | 0 | 0.0059275281 |
ABI
ABI objects
Getter at block 21199338 getStakeDeposit() view returns (uint256 amount, uint256 startDate, uint256 endDate, uint256 startCheckpointIndex, uint256 endCheckpointIndex)
baseRewardHistoryLength() view returns (uint256)
5
baseRewardsLength() view returns (uint256)
5
currentStakingLimit() view returns (uint256)
5000000000000000000000000000
currentStatus() view returns (uint8)
2
currentTotalStake() view returns (uint256)
8479344000000000000000000
isOwner() view returns (bool)
false
launchTimestamp() view returns (uint256)
1577803470
owner() view returns (address)
0xf337599887195274a8a39a3706ca957dd1c4ce2e
paused() view returns (bool)
false
rewardConfig() view returns (uint256 multiplier)
5
rewardsAddress() view returns (address)
0xb1a2ee4dfdadfca7ecff42295768a3e65d930c56
setupState() view returns (bool staking, bool rewards)
(staking=true, rewards=true)
stakingLimitConfig() view returns (uint256 maxAmount, uint256 initialAmount, uint256 daysInterval, uint256 maxIntervals, uint256 unstakingPeriod)
(maxAmount=5000000000000000000000000000, initialAmount=500000000000000000000000000, daysInterval=3, maxIntervals=10, unstakingPeriod=7)
token() view returns (address)
0xf9986d445ced31882377b5d6a5f58eaea72288c3
Read-only
baseReward(uint256 index) view returns (uint256, uint256, uint256)
baseRewardHistory(uint256 index) view returns (uint256, uint256, uint256, uint256)
currentReward(address account) view returns (uint256 initialDeposit, uint256 reward)
State-modifying
Events deposit(uint256 amount)
executeWithdrawal()
initiateWithdrawal()
pause()
renounceOwnership()
setupRewards(uint256 multiplier, uint256[] anualRewardRates, uint256[] lowerBounds, uint256[] upperBounds)
setupStakingLimit(uint256 maxAmount, uint256 initialAmount, uint256 daysInterval, uint256 unstakingPeriod)
toggleRewards(bool enabled)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StakeDeposited(address indexed account, uint256 amount)
Unpaused(address account)
WithdrawExecuted(address indexed account, uint256 amount, uint256 reward)
WithdrawInitiated(address indexed account, uint256 amount)
constructor(address _token, address _rewardsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.