Address
0xbed97bf0d459bb4aceac558f02ac8f762aebffc7Current Holdings
$0.00
TXs sent
not counted
First Active
2026-05-25
block 26,617,680
Last Active
115 days ago
block 26,617,687
Funded By
not identified
Net worth historyi
No net-worth snapshots recorded yet
partial matchLibertyV3PoolDeployersolc 0.7.6+commit.7338295fruntime partial · creation partial
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;
interface ILibertyV3LmPool {
function accumulateReward(uint32 currTimestamp) external;
function crossLmTick(int24 tick, bool zeroForOne) external;
}