LiquidityMining
Verified contract
Active on
Ethereum with 720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4733…44fd
0xbcd8…03dc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EARN | ERC-20 | 5.957525M | -- | -- | |
SLP | ERC-20 | 32.426508K | -- | -- | |
SushiLP | ERC-20 | 10K | -- | -- | |
UNI-V2 | ERC-20 | 5.3K | -- | -- | |
UNI-V2 | ERC-20 | 4.993583K | -- | -- | |
SLP | ERC-20 | 116.287898 | -- | -- | |
UNI-V2 | ERC-20 | 74.941384 | -- | -- | |
SLP | ERC-20 | 60.213531 | -- | -- | |
RES | ERC-20 | 20 | -- | -- | |
UNI-V2 | ERC-20 | 0.197919 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11683781 | 4 years ago | | | 0 | 0.0035714401 | |
| 11683766 | 4 years ago | | | 0 | 0.0042028810 | |
| 11683755 | 4 years ago | | | 0 | 0.0020408810 | |
| 11210035 | 4 years ago | | | 0 | 0.0030885369 | |
| 11197735 | 4 years ago | | | 0 | 0.0096431082 | |
| 11197693 | 4 years ago | | | 0 | 0.0086417250 | |
| 11187916 | 4 years ago | | | 0 | 0.0032555750 | |
| 11185880 | 4 years ago | | | 0 | 0.0028527840 | |
| 11185845 | 4 years ago | | | 0 | 0.0023280720 | |
| 11171424 | 4 years ago | | | 0 | 0.0029822800 |
ABI
ABI objects
Getter at block 21222145
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11866666
devaddr() view returns (address)
0x53e92042fe5151333212b0680b0c091274b95230
earn() view returns (address)
0x47331c546c77997669ea7c9fefb0c649be8644fd
earnPerBlock() view returns (uint256)
666000000000000000000
migrator() view returns (address)
0xbcd8a4e1d81a94acee3e4ef764d802c17fae03dc
owner() view returns (address)
0x738195e3f1cd0720d32edcc93bb7a9e65d1f24e7
poolLength() view returns (uint256)
79
startBlock() view returns (uint256)
10966666
totalAllocPoint() view returns (uint256)
2222596
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingEarn(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accEarnPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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 _earn, address _devaddr, uint256 _earnPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.