pickling Uniswap V2
Verified contract
Active on
Ethereum with 1,333 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
pUNI-V2 | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19702581 | 7 months ago | | | 0 | 0.00060041442 | |
| 19596882 | 8 months ago | | | 0 | 0.00046186082 | |
| 19596880 | 8 months ago | | | 0 | 0.00044895124 | |
| 19550900 | 8 months ago | | | 0 | 0.00041621917 | |
| 19550896 | 8 months ago | | | 0 | 0.00043445023 | |
| 19116833 | 10 months ago | | | 0 | 0.00027101079 | |
| 19058560 | 10 months ago | | | 0 | 0.00028103091 | |
| 19040250 | 10 months ago | | | 0 | 0.00059471057 | |
| 18958262 | a year ago | | | 0 | 0.00069781247 | |
| 18720885 | a year ago | | | 0 | 0.0016889565 |
ABI
ABI objects
Getter at block 21263998
available() view returns (uint256)
0
balance() view returns (uint256)
0
controller() view returns (address)
0x6cbc1d6fc265023bb4ae265f0f2efffc76128dc7
decimals() view returns (uint8)
18
getRatio() view returns (uint256)
0
governance() view returns (address)
0xd92c7faa0ca0e6ae4918f3a83d9832d9caeaa0d3
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
pickling Uniswap V2
symbol() view returns (string)
pUNI-V2
token() view returns (address)
0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852
totalSupply() view returns (uint256)
4162374998312838510576461526919
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)
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 _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.