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