Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($64.55)
Native
Value
$64.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.026433 | $2,441.93 |
$64.55 | |
OHNO | ERC-20 | 11 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22003247 | 3 hours ago | | | 0 | 0.0000011919424 | |
| 21801198 | 5 days ago | | | 0 | 0.0000016940805 | |
| 21775441 | 5 days ago | | | 0 | 0.0000014945064 | |
| 21761747 | 6 days ago | | | 0 | 0.0000014944663 | |
| 21745046 | 6 days ago | | | 0 | 0.0000014945426 | |
| 21709269 | 7 days ago | | | 0 | 0.0000016940404 | |
| 21703933 | 7 days ago | | | 0 | 0.0000042147704 | |
| 21687073 | 7 days ago | | | 0 | 0.0000018237585 | |
| 21619097 | 9 days ago | | | 0 | 0.0000016940404 | |
| 21429740 | 13 days ago | | | 0 | 0.0000013981797 |
ABI
ABI objects
Getter at block 22008791
FEE_DENOMINATOR() view returns (uint256)
10000
MaxFees() view returns (uint256)
4000
crv() view returns (address)
0x4158734d47fc9692176b5085e0f52ee0da5d47f1
earmarkIncentive() view returns (uint256)
10
feeManager() view returns (address)
0x955384f4bd3e5049335aa287035379c1c693130e
isShutdown() view returns (bool)
false
lockIncentive() view returns (uint256)
1800
minter() view returns (address)
0x8b2970c237656d3895588b99a8bfe977d5618201
owner() view returns (address)
0x0f0ddad80025adf6c5ca45905237e5ca12b755fc
platformFee() view returns (uint256)
0
poolLength() view returns (uint256)
13
poolManager() view returns (address)
0xf24074a1a6ad620adc14745f9cc1fb1e7ba6ca71
rewardFactory() view returns (address)
0x334df252cc0c44c37ba85dbeaa9c230c3f22f6b0
rewards() view returns (address)
0x8b2970c237656d3895588b99a8bfe977d5618201
staker() view returns (address)
0xc181edc719480bd089b94647c2dc504e2700a2b0
stakerIncentive() view returns (uint256)
400
stashFactory() view returns (address)
0x60d6439631cc6f60ed15c07783b4c7848f87c84c
tokenFactory() view returns (address)
0x87299312c820607f1e7e4d0c6715ceb594306fe9
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
gaugeMap(address) view returns (bool)
poolInfo(uint256) view returns (address lptoken, address token, address gauge, address crvRewards, address stash, bool shutdown)
State-modifying
Events addPool(address _lptoken, address _gauge, uint256 _stashVersion) returns (bool)
claimRewards(uint256 _pid, address _gauge) returns (bool)
deposit(uint256 _pid, uint256 _amount, bool _stake) returns (bool)
depositAll(uint256 _pid, bool _stake) returns (bool)
earmarkRewards(uint256 _pid, address _zroPaymentAddress) payable returns (bool)
initialize(address _minter, address _crv, address _owner)
rewardClaimed(uint256 _pid, address _address, uint256 _amount) returns (bool)
setFactories(address _rfactory, address _sfactory, address _tfactory)
setFeeManager(address _feeM)
setFees(uint256 _lockFees, uint256 _stakerFees, uint256 _callerFees, uint256 _platform)
setGaugeRedirect(uint256 _pid) returns (bool)
setOwner(address _owner)
setPoolManager(address _poolM)
setRewardContracts(address _rewards)
setTreasury(address _treasury)
shutdownPool(uint256 _pid) returns (bool)
shutdownSystem()
withdraw(uint256 _pid, uint256 _amount) returns (bool)
withdrawAll(uint256 _pid) returns (bool)
withdrawTo(uint256 _pid, uint256 _amount, address _to) returns (bool)
Deposited(address indexed user, uint256 indexed poolid, uint256 amount)
FactoriesUpdated(address rewardFactory, address stashFactory, address tokenFactory)
FeeManagerUpdated(address newFeeManager)
FeesUpdated(uint256 lockIncentive, uint256 stakerIncentive, uint256 earmarkIncentive, uint256 platformFee)
OwnerUpdated(address newOwner)
PoolAdded(address lpToken, address gauge, address token, address rewardPool, address stash, uint256 pid)
PoolManagerUpdated(address newPoolManager)
PoolShutdown(uint256 poolId)
RewardContractsUpdated(address rewards)
TreasuryUpdated(address newTreasury)
Withdrawn(address indexed user, uint256 indexed poolid, uint256 amount)
constructor(address _staker)
This contract contains no fallback and receive objects.
This contract contains no error objects.