TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14001227 | 7 months ago | | | 0 | 0.00050302427 | |
| 13732527 | 7 months ago | | | 0 | 0.00048060261 |
ABI
ABI objects
Getter at block 23616067
WETH() view returns (address)
0x4200000000000000000000000000000000000006
airdrop() view returns (address)
0x70fe28b3bfa322830433f2be4be0dcafd2f9e133
feeRecipient() view returns (address)
0xa6dbf6b4a0c6666aa3416c2149cfae6e880fb861
owner() view returns (address)
0xa6dbf6b4a0c6666aa3416c2149cfae6e880fb861
uncxV3() view returns (address)
0x231278edd38b00b07fbd52120cef685b9baebcc1
uniswapV3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
uniswapV3NonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
uniswapV3Router() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
Read-only
locks(uint256) view returns (address owner, address token, uint256 tokenId)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events collect(uint256 lockId, uint128 amount0Max, uint128 amount1Max, address to)
create404(uint256 totalNonfungibleSupply_, string name_, string symbol_, string placeholderURI_, uint160 sqrtPriceX96Token0_, uint160 sqrtPriceX96Token1_)
initialize(address owner_, address feeRecipient_, address airdrop_, address uncxV3_, address uniswapV3NonfungiblePositionManager_, address uniswapV3Router_, uint256 uncxFlatFee_)
renounceOwnership()
setAirdrop(address airdrop_)
setFeeRecipient(address feeRecipient_)
setUniswapV3State(address uniswapV3NonfungiblePositionManager_, address uniswapV3Router_)
supplyLiquidity(address token_, address lockOwner_, struct Factory404LPParam[] lpParams_) payable
transferOwnership(address newOwner)
withdraw(uint256 lockId)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint64 version)
LPCreated(address indexed owner, uint256 indexed lockId, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed token, address indexed pool, uint160 sqrtPriceX96)
TokenCreated(address indexed owner, address indexed token)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
InsufficientFee()
InvalidInitialization()
NotInitializing()
NotLockOwner()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)