LiquidityFarming
Verified contract
Active on
Ethereum with 3,629 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbcd4…0fdd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 7.177466K | -- | -- | |
UNI-V2 | ERC-20 | 0.284331 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19902226 | 6 months ago | | | 0 | 0.0011685207 | |
| 19902215 | 6 months ago | | | 0 | 0.00072840962 | |
| 19902133 | 6 months ago | | | 0 | 0.000067998065 | |
| 18554559 | a year ago | | | 0 | 0.0011650825 | |
| 18246634 | a year ago | | | 0 | 0.00051256843 | |
| 17034571 | 2 years ago | | | 0 | 0.00098322039 | |
| 17034150 | 2 years ago | | | 0 | 0.0016310208 | |
| 17032842 | 2 years ago | | | 0 | 0.0016648972 | |
| 16918294 | 2 years ago | | | 0 | 0.0012414945 | |
| 16882639 | 2 years ago | | | 0 | 0.00076895907 |
ABI
ABI objects
Getter at block 21271922
START_BLOCK() view returns (uint256)
11458023
owner() view returns (address)
0x9486a25530ff059aa8bd6d1ab74e4c65527140fc
poolLength() view returns (uint256)
2
spdrLiquidityMiningWallet() view returns (address)
0x9486a25530ff059aa8bd6d1ab74e4c65527140fc
spdrToken() view returns (address)
0xbcd4b7de6fde81025f74426d43165a5b0d790fdd
Read-only
getPoolReward(uint256 _from, uint256 _to, uint256 _spdrPerBlock) view returns (uint256 rewards)
pendingReward(uint256 _poolId, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 spdrPerBlock, uint256 lastRewardBlock, uint256 accSpdrPerShare)
tokenToPoolId(address) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardDebtAtBlock)
State-modifying
Events add(uint256 _spdrPerBlock, address _token, bool _withUpdate)
claimReward(uint256 _poolId)
deposit(uint256 _poolId, uint256 _amount)
emergencyWithdraw(uint256 _poolId)
massUpdatePools()
renounceOwnership()
set(uint256 _poolId, uint256 _spdrPerBlock, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _poolId)
withdraw(uint256 _poolId, uint256 _amount)
Deposit(address indexed user, uint256 indexed poolId, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed poolId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendSpdrReward(address indexed user, uint256 indexed poolId, uint256 amount)
Withdraw(address indexed user, uint256 indexed poolId, uint256 amount)
constructor(address _spdrTokenAddress, address _spdrLiquidityMiningWallet, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.