IncentivizingLiquidityAmo
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($343.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 151.853745 | $2.26 |
$343.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074562 | 12 days ago | | | 0 | 0.0060023809 | |
| 21025917 | 19 days ago | | | 0 | 0.0067734625 | |
| 20974248 | a month ago | | | 0 | 0.0072924617 | |
| 20916001 | a month ago | | | 0 | 0.020108932 | |
| 20837362 | a month ago | | | 0 | 0.013383776 | |
| 20787431 | 2 months ago | | | 0 | 0.0071620261 | |
| 20743540 | 2 months ago | | | 0 | 0.0023781753 | |
| 20722136 | 2 months ago | | | 0 | 0.0046746163 | |
| 20658252 | 2 months ago | | | 0 | 0.00084307450 | |
| 20614584 | 2 months ago | | | 0 | 0.0023469685 |
ABI
ABI objects
Getter at block 21159405 showActivePoolsTvl() view returns (uint256)
incentiveTokenAddress() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
minTvl() view returns (uint256)
5000000000000000000000
operatorAddress() view returns (address)
0x6e74053a3798e0fc9a9775f7995316b27f21c4d2
owner() view returns (address)
0x93bc2e4061d4b256eb55446952b49c616db4ac0e
targetTokenAddress() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
Read-only
poolArray(uint256) view returns (address)
poolFixedIncentAmount(address) view returns (uint256)
poolHasFixedIncent(address) view returns (bool)
poolInitialized(address) view returns (bool)
showPoolInfo(address _poolAddress) view returns (address _gaugeAddress, address _incentivePoolAddress, address _incentivizationHandlerAddress, uint256 _incentivizationId)
showPoolStatus(address _poolAddress) view returns (bool _isInitialized, uint256 _lastIncentivizationTimestamp, uint256 _lastIncentivizationAmount, bool _isPaused)
showPoolTvl(address _poolAddress) view returns (uint256)
State-modifying
Events addOrSetPool(address _poolAddress, address _incentivePoolAddress, address _incentivizationHandlerAddress, address _gaugeAddress, uint256 _incentivizationId)
execute(address _to, uint256 _value, bytes _data) returns (bool, bytes)
incentivizeAllPoolsByTvl(uint256 _totalIncentAmount, bool _FixedIncent)
incentivizeAllPoolsByUnitBudget(uint256 _unitIncentAmount, bool _FixedIncent)
incentivizePoolByAmount(address _poolAddress, uint256 _amount)
incentivizePoolByFixedIncent(address _poolAddress)
incentivizePoolByTvl(address _poolAddress, uint256 _totalIncentAmount, uint256 _totalTvl)
incentivizePoolByUnitBudget(address _poolAddress, uint256 _unitIncentAmount)
pausePool(address _poolAddress, bool _isPaused)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setFixedIncent(address _poolAddress, bool _hasFixedIncent, uint256 _amountPerCycle)
setMinTvl(uint256 _minTvl)
setOperatorAddress(address _newOperatorAddress)
transferOwnership(address newOwner)
AddOrSetPool(address _poolAddress, address _gaugeAddress, address _incentivePoolAddress, address _incentivizationHandlerAddress, uint256 _indexId)
ChangePauseStatusPool(address _poolAddress, bool _isPaused)
IncentivizePool(address _poolAddress, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOperator(address _oldAddress, address _newAddress)
SetPoolFixedIncent(address _poolAddress, bool _hasFixedIncent, uint256 _amountPerCycle)
StartAMO(address _operatorAddress, address _targetTokenAddress, address _incentiveTokenAddress)
constructor(address _operatorAddress, address _targetTokenAddress, address _incentiveTokenAddress, uint256 _minTvl)
This contract contains no fallback and receive objects.
This contract contains no error objects.