RewardedPbtcWethUniV2Pair
Verified contract
Active on
Ethereum with 246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5228…733b
0x8d50…db09
0x279e…1be9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,367.03 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15520214 | 2 years ago | | | 0 | 0.00051878288 | |
| 15520210 | 2 years ago | | | 0 | 0.0024845445 | |
| 15509975 | 2 years ago | | | 0 | 0.0024254282 | |
| 15448799 | 2 years ago | | | 0 | 0.0034825000 | |
| 15399372 | 2 years ago | | | 0 | 0.0024605200 | |
| 15376138 | 2 years ago | | | 0 | 0.0017323022 | |
| 15372533 | 2 years ago | | | 0.34 | 0.0025723000 | |
| 15337944 | 2 years ago | | | 0 | 0.0014925000 | |
| 15287899 | 2 years ago | | | 0 | 0.0012437500 | |
| 15275173 | 2 years ago | | | 0 | 0.0027362500 |
ABI
ABI objects
Getter at block 21260935
allowedSlippage() view returns (uint256)
500
isOwner() view returns (bool)
false
modifiedUnipool() view returns (address)
0x279e670c560fba394b665adb9c66293eca051be9
owner() view returns (address)
0x6538392c2607e704535cf745e8885302baa71f07
pbtc() view returns (address)
0x5228a22e72ccc52d415ecfd199f99d0665e7733b
uniV2() view returns (address)
0x8d50d0fd88016ea63229e432803db4069c40db09
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setAllowedSlippage(uint256 _allowedSlippage)
stake() payable returns (bool)
transferOwnership(address newOwner)
unstake() returns (bool)
AllowedSlippageChanged(uint256 slippage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 pbtcAmount, uint256 ethAmount)
constructor(address _uniV2, address _modifiedUnipool)
fallback()
This contract contains no error objects.