StakingPool
Verified contract
Active on
Ethereum with 248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0xbf8e…ff0d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DID | ERC-20 | 4.585484M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15866206 | 2 years ago | | | 0 | 0.00022537129 | |
| 15739033 | 2 years ago | | | 0 | 0.0010275643 | |
| 15645950 | 2 years ago | | | 0 | 0.00028097622 | |
| 15645938 | 2 years ago | | | 0 | 0.00055946410 | |
| 15645934 | 2 years ago | | | 0 | 0.00051084832 | |
| 15645874 | 2 years ago | | | 0 | 0.00082647458 | |
| 15645824 | 2 years ago | | | 0 | 0.00074315585 | |
| 15645442 | 2 years ago | | | 0 | 0.00073913800 | |
| 15645432 | 2 years ago | | | 0 | 0.00052230400 | |
| 15645249 | 2 years ago | | | 0 | 0.00072867588 |
ABI
ABI objects
Getter at block 21288738
BuyBackContract() view returns (address)
0x47b51f81e03fb068d776ccb78b08f59e5256b944
DegenIDToken() view returns (address)
0xbf8e1dfd543953599f544da195583ce2fdf5ff0d
DistributorContract() view returns (address)
0x5724d0711cac554c6f9baee337b31f4487f7dba1
InitialBlock() view returns (uint256)
15625715
NumBlocksPerRound() view returns (uint256)
26280000
currentRound() view returns (uint256)
4
getCompounderPercent() view returns (uint256)
9314
getCurrentRound() view returns (uint256)
4
lastRewardBlock() view returns (uint256)
15645875
owner() view returns (address)
0xad46c8a34c7516f273db35f260aeedf3303625d4
paused() view returns (bool)
false
Read-only
calculateShare(address user, uint256 round, uint256 index) view returns (uint256)
canClaim(uint256) view returns (bool)
getIfClaimed(address user, uint256 round) view returns (bool ifClaimedCompound, bool ifClaimedStandard)
getUserData(address user) view returns (uint256 tokenStakedCompound, uint256 actualShareCoumpound, uint256 tokenStakedStandard, uint256 actualShareStandard)
ifDistributed(uint256, uint256) view returns (bool)
roundRewards(uint256, uint256) view returns (uint256)
totalShares(uint256) view returns (uint256)
totalStaked(uint256) view returns (uint256)
State-modifying
Events claimRewards(uint256 round, uint256 index)
deliverReward(uint256 round, uint256 index, uint256 amount)
initalizePool(uint256 blockNum)
mutipleSendETH(address[] receivers, uint256[] ethValues)
renounceOwnership()
setBuyBackPool(address _buyback)
setNumBlock(uint256 _blocks)
stake(uint256 index, uint256 amount)
startClaim()
transferOwnership(address newOwner)
withdraw(uint256 index, uint256 amount)
withdrawOtherCurrency(address _currency)
OtherTokensWithdrawn(address indexed currency, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardClaimed(uint256 poolIndex, uint256 round, uint256 indexed rewards)
TokenStaked(uint256 poolIndex, uint256 indexed amount)
TokenUnstaked(uint256 poolIndex, uint256 indexed amount)
Unpaused(address account)
constructor(address _tokenAddr, address _distributor, uint256 _numBlocks)
fallback()
receive()
This contract contains no error objects.