Staking - 180 days, 7.01611 APR
Verified contract
Active on
Ethereum with 394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($237,871.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SFUND | ERC-20 | 152.4816K | $1.56 |
$237,871.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261384 | 15 hours ago | | | 0 | 0.00083916449 | |
| 21241131 | 3 days ago | | | 0 | 0.0011204945 | |
| 21233845 | 4 days ago | | | 0 | 0.0013059773 | |
| 21231514 | 5 days ago | | | 0 | 0.0019789861 | |
| 21229255 | 5 days ago | | | 0 | 0.0019582088 | |
| 21208627 | 8 days ago | | | 0 | 0.0013693479 | |
| 21200916 | 9 days ago | | | 0 | 0.0017887261 | |
| 21186632 | 11 days ago | | | 0 | 0.0049129329 | |
| 21181554 | 12 days ago | | | 0 | 0.0052755587 | |
| 21179496 | 12 days ago | | | 0 | 0.011657436 |
ABI
ABI objects
Getter at block 21265736
ERC20Interface() view returns (address)
0x560363bda52bc6a44ca6c8c9b4a5fadbda32fa60
index() view returns (uint64)
0
isOwner() view returns (bool)
false
isStopped() view returns (bool)
false
lockDuration() view returns (uint256)
4320
name() view returns (string)
Staking - 180 days, 7.01611 APR
owner() view returns (address)
0x2b589f2e81ead4be4f8e44b6f90d9c104da0d791
rate() view returns (uint64)
346
rewardBalance() view returns (uint256)
19076767463271518318298
stakedBalance() view returns (uint256)
133404832674651046636717
stakedTotal() view returns (uint256)
303314438278299072238177
tokenAddress() view returns (address)
0x560363bda52bc6a44ca6c8c9b4a5fadbda32fa60
totalParticipants() view returns (uint256)
142
totalReward() view returns (uint256)
25000000000000000000000
Read-only
calculate(address from) view returns (uint256)
rates(uint64) view returns (uint64 newInterestRate, uint256 timeStamp)
userDeposits(address user) view returns (uint256, uint256, uint256, uint256, uint256, bool)
State-modifying
Events addReward(uint256 rewardAmount) returns (bool)
changeStakingStatus(bool _status)
emergencyWithdraw() returns (bool)
renounceOwnership()
setRateAndLockduration(uint64 rate_, uint256 lockduration_)
stake(uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw() returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
RateAndLockduration(uint64 index, uint64 newRate, uint256 lockDuration, uint256 time)
RewardsAdded(uint256 rewards, uint256 time)
Staked(address indexed token, address indexed staker_, uint256 stakedAmount_)
StakingStopped(bool status, uint256 time)
constructor(string name_, address tokenAddress_, uint64 rate_, uint256 lockDuration_)
This contract contains no fallback and receive objects.
This contract contains no error objects.