BasecampFactory
Verified contract
Active on
Base with 1,547 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000758 |
$0 | |
kurbi | ERC-20 | 0.01 | $0.00076 |
$0 | |
DAU | ERC-20 | 0 | $52.31 |
$0 | |
MAXI | ERC-20 | 0 | $0.00 |
$0 | |
Purp | ERC-20 | 0 | $0.000074 |
$0 | |
BASED | ERC-20 | 0 | $0.00144 |
$0 | |
PICA | ERC-20 | 69 | -- | -- | |
OHNO | ERC-20 | 39.473684 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
OOMER | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748565 | 2 hours ago | | | 0 | 0.000079503173 | |
| 22736272 | 9 hours ago | | | 0 | 0.000041297361 | |
| 22685789 | 2 days ago | | | 0 | 0.000079320012 | |
| 22660120 | 2 days ago | | | 0 | 0.000079501018 | |
| 22652936 | 2 days ago | | | 0 | 0.000079500177 | |
| 22648825 | 2 days ago | | | 0 | 0.000079144134 | |
| 22621089 | 3 days ago | | | 0 | 0.000079203912 | |
| 22618020 | 3 days ago | | | 0 | 0.000079318019 | |
| 22610448 | 3 days ago | | | 0 | 0.000073455256 | |
| 22593314 | 4 days ago | | | 0 | 0.000073454382 |
ABI
ABI objects
Getter at block 22752309
WETH() view returns (address)
0x4200000000000000000000000000000000000006
locker() view returns (address)
0xcd278464c5032837aa83c3bd014432152463042a
numDeployments() view returns (uint256)
1522
positionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
uniswapV3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
Read-only
generateSalt(address deployer, string name, string symbol, uint256 supply) view returns (bytes32 salt, address token)
predictBasecamp(address deployer, string name, string symbol, uint256 supply, bytes32 salt) view returns (address result)
queryDeployments(uint256 startIdx, uint256 endIdx) view returns (struct BasecampFactoryDeployment[])
tokenIdOf(address token) view returns (uint256)
State-modifying
Events createBasecamp(string name, string symbol, uint256 supply, address supplyOwner, int24 initialTick, uint24 fee, bytes32 salt) returns (address token, uint256 tokenId)
BasecampCreated(address tokenAddress, uint256 tokenId, address deployer)
constructor(address positionManager_, address locker_)
This contract contains no fallback and receive objects.
T()