PlatformVesting

Verified contract

Active on Ethereum with 437 txns
Deployed by via 0x368798ce at 17775628
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $558,811.7
0x8c176d70b1fd3a01d3d4d6039449695d30ca8db7f1ed18c76034ced01d902f6f
0xb5ad25cea452f4fcec2bc44493f20f4dc9acc93fb82e253cfc24ff96f7338e8f
0x06d845a5040681e46644191fb709e4d8c1f6d82420a3cc16b0e95d20e436a973
0x2dff9f0dd725620a754d605d3a3c4c1da2d25f94aea2e35ab8815e153d1e59fc
0x8df332e6878f3a6fd56f7c59ee0684313b2a2679c4776f316bdb5a37c68d2f15
0x1a91632dc004e242486f7368a6cf8fdc8719d3937eaab2781c609b69eacc189d
0x31563f3ca0ab7879595116737b8632941b8d9ceef4aab849409c4090325d8989
0xd9e3d00f3e5cb5f801e900da03cf317152b006b401e4f38882b922a5523b9d64
0xec64b412def8d2a6c4bbe02ba01f8a2896c04bbdc4bf849ee2ac3e2fe14d4e69
0x66ea756f1ecd82bb5b1c5aa6080fb63807fb677a7f83f852816302fa7679b351

Functions
Getter at block 21408657
_panel(view returns (address)
0xd2f2975aa43f2790b86ee89b4ef5392a338d8796
_vestingCount(view returns (uint256)
26
tgeStartDate(view returns (uint256)
1690365600
totalRemainingAllocatedAmount(view returns (uint256)
312103453948100000000000
 
vestingPropertiesList(view returns (struct PlatformVestingVestingProperties[] vestingList)
Read-only
amountForClaim(address walletuint256 timestampInSecondsview returns (uint256 amount)
userPropertiesList(address walletview returns (struct PlatformVestingUserProperties userProperties)
State-modifying
airdrop(uint256 batchSizeuint256 offset
claim(address wallet
decreaseLiquidity(uint256 amount
increaseLiquidity(uint256 vestingIduint256 amountuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
insertVestingList(struct PlatformVestingVestingProperties[] vestingList
insertWalletListToVesting(uint256[] vestingIdListaddress[] walletList
removeVesting(uint256 vestingId
removeWalletListFromVesting(address[] walletList
setTgeDate(uint256 timestamp
updateTokenAddress(address token
Events
Claim(uint256 indexed vestingIdaddress indexed walletuint256 amount
DecreaseLiquidity(address indexed adminuint256 amount
IncreaseLiquidity(address indexed adminuint256 indexed vestingIduint256 amount
InsertVestingList(address indexed adminuint256 vestingCount
InsertWalletListToVesting(address indexed adminuint256 indexed vestingIdaddress[] walletList
RemoveWalletListFromVesting(address indexed adminuint256 indexed vestingIdaddress[] walletList
TGESet(uint256 tgeDateuint256 timestamp
UpdateTokenAddress(address _addressuint256 timestamp
VestingAdded(uint256 amountForUseruint256 tgeAmountForUseruint256 startTimeuint256 tickCountuint256 tickDurationuint256 timestamp
VestingRemoved(uint256 iduint256 timestamp
Constructor
constructor(address adminPanel
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ArraySizeDoesNotMatch(
CallerNotAdmin(
EmptyArray(
FatalError(string message
InsufficientBalance(
InvalidTimestamp(
NoClaimAvailable(
OutOfBounds(
StartBeforeNow(
StartBeforeTGE(
TicksMissing(
UserAlreadyActive(
UserNotActive(
VestingAlreadyActive(
VestingDoesNotExist(
ZeroAddress(
ZeroAmount(