LPStaking
Verified contract
Active on
Ethereum with 1,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3a35…d7d7
0x8ea4…2362
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SATLP | ERC-20 | 2.427736K | -- | -- | |
MEE | ERC-20 | 740.74 | -- | -- | |
MPT | ERC-20 | 2.973581 | -- | -- | |
MPT | ERC-20 | 2.16201 | -- | -- | |
SATLP | ERC-20 | 1.906115 | -- | -- | |
MPT | ERC-20 | 0.001331 | -- | -- | |
MPT | ERC-20 | 0 | -- | -- | |
MPT | ERC-20 | 0 | -- | -- | |
MPT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14281112 | 3 years ago | | | 0 | 0.031879984 | |
| 14281090 | 3 years ago | | | 0 | 0.033560569 | |
| 14281079 | 3 years ago | | | 0 | 0.00077828353 | |
| 12744701 | 3 years ago | | | 0 | 0.0021191000 | |
| 12744666 | 3 years ago | | | 0 | 0.0024369650 | |
| 12744616 | 3 years ago | | | 0 | 0.0029667400 | |
| 11435140 | 4 years ago | | | 0 | 0.0070900100 | |
| 11409261 | 4 years ago | | | 0 | 0.0048048840 | |
| 11369094 | 4 years ago | | | 0 | 0.0043472760 | |
| 11336125 | 4 years ago | | | 0 | 0.011440200 |
ABI
ABI objects
Getter at block 21390845
endBlock() view returns (uint256)
11241706
migrated() view returns (bool)
true
migrator() view returns (address)
0x3a3518a4ec1ac230ae340a51ba0268bf4793d7d7
owner() view returns (address)
0x4cdce4077626ca9bbba21d094ea31c1dac8d78f6
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
11210456
tokenPerBlock() view returns (uint256)
8000000000000000000
totalAllocPoint() view returns (uint256)
100
Read-only
pendingShares(uint256 _pid, address _user) view returns (uint256)
poolIn(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTokenPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lockRewards, uint256 stakeBlocks, uint256 lastBlock, uint256 accStakeShares)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
batchUpdatePools()
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrated()
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(uint256 allocPoint, address lpToken, bool withUpdate)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Initialization(address award, uint256 tokenPerBlock, uint256 startBlock, uint256 endBlock)
Migrate(uint256 pid, address indexed lpToken, address indexed newToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Set(uint256 pid, uint256 allocPoint, bool withUpdate)
SetMigrator(address indexed newMigrator)
UpdatePool(uint256 pid, uint256 accTokenPerShare, uint256 lastRewardBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _award, uint256 _tokenPerBlock, uint256 _startBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.