LPStaking
Verified contract
Active on
Ethereum with 45,859 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf51…2cd6
Balances ($9,476.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STG | ERC-20 | 28.529469K | $0.329828 |
$9,409.82 | |
USDT | ERC-20 | 46.030191 | $1.00 |
$46.03 | |
USDe | ERC-20 | 20 | $1.001 |
$20.02 | |
MITH | ERC-20 | 1.393K | $0.000162 |
$0.23 | |
ZRO | ERC-20 | 4.45B | -- | -- | |
L3T | ERC-20 | 83.540808M | -- | -- | |
ZRO | ERC-20 | 55.759096M | -- | -- | |
OSEA | ERC-20 | 3.120815M | -- | -- | |
OMT | ERC-20 | 2.846901M | -- | -- | |
LZERO | ERC-20 | 912.844335K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161541 | 3 hours ago | | | 0 | 0.0015995345 | |
| 21159945 | 8 hours ago | | | 0 | 0.0028789725 | |
| 21159554 | 10 hours ago | | | 0 | 0.0027835013 | |
| 21159537 | 10 hours ago | | | 0 | 0.0032596940 | |
| 21158961 | 12 hours ago | | | 0 | 0.0030971710 | |
| 21157906 | 15 hours ago | | | 0 | 0.0043791543 | |
| 21157426 | 17 hours ago | | | 0 | 0.0017470552 | |
| 21157418 | 17 hours ago | | | 0 | 0.0017515959 | |
| 21157417 | 17 hours ago | | | 0 | 0.0015696460 | |
| 21157409 | 17 hours ago | | | 0 | 0.0022644438 |
ABI
ABI objects
Getter at block 21162469
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
14402883
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
poolLength() view returns (uint256)
7
stargate() view returns (address)
0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6
stargatePerBlock() view returns (uint256)
76643674490000000
startBlock() view returns (uint256)
14402883
totalAllocPoint() view returns (uint256)
10000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpBalances(uint256) view returns (uint256)
pendingStargate(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accStargatePerShare)
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)
setStargatePerBlock(uint256 _stargatePerBlock)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _stargate, uint256 _stargatePerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.