PlatformVesting

Verified contract

Active on Ethereum with 2,886 txns
Deployed by via 0x4858f0c6 at 17278866
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $3,748,301.17
0xe3d4366adf32034dca1dae7c09fffc8309a74271d0cce4abd8a1e6b0b1008b9a
0x0a0459651549235981694c0df4fdc55b1b11388aca6b05b3b17857b68a0a4158
0xad766be12a9215c4d872cb615564303be3684a2a50b3771c9dc812ff702e2afd
0x6e48d839dadcb2698f9d5749af421b6caec3c4a2ccbc0c8d257a02507f9062b7
0x7782708b6a07a917efd35c0b86796946e9b2c7d92aa71629fff09f940282a88e
0x965673a25027438794a795d9b3cba703a08ce1f6d9bd30e474a6ac9d5899e5ff
0xa903e59a063dcc568e9e2f7892aa407d04fd008fe95fd8b0c5fcb4d7028cbe35
0xf9e578dc28b791b65080725563f1488f2cf21116df591f25ae021d248fa41f28
0x92d35daa22a942ff27b7335e5ec3f3764db3f912c4f1506c298326009e96319c
0x70307e3fd1a6e7804b3270c5aee80116d130d145cff404cd232be63307c155dd

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