stakeLP
Verified contract
Active on
Ethereum with 1,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 66.128697 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21013413 | a month ago | | | 0 | 0.00063150938 | |
| 20990870 | a month ago | | | 0 | 0.0042797354 | |
| 20990858 | a month ago | | | 0 | 0.0030737284 | |
| 20978809 | a month ago | | | 0 | 0.0021317408 | |
| 20975672 | a month ago | | | 0 | 0.0012659525 | |
| 20975669 | a month ago | | | 0 | 0.0010285763 | |
| 20971323 | a month ago | | | 0 | 0.0032151465 | |
| 20971318 | a month ago | | | 0 | 0.0023877697 | |
| 20913217 | a month ago | | | 0 | 0.0010221786 | |
| 20800175 | 2 months ago | | | 0 | 0.0013636413 |
ABI
ABI objects
Getter at block 21212918
ACCURACY() view returns (uint256)
1000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
stakeLP
owner() view returns (address)
0x227063a5c7cd9daecf21f0fc01d9113ebeb20f61
pool() view returns (address lpToken, uint256 lastRewardTime, uint256 accPerShare, uint256 amount, uint256 referralRate, uint256 perSecond)
(lpToken=0x959873fb4fc11825fba83c80c4c632db1e936e15, lastRewardTime=21013413, accPerShare=5954923267580, amount=66128697074960446945, referralRate=20, perSecond=964506172839506)
poolLength() view returns (uint256)
1
symbol() pure returns (string)
SLP
totalSupply() view returns (uint256)
2528952882083696749170
Read-only
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address account) view returns (uint256)
distributors(uint256) view returns (address)
pending(address user) view returns (uint256)
users(address) view returns (uint256 amount, address referer, uint256 referralAmount, uint256 rewardDebt)
State-modifying
Events createDistributeToken(address _token, uint256 _rate)
deposit(uint256 amount, address referer)
open(uint256 idx)
renounceOwnership()
setRate(uint256 idx, uint256 _rate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed user, address indexed tid, uint256 amount)
CreateDistributor(address indexed token, uint256 _rate)
Deposit(address indexed user, uint256 indexed amount, address indexed referer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amount)
constructor(address _lpToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.