PoolDepositor
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PoolDepositor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18347170 | a year ago | | | 0 | 0.0030524323 | |
| 18347161 | a year ago | | | 0 | 0.0029549564 | |
| 18347150 | a year ago | | | 0.005 | 0.0033915302 | |
| 18347041 | a year ago | | | 0.01 | 0.0028481228 | |
| 18347027 | a year ago | | | 0 | 0.0035915320 | |
| 18346486 | a year ago | | | 0 | 0.0023948585 | |
| 18346486 | a year ago | | | 0.01 | 0.00048089355 | |
| 18346486 | a year ago | | | 0.001 | 0.00041349500 | |
| 18346433 | a year ago | | | 0 | 0.0032965578 | |
| 18344676 | a year ago | | | 0 | 0.0026414510 |
ABI
ABI objects
Getter at block 21313806
booster() view returns (address)
0x4181e561b42fdad14c68b0794c215deb9bc80c8f
masterWombat() view returns (address)
0xc9bfc3efefe4cf96877009f75a61f5c1937e5d1a
owner() view returns (address)
0x1e6c59aa5b72196666c13c0521774a6971e4e991
voterProxy() view returns (address)
0x24d2f6be2bf9cdf3627f720cf09d4551580c1ec1
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getDepositAmountOut(address _lptoken, uint256 _amount) view returns (uint256 liquidity, uint256 reward)
getLpTokenCrvRewards(address _lptoken) view returns (address)
getTokenDecimals(address _token) view returns (uint8 decimals)
getWithdrawAmountOut(address _lptoken, address _tokenOut, uint256 _amount) view returns (uint256 amount, uint256 fee)
lpTokenToPid(address) view returns (uint256)
staticCallAndGetUint(address _contract, bytes _argsData) view returns (uint256 amount)
State-modifying
Events approveSpendingByPool(address[] tokens, address pool)
approveSpendingByPoolAndBooster(address[] tokens, address pool)
approveSpendingMultiplePools(uint256[] pids)
deposit(address _lptoken, uint256 _amount, uint256 _minLiquidity, uint256 _deadline, bool _stake)
depositNative(address _lptoken, uint256 _minLiquidity, uint256 _deadline, bool _stake) payable
renounceOwnership()
resqueNative(address _recipient)
resqueTokens(address[] _tokens, address _recipient)
setBoosterLpTokensPid()
transferOwnership(address newOwner)
updateBooster()
withdraw(address _lptoken, uint256 _amount, uint256 _minOut, uint256 _deadline, address _recipient)
withdrawFromOtherAsset(address _lptoken, address _underlying, uint256 _amount, uint256 _minOut, uint256 _deadline, address _recipient)
withdrawNative(address _lptoken, address _underlying, uint256 _amount, uint256 _minOut, uint256 _deadline, address _recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _weth, address _booster, address _masterWombat)
receive()
This contract contains no error objects.