Deelance_Fluid_Staking
Verified contract
Active on
Ethereum with 1,761 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d60…0a7a
0x7d60…0a7a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$dlance | ERC-20 | 13.284247M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268341 | 9 days ago | | | 0 | 0.00037404240 | |
| 21256643 | 10 days ago | | | 0 | 0.00073319913 | |
| 21255920 | 10 days ago | | | 0 | 0.00043120754 | |
| 21254146 | 11 days ago | | | 0 | 0.0013692548 | |
| 21244871 | 12 days ago | | | 0 | 0.0010894598 | |
| 21244868 | 12 days ago | | | 0 | 0.0014441505 | |
| 21207423 | 17 days ago | | | 0 | 0.00057074251 | |
| 21116902 | a month ago | | | 0 | 0.00039283487 | |
| 21059176 | a month ago | | | 0 | 0.00070146717 | |
| 21011647 | a month ago | | | 0 | 0.00089892837 |
ABI
ABI objects
Getter at block 21330618
compoundFreq() view returns (uint256)
60
isStakingActive() view returns (bool)
true
maxStake() view returns (uint256)
10000000000000000000000000000
minStake() view returns (uint256)
800000000000000000000
owner() view returns (address)
0x077c72ecec1c4ec5d0a2f0cff278007f4db3bed7
rewardsPerHour() view returns (uint256)
171
s_rewardsToken() view returns (address)
0x7d60de2e7d92cb5c863bc82f8d59b37c59fc0a7a
s_stakingToken() view returns (address)
0x7d60de2e7d92cb5c863bc82f8d59b37c59fc0a7a
total_staked() view returns (uint256)
14806152832536448800340846
Read-only
compoundRewardsTimer(address _user) view returns (uint256 _timer)
getDepositInfo(address _user) view returns (uint256 _stake, uint256 _rewards)
State-modifying
Events claimRewards()
deposit(uint256 _amount)
recoveretoken(address destination)
recoverothertokens(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setMaxStakeamt(uint256 value)
setMinStakeamt(uint256 value)
setcompoundFreq(uint256 value)
setisStakingActive(bool value)
setrewardPerhour(uint256 value)
stakeRewards()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(address indexed user, uint256 indexed amount)
Staked(address indexed user, uint256 indexed amount)
WithdrewStake(address indexed user, uint256 indexed amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.