Keep3rLP - KP3R/WETH
Verified contract
Active on
Ethereum with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Keep3rLP - KP3R/WETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20593119 | 3 months ago | | | 0 | 0.00088282620 | |
| 20321632 | 5 months ago | | | 0 | 0.00024691915 | |
| 19741742 | 7 months ago | | | 0 | 0.00027683127 | |
| 19741739 | 7 months ago | | | 0 | 0.0010797309 | |
| 18982603 | a year ago | | | 0 | 0.0040425804 | |
| 18981152 | a year ago | | | 0 | 0.00077668622 | |
| 18084889 | a year ago | | | 0 | 0.00042677070 | |
| 18020391 | a year ago | | | 0 | 0.0028971928 | |
| 18020378 | a year ago | | | 0 | 0.00080992919 | |
| 18020374 | a year ago | | | 0 | 0.0032137075 |
ABI
ABI objects
Getter at block 21312371
decimals() view returns (uint8)
18
factory() view returns (address)
0x053d7dd4dde2b5e4f6146476b95ea8c62cd7c428
fee() view returns (uint24)
10000
governance() view returns (address)
0x0d5dc686d0a2abbfdafdfb4d0533e886517d4e83
name() view returns (string)
Keep3rLP - KP3R/WETH
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x11b7a6bc0259ed6cf9db8f499988f9ecc7167bf5
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=745706538867029169597, feeGrowthInside0LastX128=608227731621889495432679966318001772841, feeGrowthInside1LastX128=75683361646998849994184628944996697025, tokensOwed0=878716438600031381380, tokensOwed1=24572945682986404082)
sqrtRatioAX96() view returns (uint160)
4310618292
sqrtRatioBX96() view returns (uint160)
1456195216270955103206513029158776779468408838535
symbol() view returns (string)
kLP-KP3R/WETH
tickLower() view returns (int24)
-887200
tickSpacing() view returns (int24)
200
tickUpper() view returns (int24)
887200
token0() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
745706538867029169597
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptGovernance()
approve(address spender, uint256 amount) returns (bool)
burn(uint128 liquidity, uint256 amount0Min, uint256 amount1Min, address to) returns (uint256 amount0, uint256 amount1)
collect() returns (uint256 amount0, uint256 amount1)
mint(uint256 amount0Desired, uint256 amount1Desired, uint256 amount0Min, uint256 amount1Min, address to) returns (uint128 liquidity)
setGovernance(address _governance)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
Approval(address indexed owner, address indexed spender, uint256 value)
GovernanceProposal(address _pendingGovernance)
GovernanceSet(address _governance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _pool, address _governance)
This contract contains no fallback and receive objects.
ExcessiveSlippage()
NoGovernanceZeroAddress()
OnlyGovernance()
OnlyPendingGovernance()
OnlyPool()
UnsuccessfulTransfer()