TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 19 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) |
---|---|---|---|---|---|---|---|
| 20675292 | 3 months ago | | | 0 | 0.0079806186 | |
| 20313277 | 4 months ago | | | 0 | 0.048810731 | |
| 20313252 | 4 months ago | | | 0 | 0.16558490 | |
| 20050523 | 6 months ago | | | 0 | 0.0077612040 | |
| 20036692 | 6 months ago | | | 0 | 0.013971164 | |
| 20036625 | 6 months ago | | | 0 | 0.059356001 | |
| 20036432 | 6 months ago | | | 0 | 0.019010974 | |
| 20036416 | 6 months ago | | | 0 | 0.070776443 | |
| 20036155 | 6 months ago | | | 0 | 0.027203745 | |
| 20036143 | 6 months ago | | | 0 | 0.00078664164 |
ABI
ABI objects
Getter at block 21290380
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
airdrop() view returns (address)
0x6adba454f045884b0e1873d4198711c1e26cd6e9
locker() view returns (address)
0xcd41d7e2b3d28859e5a1a3b25533184467b070e6
owner() view returns (address)
0xa6dbf6b4a0c6666aa3416c2149cfae6e880fb861
uniswapV3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapV3NonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
uniswapV3Router() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
Read-only
This contract contains no read-only function objects.
State-modifying
Events create404(uint256 totalNonfungibleSupply_, string name_, string symbol_, string placeholderURI_, uint160 sqrtPriceX96Token0_, uint160 sqrtPriceX96Token1_)
initialize(address owner_, address airdrop_, address locker_, address uniswapV3NonfungiblePositionManager_, address uniswapV3Router_)
renounceOwnership()
setAirdrop(address airdrop_)
setUniswapV3State(address uniswapV3NonfungiblePositionManager_, address uniswapV3Router_)
supplyLiquidity(address token_, address lockOwner_, uint256 unlockTimestamp_, struct Factory404V2LPParam[] lpParams_)
transferOwnership(address newOwner)
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()
InvalidInitialization()
NotInitializing()
NotLockOwner()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)