VestPresale
Verified contract
Active on
Base with 3,779 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 ($477,748.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 477.74793K | $1.00 |
$477,747.93 | |
WGC | ERC-20 | 200 | $0.000471 |
$0.09 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000759 |
$0 | |
GENOME | ERC-20 | 0 | $0.022423 |
$0 | |
COIIN | ERC-20 | 2.142857M | -- | -- | |
DOB | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 192.666667 | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
WGC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747640 | 6 hours ago | | | 0 | 0.0000023298634 | |
| 22737132 | 12 hours ago | | | 0 | 0.000014635001 | |
| 22735438 | 12 hours ago | | | 0 | 0.000012341049 | |
| 22734179 | 13 hours ago | | | 0 | 0.000012044864 | |
| 22715398 | a day ago | | | 0 | 0.0000025339323 | |
| 22663378 | 2 days ago | | | 0 | 0.0000027101629 | |
| 22659514 | 2 days ago | | | 0 | 0.0000021573120 | |
| 22659505 | 2 days ago | | | 0 | 0.0000024854016 | |
| 22505485 | 6 days ago | | | 0 | 0.0000023406724 | |
| 22505442 | 6 days ago | | | 0 | 0.0000027103027 |
ABI
ABI objects
Getter at block 22757844 getRounds() view returns (uint256[] ids, struct Round[] rounds_, uint8[] states)
beneficiary() view returns (address)
0x04bd05ad6792c20eb894b46a0e218c4976742653
claimbackPeriod() view returns (uint256)
604800
feeCollectorProvider() view returns (address)
0x0041b9e0da1ab12068958f98ccbb190f9f5bbca5
getFeeCollector() view returns (address)
0xddb4a2477cfcb3639a40c6f30dc39138c89d694c
getFees() view returns (struct PresaleFees)
(0, 1, 1, 10)
getListingTimestamp() view returns (uint256)
0
getTgeTimestamp() view returns (uint256)
0
liquidityA() view returns (uint256)
777863053405714671428344
liquidityB() view returns (uint256)
477747929700
manager() view returns (address)
0x6f2314ce5df204fa86d809d6ebd452c99976ea86
membership() view returns (address)
0xcba7f8c936dccf6e83ff4d86d8fa7eb56ddb18aa
nonClaimableBackTokenB() view returns (uint256)
0
tokenA() view returns (address)
0x481fe356df88169f5f38203dd7f3c67b7559fda5
tokenB() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
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, struct IVestMembershipAttributes 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)
removeRound(uint256 roundId)
updateBeneficiary(address value)
updateListingTimestamp(uint256 timestamp)
updateManager(address value)
updateRound(uint256 roundId, struct Round round)
updateTgeTimestamp(uint256 timestamp)
updateWhitelist(uint256 roundId, bytes32 whitelistRoot, string proofsUri)
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()
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()