PartyTokenLauncher
Verified contract
Active on
Base with 3,740 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,323.37)
Native
Value
$3,323.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.985915 | $3,370.85 |
$3,323.37 | |
NE | ERC-20 | 1B | -- | -- | |
ABAKA | ERC-20 | 1B | -- | -- | |
DOOLO | ERC-20 | 1B | -- | -- | |
MX | ERC-20 | 1B | -- | -- | |
R | ERC-20 | 1B | -- | -- | |
SVG | ERC-20 | 1B | -- | -- | |
SUPERB | ERC-20 | 1B | -- | -- | |
MNG | ERC-20 | 1B | -- | -- | |
OO | ERC-20 | 1B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22716307 | 11 hours ago | | | 0.0001 | 0.000015137522 | |
| 22715810 | 12 hours ago | | | 0 | 0.0000033662353 | |
| 22702652 | 19 hours ago | | | 0 | 0.000022757657 | |
| 22693668 | a day ago | | | 0.0000012345 | 7.2528477e-7 | |
| 22693620 | a day ago | | | 0.0000126 | 6.2157379e-7 | |
| 22693601 | a day ago | | | 0.000016525 | 6.2789688e-7 | |
| 22693581 | a day ago | | | 0.000012 | 6.7416900e-7 | |
| 22693511 | a day ago | | | 0.0001 | 6.3460291e-7 | |
| 22672041 | 2 days ago | | | 0.0001 | 0.0000041419968 | |
| 22654293 | 2 days ago | | | 0 | 0.000000704611294290 |
ABI
ABI objects
Getter at block 22736957
MAX_TICK() view returns (int24)
887200
MIN_TICK() view returns (int24)
-887200
PARTY_ERC20_LOGIC() view returns (address)
0x36aafcd0fd5f7eb6ed407e8033bf686ade75812e
POOL_FEE() view returns (uint24)
10000
POSITION_LOCKER() view returns (address)
0xed14c01ef4deaea2526b44e86d22dcf0942ef74b
POSITION_MANAGER() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
TOKEN_ADMIN_ERC721() view returns (address)
0x736c6145c7d5b90b8bd586a9114c2e462318b3ff
UNISWAP_FACTORY() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
VERSION() pure returns (string)
1.0.0
WETH() view returns (address)
0x4200000000000000000000000000000000000006
numOfLaunches() view returns (uint32)
816
owner() view returns (address)
0xf498fd75ee8d35294952343f1a77cae5ea5af6aa
Read-only
convertETHContributedToTokensReceived(uint32 launchId, uint96 ethContributed) view returns (uint96 tokensReceived)
convertTokensReceivedToETHContributed(uint32 launchId, uint96 tokensReceived) view returns (uint96 ethContributed)
getLaunchLifecycle(uint32 launchId) view returns (uint8)
launches(uint32) view returns (address token, bytes32 merkleRoot, uint96 totalContributions, uint96 targetContribution, uint96 maxContributionPerAddress, uint96 numTokensForLP, uint96 numTokensForDistribution, uint96 numTokensForRecipient, address recipient, uint16 finalizationFeeBps, uint16 withdrawalFeeBps, struct PartyLPLockerLPInfo lpInfo)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
tokenToLaunchId(address) view returns (uint32)
State-modifying
Events contribute(uint32 launchId, address tokenAddress, string comment, bytes32[] merkleProof) payable returns (uint96 tokensReceived)
createLaunch(struct PartyTokenLauncherERC20Args erc20Args, struct PartyTokenLauncherLaunchArgs launchArgs, string contributionComment) payable returns (uint32 id)
renounceOwnership()
transferOwnership(address newOwner)
updateAllowlist(uint32 launchId, bytes32 newMerkleRoot)
withdraw(uint32 launchId, address receiver) returns (uint96 ethReceived)
AllowlistUpdated(uint32 indexed launchId, bytes32 oldMerkleRoot, bytes32 newMerkleRoot)
Contribute(uint32 indexed launchId, address indexed contributor, string comment, uint96 ethContributed, uint96 tokensReceived)
Finalized(uint32 indexed launchId, address indexed token, uint256 liquidityPoolTokenId, uint96 ethAmountForPool)
LaunchCreated(uint32 indexed launchId, address indexed creator, address indexed token, address tokenLiquidityPool, struct PartyTokenLauncherERC20Args erc20Args, struct PartyTokenLauncherLaunchArgs launchArgs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecipientTransfer(uint32 indexed launchId, address indexed token, address indexed recipient, uint96 numTokens)
Withdraw(uint32 indexed launchId, address indexed contributor, uint96 tokensReceived, uint96 ethContributed, uint96 withdrawalFee)
constructor(address partyDAO, address tokenAdminERC721, address partyERC20Logic, address positionManager, address uniswapFactory, address weth, uint24 poolFee, address positionLocker)
This contract contains no fallback and receive objects.
ContributionZero()
ContributionsExceedsMaxPerAddress(uint96 newContribution, uint96 existingContributionsByAddress, uint96 maxContributionPerAddress)
ERC1167FailedCreateClone()
ETHTransferFailed(address recipient, uint96 amount)
InvalidBps()
InvalidFee()
InvalidLifecycleState(uint8 actual, uint8 expected)
InvalidMerkleProof()
InvalidRecipient()
InvalidUniswapPoolFee()
LaunchInvalid()
MathOverflowedMulDiv()
NoLockerFeeRecipients()
OnlyAdmin(address admin)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
TargetContributionTooLow()
TotalSupplyExceedsLimit()
TotalSupplyMismatch()