LinqStakingV1
Verified contract
Active on
Ethereum with 558 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LinqStakingV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18744822 | a year ago | | | 0 | 0.0015677162 | |
| 18744818 | a year ago | | | 0 | 0.0012429061 | |
| 18185280 | a year ago | | | 0 | 0.00042930000 | |
| 18120447 | a year ago | | | 0 | 0.0028707655 | |
| 18086814 | a year ago | | | 0 | 0.0023845708 | |
| 18042836 | a year ago | | | 0 | 0.0024832842 | |
| 18036902 | a year ago | | | 0 | 0.0018948587 | |
| 18034097 | a year ago | | | 0 | 0.00096938513 | |
| 18034087 | a year ago | | | 0 | 0.00095461958 | |
| 18032556 | a year ago | | | 0 | 0.00036806889 |
ABI
ABI objects
Getter at block 21178538
LP_token() view returns (address)
0xa8a837e2bf0c37fef5c495951a0dfc33aaead57a
LP_token_address() view returns (address)
0xa8a837e2bf0c37fef5c495951a0dfc33aaead57a
claim_enabled() view returns (bool)
true
depositors() view returns (uint256)
69
emergencyMeasures() view returns (bool)
false
eth_per_block() view returns (uint256)
714000000000
lock_enabled() view returns (bool)
true
locking_period() view returns (uint256)
0
owner() view returns (address)
0x09eefea02aa2e7914fb87f09eed1f9e3e363dbdd
returnETHbalance() view returns (uint256)
0
returnLPbalance() view returns (uint256)
0
stake_lockdown() view returns (bool)
false
total_lp_tokens() view returns (uint256)
356000000000000000000
Read-only
BadActor(address) view returns (bool)
getPendingReturns(address account) view returns (uint256)
getTimeInPool(address account) view returns (uint256)
getTimeleftTillUnlock(address account) view returns (uint256)
stake_details(address) view returns (uint256 amount, uint256 deposit_time, uint256 unlock_time, uint256 last_claim_time, bool participant)
users_pool_percentage(address account) view returns (uint256)
State-modifying
Events Claim()
Compound()
DepositRewards() payable
Deposit_LP(uint256 amount)
EmergencyUnstake()
UpdateAllSettings(bool claim_state, bool lock_state, bool stake_lock_state)
WithdrawLP()
changeEthPerBock(uint256 newvalue)
changeLockingPeriod(uint256 newtime)
change_threshold(uint256 amount)
declare_bad_actor(address account, bool state)
emergencymeasuresstate(bool state)
enable_claim(bool state)
forceSend()
init()
renounceOwnership()
rescueETH20Tokens(address tokenAddress)
toggle_lock(bool state)
toggle_stake_lock(bool state)
transferOwnership(address newOwner)
Claimed(address account, uint256 amount_due, uint256 time)
LargeDeposit(address account, uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsAdded(uint256 deposit_amount, uint256 time)
RunningLowOnRewards(uint256 left_remaining, uint256 time)
constructor(address _pair, uint256 block_reward)
receive()
This contract contains no error objects.