DEFISocialStaking2
Verified contract
Active on
Ethereum with 1,965 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFSocial | ERC-20 | 2.18537K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12325078 | 4 years ago | | | 0 | 0.0042734160 | |
| 12304759 | 4 years ago | | | 0 | 0.0057922260 | |
| 12259631 | 4 years ago | | | 0 | 0.010625932 | |
| 12256762 | 4 years ago | | | 0 | 0.014968517 | |
| 12247207 | 4 years ago | | | 0 | 0.0020082720 | |
| 12247207 | 4 years ago | | | 0 | 0.0078475320 | |
| 12240678 | 4 years ago | | | 0 | 0.0023738400 | |
| 12240677 | 4 years ago | | | 0 | 0.010449915 | |
| 12222192 | 4 years ago | | | 0 | 0.0058320870 | |
| 12221799 | 4 years ago | | | 0 | 0.0072149488 |
ABI
ABI objects
Getter at block 21285475
getNumberOfHolders() view returns (uint256)
146
getStakingAndDaoAmount() view returns (uint256)
3659356721522215532688
owner() view returns (address)
0xf6847f4272bc2a50d8cd632817cb545eb37a3270
rewardInterval() view returns (uint256)
31536000
stakingFeeRate() view returns (uint256)
100
tokenAddress() view returns (address)
0x54ee01beb60e745329e6a8711ad2d6cb213e38d7
totalClaimedRewards() view returns (uint256)
1340643278477784467312
unstakingFeeRate() view returns (uint256)
50
Read-only
depositedTokens(address) view returns (uint256)
getPendingDivs(address _holder) view returns (uint256)
getStakersList(uint256 startIndex, uint256 endIndex) view returns (address[] stakers, uint256[] stakingTimestamps, uint256[] lastClaimedTimeStamps, uint256[] stakedTokens)
lastClaimedTime(address) view returns (uint256)
stakingTime(address) view returns (uint256)
totalEarnedTokens(address) view returns (uint256)
State-modifying
Events claimDivs()
deposit(uint256 amountToStake)
transferAnyERC20Tokens(address _tokenAddr, address _to, uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 amountToWithdraw)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsTransferred(address holder, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.