Factory404V2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "Factory404V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Factory404V2"
ABI
ABI objects
Getter at block 23063001
WETH() view returns (address)
0x0000000000000000000000000000000000000000
airdrop() view returns (address)
0x0000000000000000000000000000000000000000
locker() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV3Factory() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV3NonfungiblePositionManager() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV3Router() view returns (address)
0x0000000000000000000000000000000000000000
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
NotLockOwner()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)