Staking
Verified contract
Active on
Ethereum with 1,622 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x335f…b2f0
Balances ($80,195.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELMO | ERC-20 | 39.618969M | $0.002024 |
$80,195.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295719 | 4 hours ago | | | 0 | 0.0019336816 | |
| 21289604 | a day ago | | | 0 | 0.00063837410 | |
| 21288583 | a day ago | | | 0 | 0.0012190383 | |
| 21288576 | a day ago | | | 0 | 0.0011839643 | |
| 21288570 | a day ago | | | 0 | 0.0012435106 | |
| 21285819 | 2 days ago | | | 0 | 0.0014046173 | |
| 21285680 | 2 days ago | | | 0 | 0.00068695472 | |
| 21257252 | 6 days ago | | | 0 | 0.0018236537 | |
| 21248534 | 7 days ago | | | 0 | 0.0012631419 | |
| 21245422 | 7 days ago | | | 0 | 0.0016639531 |
ABI
ABI objects
Getter at block 21296917
BURN_OPTION_ONE() view returns (uint256)
25
BURN_OPTION_THREE() view returns (uint256)
75
BURN_OPTION_TWO() view returns (uint256)
50
DELAY_WITHDRAW() view returns (uint256)
1209600
EMERGENCY_FEE() view returns (uint256)
10
MAX_DEPOSIT_LIMIT() view returns (uint256)
2000000000000000000000000
PRECISION_FACTOR() view returns (uint256)
1000000000000
TOKEN_DECIMALS() view returns (uint256)
18
accTokenPerShare() view returns (uint256)
161624836414
calculateAPR() view returns (uint256 calculatedApr, uint256 aprWithNft)
(calculatedApr=0, aprWithNft=0)
compoundEnabled() view returns (bool)
true
depositEnabled() view returns (bool)
true
getPoolEffectiveBalance() view returns (uint256 calc)
8088178123110601485130892
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
21295719
nftBoostPercentage() view returns (uint256)
150
nftContractAddress() view returns (address)
0x9122f8948dba98b049f61ce6632fad85d82e5348
owner() view returns (address)
0x9992b291e6fcd3d1516603de8125d319140657ee
poolIsOnline() view returns (bool)
true
poolTotalReward() view returns (uint256)
4310894027557127274447289
rewardPerBlock() view returns (uint256)
1000000000000000000
rewardToken() view returns (address)
0x335f4e66b9b61cee5ceade4e727fcec20156b2f0
startBlock() view returns (uint256)
18220596
totalBurned() view returns (uint256)
3512538211697160203302476
totalUsersInStaking() view returns (uint256)
85
totalUsersRewards() view returns (uint256)
11823632558854409674501653
totalUsersStake() view returns (uint256)
31530791032441653652728492
Read-only
optionToBurn(uint256) view returns (uint256)
pendingReward(address _user) view returns (uint256 pending, uint256 effectivePending)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 withdrawInitTime, uint256 burnChosen, uint256 amountToWithdraw)
State-modifying
Events compound()
deposit(uint256 _amount, uint256 _burnOption)
emergencyWithdraw()
fundPool(uint256 amount)
initWithdraw()
istart(uint256 _rewardPerBlock)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
setNftBoostPercentage(uint256 _percentage)
setPoolState(bool _poolIsOnline, bool _depositEnabled, bool _compoundEnabled)
transferOwnership(address newOwner)
updateRewardPerBlock(uint256 _rewardPerBlock)
withdraw()
withdrawReward()
BlockRewardUpdated(uint256 rewardPerBlock)
ClaimReward(address indexed user, uint256 amount)
Compound(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NftBoostUpdated(uint256 percentage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolFunded(uint256 amount)
PoolStarted(uint256 startBlock, uint256 rewardPerBlock)
PoolStateUpdated(bool poolIsOnline, bool depositEnabled, bool compoundEnabled)
TokenRecovered(address indexed tokenAddress, uint256 tokenAmount)
UserCompoundUpdated(address indexed user, bool onDeposit, bool onWithdraw)
Withdraw(address indexed user, uint256 amount)
WithdrawInitiated(address indexed user, uint256 amount, uint256 burnedAmount)
constructor(address _rewardToken, address _nftContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.