0xc9a2fc75d11a24c864518feaa32288a905795110

Verified contract

Proxy

Active on Ethereum with 9,781 txns
Deployed by via 0xf0cef7b5 at 19309237
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
Value $2,700,197.45
0xfde14bf201cc363bc1a65db339ae453c440af44ddc040e78f4154628cd2ad283
0xce56c4f8b80f1b2101ea3b5df10d59b4dbb65e7d2f0b4a2106f5778800003e4f
0x92c304ae33e0b26f9f3b31dd689d66d465e0114a6bf4f2f3ba30dfe0365d6d52
0x9b92fa7298d329d9fe317256cf0b30ec09834727e6ec3c52b33531eb65075233
0xd35198b483516c988e559ba2c1f17a3a27748be86643d6c91f0de12ad9c1fa5c
0xac13942bef5cdb085c2e99d6b63fbad2c57aef7740b1faf290e86c253c0db978
0xae85bff93f23dc0edc23bc6c0e5b25f645b3b7028d42225f3feaf4d28a50dac6
0xe56fc84cf4617b428ef05ebabd7146100294266904ebfb129e3feda304a4f6eb
0x38c4702a87a01207b086295203a487cbd632fe98fd921eec8c8f6932da503348
0xcb4be75fe6619449b47a18293494aba828bce61a71f3f332962f7687681c878d

Functions
Getter at block 21394548
beneficiary(view returns (address)
0xee701ef5d4aad23096e72f48dbe7093bb3bc36da
claimbackPeriod(view returns (uint256)
604800
getFeeCollector(view returns (address feeCollector_)
0x35bdf8175cd1a8f78f58b17a29cf669cf9e8e9b0
getFees(view returns (struct Fees fees_)
(0, 1, 1, 10, 1, 10)
 
getRounds(view returns (uint256[] idsstruct Round[] rounds_uint8[] states)
getTgeTimestamp(view returns (uint256)
1709128800
liquidityA(view returns (uint256)
1483336993666666666666712
liquidityB(view returns (uint256)
0
listingTimestamp(view returns (uint256)
1709560800
manager(view returns (address)
0x35bdf8175cd1a8f78f58b17a29cf669cf9e8e9b0
membership(view returns (address)
0xa8f196bd2b5ce65b379109827d5fc1ca4a33e32b
nonClaimableBackTokenB(view returns (uint256)
0
parentVest(view returns (address)
0x65d42b86d376d860af9b3baf8b8fc5ce442382e8
tokenA(view returns (address)
0x8e729198d1c59b82bd6bba579310c40d740a11c2
tokenB(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
getRound(uint256 roundIdview returns (struct Round)
getRoundState(uint256 roundIdview returns (uint8)
roundParticipants(uint256 roundIdaddressview returns (bool)
State-modifying
addRound(struct Round round
buy(uint256 roundIduint256 amountAstruct IMembershipAttributes attributesbytes32[] proofreturns (uint256)
claim(uint256 membershipIdreturns (uint256)
claimback(uint256 membershipIduint256 amountAreturns (uint256 newPublicId)
depositTokenA(uint256 amountA
extend(uint256 membershipIduint256 amountAreturns (uint256)
initialize(struct Configuration configurationstruct Round[] rounds_struct Fees fees_
removeRound(uint256 roundId
updateListingTimestamp(uint256 listingTimestamp_
updateRound(uint256 roundIdstruct Round round
updateWhitelist(uint256 roundIdbytes32 whitelistRootstring proofsUri
withdrawCoin(address to
withdrawToken(address toaddress tokenuint256 amount
withdrawTokenA(uint256 amount
withdrawTokenB(
Events
Claimbacked(uint256 indexed vMembershipIduint256 amountA
Claimed(uint256 indexed vMembershipIduint256 amountA
ClaimedWithSaleMembership(uint256 indexed membershipId
DepositedA(uint256 amount
Initialized(uint64 version
ListingTimestampUpdated(uint256 timestamp
RoundUpdated(uint256 indexed id
WithdrawnA(uint256 amount
WithdrawnB(uint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AccountMismatch(address account
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ClaimNotAllowed(uint256 membershipId
ClaimbackNotAllowed(uint256 membershipId
CliffHeightWithoutSubsequentUnlocks(
CliffLikeVesting(
CliffWithImmediateUnlock(
DenominatorZero(
FailedInnerCall(
InvalidDeployer(
InvalidInitialization(
MembershipUsed(uint256 membershipId
NotInitializing(
OutOfLiquidityA(
ProofsUsedUp(uint256 roundIdaddress whitelistedAddress
RoundIsLocked(uint256 id
RoundNotExists(uint256 id
RoundStateMismatch(uint256 iduint8 currentuint8 expected
SafeERC20FailedOperation(address token
TokenWithTransferFees(address tokenAddress
UnacceptableListingTimestamp(
UnacceptableReference(
UnacceptableValue(
Unauthorized(address account
VestingSize(
VestingWithImmediateUnlock(
VestingWithoutUnlocks(
WithdrawToZeroAddress(