PlatformVesting

Verified contract

Active on Ethereum with 1,880 txns
Deployed by via 0x910fc213 at 17732847
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $5,467,133.76
0x63a5be8f2e55fa4e249ce8f8ed6266bea708a133817d91555c2d03cc14e23112
0x4e56ad5faf06420682328378cd9c828defbdf46cb77f31deef45e9627976ead1
0xe7c1a24ae5ded2010c291e224bd613bbc0ac256950e298ebf01c3a3f99ad4377
0x8b51d0161303cb4dfd6adf71a825f7b47f1ceac501fecc7bd5b2e6665a321902
0x6c9f90d42a1cda04d730120017097fde5f1d3bdb7f59a90d60d702815e0cd220
0xa6ff46f45480d6aba3ebad6ee18a4742487e5de53141a3304f7ac32491212cb9
0x5c4bd124a1791c1cfcd69533e03b64a6976970c3199b4813a63ccc98ea33042f
0x06a0cd31eb4a182f34d561a20080d046ad03700aa7096236e163e9f138a138a9
0x869ff61dac783071c4917c2057d881af9be2d1efcd7e71bb1bda740738d9a79d
0xc194f67bcb198f0f57190c8b772e08635796ad9e46d659e9a206c9b3ae96abc6

Functions
Getter at block 21385332
_panel(view returns (address)
0xd2f2975aa43f2790b86ee89b4ef5392a338d8796
_vestingCount(view returns (uint256)
621
tgeStartDate(view returns (uint256)
1689840000
totalRemainingAllocatedAmount(view returns (uint256)
2880463399957500000000000
 
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(