VestPresale
Verified contract
Active on
Base with 4,223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000958 |
$0 | |
LEMU | ERC-20 | 23.934561M | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20624464 | a month ago | | | 0 | 8.8098195e-7 | |
| 18944754 | 2 months ago | | | 0 | 4.5473501e-7 | |
| 18793067 | 3 months ago | | | 0 | 3.3591211e-7 | |
| 18557353 | 3 months ago | | | 0 | 8.4481972e-7 | |
| 18225247 | 3 months ago | | | 0 | 4.1252947e-7 | |
| 18225246 | 3 months ago | | | 0 | 0.000000063198798300 | |
| 18040712 | 3 months ago | | | 0 | 9.3367761e-7 | |
| 17884285 | 3 months ago | | | 0 | 9.3722613e-7 | |
| 17391275 | 4 months ago | | | 0 | 9.3451978e-7 | |
| 17389692 | 4 months ago | | | 0 | 9.1795749e-7 |
ABI
ABI objects
Getter at block 22113683
beneficiary() view returns (address)
0xbae354ec81ed79062c15229330250bcafe48dfca
claimbackPeriod() view returns (uint256)
0
feeCollectorProvider() view returns (address)
0x14d72e234354404e88c41380370b7ab8cbd14d89
getFeeCollector() view returns (address)
0xbae354ec81ed79062c15229330250bcafe48dfca
getFees() view returns (struct PresaleFees)
(0, 1, 0, 1)
getListingTimestamp() view returns (uint256)
1715173200
getRounds() view returns (uint256[] ids, struct Round[] rounds_, uint8[] states)
(ids=[1], rounds_=[(Catapult, 1715150527, 4870751838, 0xb5e0b8d62dd3b9bf1fe689fdfa8702be0ca62f7ac8475186cb7847036c809522, lemu, 0x)], states=[1])
getTgeTimestamp() view returns (uint256)
1715169600
liquidityA() view returns (uint256)
3630709110000000000000000
liquidityB() view returns (uint256)
0
manager() view returns (address)
0x10d1051b8553514d091f51fe1c7cd256090dd643
membership() view returns (address)
0x037afaddc4deab7ecdc6a898e270df9f5e663267
nonClaimableBackTokenB() view returns (uint256)
0
tokenA() view returns (address)
0x2f626e22c3abbe0744b76e1c72f2eaf4ea5823b9
tokenB() view returns (address)
0xbdf5bafee1291eec45ae3aadac89be8152d4e673
Read-only
getRound(uint256 roundId) view returns (struct Round)
getRoundState(uint256 roundId) view returns (uint8)
roundParticipants(uint256 roundId, bytes32) view returns (bool)
State-modifying
Events addRound(struct Round round)
buy(uint256 roundId, uint256 amountA) payable returns (uint256)
buy(uint256 roundId, uint256 amountA, struct IVestMembershipAttributes attributes, bytes32[] proof) payable returns (uint256)
claim(uint256 membershipId) returns (uint256)
claimback(uint256 membershipId, uint256 amountA) returns (uint256 newPublicId)
depositTokenA(uint256 amountA)
extend(uint256 membershipId, uint256 amountA) payable returns (uint256)
removeRound(uint256 roundId)
updateBeneficiary(address value)
updateListingTimestamp(uint256 timestamp)
updateManager(address value)
updateRound(uint256 roundId, struct Round round)
updateRoundWhitelist(uint256 roundId, bytes32 whitelistRoot, string proofsUri)
updateTgeTimestamp(uint256 timestamp)
withdrawCoin(address to)
withdrawToken(address to, address token, uint256 amount)
withdrawTokenA(uint256 amount)
withdrawTokenB()
BeneficiaryUpdated(address current)
Claimed(uint256 indexed vMembershipId, uint256 amountA)
ClaimedBack(uint256 indexed vMembershipId, uint256 amountA)
DepositedA(uint256 amount)
ListingTimestampUpdated(uint256 timestamp)
ManagerUpdated(address current)
RoundUpdated(uint256 indexed id)
TgeTimestampUpdated(uint256 value)
WithdrawnA(uint256 amount)
WithdrawnB(uint256 amount)
constructor(address membership_, address feeCollectorProvider_, struct PresaleConfiguration configuration, struct Round[] rounds_)
receive()
AccountMismatch(address account)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyRoundParticipant(uint256 roundId, address account)
ClaimNotAllowed(uint256 membershipId)
ClaimbackNotAllowed(uint256 membershipId)
CliffHeightWithoutSubsequentUnlocks()
CliffLikeVesting()
CliffWithImmediateUnlock()
DenominatorZero()
FailedInnerCall()
Forbidden()
OutOfLiquidityA()
RoundIsLocked(uint256 id)
RoundNotExists(uint256 id)
RoundStateMismatch(uint256 id, uint8 current, uint8 expected)
SafeERC20FailedOperation(address token)
TokenWithTransferFees(address tokenAddress)
UnacceptableReference()
UnacceptableValue()
Unauthorized(address account)
VestingSize()
VestingWithImmediateUnlock()
VestingWithoutUnlocks()
WithdrawToZeroAddress()