LPStaking
Verified contract
Active on
Ethereum with 921 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56de…9b76
Balances ($1,268.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RENA | ERC-20 | 17.733329K | $0.07151 |
$1,268.11 | |
UNI-V2 | ERC-20 | 1.362841K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20584025 | 3 months ago | | | 0 | 0.00017797558 | |
| 18399162 | a year ago | | | 0 | 0.00030078088 | |
| 18399147 | a year ago | | | 0 | 0.0013541132 | |
| 17005372 | 2 years ago | | | 0 | 0.00089180147 | |
| 17005355 | 2 years ago | | | 0 | 0.0030608461 | |
| 16619058 | 2 years ago | | | 0 | 0.00066106735 | |
| 16619057 | 2 years ago | | | 0 | 0.0034301035 | |
| 16452172 | 2 years ago | | | 0 | 0.00049608999 | |
| 16452169 | 2 years ago | | | 0 | 0.0022281360 | |
| 15638693 | 2 years ago | | | 0 | 0.00058020646 |
ABI
ABI objects
Getter at block 21177562
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
28243146350872614
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
68032700380403145
contractStartBlock() view returns (uint256)
12385893
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0x1f7c453a4cccbf826a97f213706ee72b79dba466
epoch() view returns (uint256)
0
epochCalculationStartBlock() view returns (uint256)
0
owner() view returns (address)
0x1f7c453a4cccbf826a97f213706ee72b79dba466
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
rena() view returns (address)
0x56de8bc61346321d4f2211e3ac3c0a7f00db9b76
rewardsInThisEpoch() view returns (uint256)
598120982920678543968075
superAdmin() view returns (address)
0x1f7c453a4cccbf826a97f213706ee72b79dba466
totalAllocPoint() view returns (uint256)
10000
Read-only
epochRewards(uint256) view returns (uint256)
hasAllowanceForPoolToken(address spender, uint256 _pid, uint256 value, address _user) view returns (bool)
isContract(address addr) view returns (bool)
pendingrena(uint256 _pid, address _user) view returns (uint256)
poolAmount(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accRewardPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addPendingRewards()
addPool(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable)
burnSuperAdmin()
claim(address _from, uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositFor_, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _rena)
massUpdatePools()
newSuperAdmin(address newOwner)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferDevFee()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, uint256 _pid, uint256 _amount)
withdrawFromTo(address owner, uint256 _pid, uint256 _amount, address _to)
Approval(address indexed owner, address indexed spender, uint256 _pid, uint256 value)
Claim(address indexed user, uint256 indexed pid)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.