PotionDaoZapWethSwap
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa5b3…946c
Balances ($0.00)
No balances found for "PotionDaoZapWethSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18775757 | a year ago | | | 0 | 0.011841097 | |
| 18771150 | a year ago | | | 0 | 0.021933675 | |
| 18764359 | a year ago | | | 0 | 0.016072806 | |
| 18763351 | a year ago | | | 0 | 0.014284518 | |
| 18757728 | a year ago | | | 0 | 0.011308482 | |
| 18755262 | a year ago | | | 0 | 0.0087170131 | |
| 18755220 | a year ago | | | 0 | 0.010096233 | |
| 18749650 | a year ago | | | 0 | 0.017050105 | |
| 18744443 | a year ago | | | 0 | 0.016581048 | |
| 18744433 | a year ago | | | 0 | 0.0017957079 |
ABI
ABI objects
Getter at block 21324339
PotionDaoChef() view returns (address)
0xa5b341f6e931b6a510420e9030ef15ac17b8946c
owner() view returns (address)
0xfadf60115930f3cd497ac01da7b9ce551facfd38
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
zaps(uint256) view returns (uint256 pid, address token0, address token, bool inactive)
State-modifying
Events addZap(address _token0, address _token, uint256 _pid) returns (uint256 _zapId)
removeZap(uint256 _zapId)
renounceOwnership()
transferOwnership(address newOwner)
zap(uint256 _zapId, uint256 _minLiquidity, uint256 _ethIn, bool _transferResidual)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ZapAdded(uint256 _id, address _token0, address _token, uint256 _pid)
ZapRemoved(uint256 _id)
Zapped(uint256 _zapId, uint256 _amount, uint256 _liquidity)
constructor(address _PotionDaoChef, address _uniRouter, address initialOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.