LPStakingTime
Verified contract
Active on
Base with 381,639 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe3b5…64df
Balances ($1,575.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STG | ERC-20 | 4.913319K | $0.320712 |
$1,575.76 | |
USA | ERC-20 | 1 | $0.000788 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
S*USDbC | ERC-20 | 452.779913K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.098025K | -- | -- | |
S*SGETH | ERC-20 | 198.25063 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
OOMER | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731404 | an hour ago | | | 0 | 0.000010288742 | |
| 22731370 | an hour ago | | | 0 | 0.0000092803222 | |
| 22729505 | 2 hours ago | | | 0 | 0.000010291178 | |
| 22729491 | 2 hours ago | | | 0 | 0.000011102360 | |
| 22727928 | 3 hours ago | | | 0 | 0.000010292396 | |
| 22727896 | 3 hours ago | | | 0 | 0.000010954863 | |
| 22727557 | 3 hours ago | | | 0 | 0.000010857208 | |
| 22727020 | 3 hours ago | | | 0 | 0.000010853560 | |
| 22726745 | 3 hours ago | | | 0 | 0.000010841980 | |
| 22726514 | 3 hours ago | | | 0 | 0.000010852867 |
ABI
ABI objects
Getter at block 22732777
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndTime() view returns (uint256)
1691045992
eToken() view returns (address)
0xe3b53af74a4bf62ae5511055290838050bf764df
eTokenPerSecond() view returns (uint256)
0
owner() view returns (address)
0x81eab64e630c4a2e3e849268a6b64cb76d1c8109
poolLength() view returns (uint256)
2
startTime() view returns (uint256)
1691045991
totalAllocPoint() view returns (uint256)
10000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpBalances(uint256) view returns (uint256)
pendingEmissionToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accEmissionPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setETokenPerSecond(uint256 _eTokenPerSecond)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(uint256 allocPoint, address indexed lpToken)
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)
Set(uint256 indexed pid, uint256 allocPoint)
TokensPerSec(uint256 eTokenPerSecond)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _eToken, uint256 _eTokenPerSecond, uint256 _startTime, uint256 _bonusEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.