0xc9a2fc75d11a24c864518feaa32288a905795110
Verified contract
Proxy
Active on
Ethereum with 9,781 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8e72…11c2
0xa8f1…e32b
-
variable spans 1 additional slot
Balances ($2,700,197.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALVA | ERC-20 | 7.266057M | $0.371618 |
$2,700,197.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21394375 | 35 minutes ago | | | 0 | 0.0028761847 | |
| 21382232 | 2 days ago | | | 0 | 0.0026212323 | |
| 21379988 | 2 days ago | | | 0 | 0.0028046635 | |
| 21378359 | 2 days ago | | | 0 | 0.0015381996 | |
| 21374230 | 3 days ago | | | 0 | 0.0025762750 | |
| 21374101 | 3 days ago | | | 0 | 0.0036516587 | |
| 21372486 | 3 days ago | | | 0 | 0.0025163655 | |
| 21371659 | 3 days ago | | | 0 | 0.0020976024 | |
| 21360948 | 5 days ago | | | 0 | 0.0016268864 | |
| 21360131 | 5 days ago | | | 0 | 0.0012717499 |
ABI
ABI objects
Getter at block 21394548 getRounds() view returns (uint256[] ids, struct Round[] rounds_, uint8[] states)
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)
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 roundId) view returns (struct Round)
getRoundState(uint256 roundId) view returns (uint8)
roundParticipants(uint256 roundId, address) view returns (bool)
State-modifying
Events addRound(struct Round round)
buy(uint256 roundId, uint256 amountA, struct IMembershipAttributes attributes, bytes32[] proof) returns (uint256)
claim(uint256 membershipId) returns (uint256)
claimback(uint256 membershipId, uint256 amountA) returns (uint256 newPublicId)
depositTokenA(uint256 amountA)
extend(uint256 membershipId, uint256 amountA) returns (uint256)
initialize(struct Configuration configuration, struct Round[] rounds_, struct Fees fees_)
removeRound(uint256 roundId)
updateListingTimestamp(uint256 listingTimestamp_)
updateRound(uint256 roundId, struct Round round)
updateWhitelist(uint256 roundId, bytes32 whitelistRoot, string proofsUri)
withdrawCoin(address to)
withdrawToken(address to, address token, uint256 amount)
withdrawTokenA(uint256 amount)
withdrawTokenB()
Claimbacked(uint256 indexed vMembershipId, uint256 amountA)
Claimed(uint256 indexed vMembershipId, uint256 amountA)
ClaimedWithSaleMembership(uint256 indexed membershipId)
DepositedA(uint256 amount)
Initialized(uint64 version)
ListingTimestampUpdated(uint256 timestamp)
RoundUpdated(uint256 indexed id)
WithdrawnA(uint256 amount)
WithdrawnB(uint256 amount)
This contract contains no constructor objects.
receive()
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 roundId, address whitelistedAddress)
RoundIsLocked(uint256 id)
RoundNotExists(uint256 id)
RoundStateMismatch(uint256 id, uint8 current, uint8 expected)
SafeERC20FailedOperation(address token)
TokenWithTransferFees(address tokenAddress)
UnacceptableListingTimestamp()
UnacceptableReference()
UnacceptableValue()
Unauthorized(address account)
VestingSize()
VestingWithImmediateUnlock()
VestingWithoutUnlocks()
WithdrawToZeroAddress()