PlatformVesting

Verified contract

Active on Ethereum with 1,087 txns
Deployed by via 0x2602d22b at 17278870
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,142,250.28
0xf8f02ba0b4b30fc4c52a71f32e1756b25db4c8e36cc15b312eadd6abab043974
0xe6b17bb0aa3b4913e74be78bef3534acafba814a25ad283735fc56486825e934
0x547822d74bed4352302a975314c8fb6aa014d0e3250c020e575c7d719428b406
0x48b8c3285a69b86654d07cd5da9b1fc538776366b71455130ae3f39a9154f47d
0x45d692c07f55537822a1019a3c0993a564e8a9e998c306ac49d071b27a55d8d4
0xf8b077b0c6ca6d88fb967e72da0fd3537e136a84ba2fdd9fe8260d069f37941a
0x67eb49c9f3e5d548b04687beb5704761822425c7858917e55b376e42f3316def
0xb6a8194d1c274d5878a41fc60c0e9ed9ed859598bb33fa1caf68f0486640af38
0xcd1ff5f2f42295b3348f1299f89645a5935f8dcc911aec0fdd01c112bafc56e4
0x673fb34b42caba09fd16f505790f1c4feca5c89db3a6d1adc7d8bef82728bfdf

Functions
Getter at block 21266677
_panel(view returns (address)
0xd2f2975aa43f2790b86ee89b4ef5392a338d8796
_vestingCount(view returns (uint256)
838
tgeStartDate(view returns (uint256)
1684411200
totalRemainingAllocatedAmount(view returns (uint256)
659639798845500000000000
 
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(