pickling Uniswap V2
Verified contract
Active on
Ethereum with 475 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 "pickling Uniswap V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20983206 | a month ago | | | 0 | 0.00018230632 | |
| 20371973 | 4 months ago | | | 0 | 0.00086628122 | |
| 20343019 | 4 months ago | | | 0 | 0.00078809921 | |
| 19916000 | 6 months ago | | | 0 | 0.00016979200 | |
| 19481635 | 8 months ago | | | 0 | 0.00071861789 | |
| 19472295 | 8 months ago | | | 0 | 0.0041197504 | |
| 19444319 | 8 months ago | | | 0 | 0.0045098648 | |
| 19432620 | 8 months ago | | | 0 | 0.0026652244 | |
| 19387548 | 9 months ago | | | 0 | 0.0014586514 | |
| 19066734 | 10 months ago | | | 0 | 0.00021874774 |
ABI
ABI objects
Getter at block 21268666 getRatio() view returns (uint256)
available() view returns (uint256)
0
balance() view returns (uint256)
329907483197712440913
controller() view returns (address)
0x6847259b2b3a4c17e7c43c54409810af48ba5210
decimals() view returns (uint8)
18
governance() view returns (address)
0x9d074e37d408542fd38be78848e8814afb38db17
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
pickling Uniswap V2
symbol() view returns (string)
pUNI-V2
timelock() view returns (address)
0xd92c7faa0ca0e6ae4918f3a83d9832d9caeaa0d3
token() view returns (address)
0x470e8de2ebaef52014a47cb5e6af86884947f08c
totalSupply() view returns (uint256)
204927466132921362543
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
setTimelock(address _timelock)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _governance, address _timelock, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.