LiquidityFactory
Verified contract
Proxy
Active on
Ethereum with 925 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,724.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FVT | ERC-20 | 7.956922M | $0.000719 |
$5,724.37 | |
SLP | ERC-20 | 7.454447K | -- | -- | |
$ITG | ERC-20 | 1.855698K | -- | -- | |
SLP | ERC-20 | 0.002479 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868786 | 2 months ago | | | 0 | 0.0029316579 | |
| 20868775 | 2 months ago | | | 0 | 0.0032305207 | |
| 20868772 | 2 months ago | | | 0 | 0.0033981028 | |
| 20868769 | 2 months ago | | | 0 | 0.0031481805 | |
| 20868763 | 2 months ago | | | 0 | 0.0031434276 | |
| 20868755 | 2 months ago | | | 0 | 0.0028926459 | |
| 20868746 | 2 months ago | | | 0 | 0.0032942974 | |
| 20868739 | 2 months ago | | | 0 | 0.0030666925 | |
| 20868731 | 2 months ago | | | 0 | 0.0036800852 | |
| 20868727 | 2 months ago | | | 0 | 0.0035195235 |
ABI
ABI objects
Getter at block 21327030
management() view returns (address)
0x288fe43139741f91a8cbb6f4add83811c794851b
numPools() view returns (uint256)
2
Read-only
getBurn(uint256 poolId, uint256 slotId) view returns (uint256)
getClaimMinimums(uint256 poolId, uint256 slotId) view returns (uint256, uint256)
getRewards(uint256 poolId, uint256 slotId) view returns (uint256, uint256)
getSlot(uint256 poolId, uint256 slotId) view returns (uint256, uint256, uint256, uint256, uint256, address)
getUserStats(uint256 poolId, address user) view returns (uint256, uint256, uint256)
metadatas(uint256) view returns (bytes32 name, bytes32 ipfsHash)
poolStats(uint256) view returns (uint256 totalStakedWei, uint256 totalRewardsWei, uint256 totalBurnedWei, uint256 depositDecayWeiPerBlock, uint256 burnRateDecayWeiPerBlock, bool paused, uint256 pausedBlock, uint256 unpausedBlock, uint256 pausedStakers, uint256 numSynced, uint256 numStakers)
pools(uint256) view returns (uint256 id, address liquidityToken, address taxAddress, address poolOwner, uint256 maxStakers, uint256 minimumDepositWei, uint256 maximumDepositWei, uint256 minimumBurnRateWeiPerBlock, uint256 maximumBurnRateWeiPerBlock)
pulseSum(uint256 coeff, uint256 wavelength) pure returns (uint256)
pulses(uint256) view returns (address rewardToken1, address rewardToken2, uint256 pulseStartBlock, uint256 pulseWavelengthBlocks, uint256 pulseAmplitudeWei, uint256 pulseIntegral, uint256 pulseConstant, uint256 reward2WeiPerBlock)
minus(uint256 a, uint256 b) pure returns (uint256)
plus(uint256 a, uint256 b) pure returns (uint256)
times(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events addPool(address rewardToken1Addr, address rewardToken2Addr, address liquidityTokenAddr, address taxAddr, address poolOwner, uint256 rewardPerBlock2Wei, uint256 pulseStartDelayBlocks, bytes32 ipfsHash, bytes32 name)
claimSlot(uint256 poolId, uint256 slotId, uint256 newBurnRate, uint256 newDeposit)
pausePool(uint256 poolId)
setConfig(uint256 poolId, uint256 newMaxStakers, uint256 newMinDeposit, uint256 newMaxDeposit, uint256 newMinBurnRate, uint256 newMaxBurnRate, uint256 newWavelength, uint256 newAmplitude)
setDecays(uint256 poolId, uint256 burnRateDecayWeiPerBlock, uint256 depositDecayWeiPerBlock)
setManagement(address newMgmt)
setPoolOwner(uint256 poolId, address newOwner)
setReward2PerBlock(uint256 poolId, uint256 newReward)
setTaxAddress(uint256 poolId, address newTaxAddress)
unpausePool(uint256 poolId)
updateSlot(uint256 poolId, uint256 slotId)
withdrawFromSlot(uint256 poolId, uint256 slotId)
PoolAdded(uint256 indexed poolId, bytes32 indexed name, address indexed depositToken)
SlotChangedHands(uint256 indexed poolId, address indexed newOwner, address indexed previousOwner, uint256 slotId, uint256 depositWei, uint256 burnRateWei, uint256 rewards1WeiForSession)
constructor(address mgmt)
This contract contains no fallback and receive objects.
This contract contains no error objects.