PlatformVesting

Verified contract

Active on Ethereum with 5,648 txns
Deployed by via 0xc051cf18 at 17278867
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,165,732.64
0x8adf9e31e6712076d4f012812c9476777ad67f37faed49c438114cf3893de537
0xbacf198a82718b8069bb006d36118f2767469f3786fbff146798c37f858be383
0x8a22fbbc3db2b7934e0d3aa94cf1c6b13d69ad2f997d82fa694e9b46373ad595
0x2ccaffd3b31d52488799e79613a39fad058321ffe057b51c32fbb1077b6ce975
0x314ec85f90137207ab40fb0c1052177a93e63618be601e8edc59f8ae25df641c
0xce4387760cf232c932b0b5b937f63d4668021657b4b33d3a051c6e703116b036
0x972f76d870b13f83497ea2d08edc6f409f9967b4706f6848bdd091fce9f15892
0x297469f9f13efb1e5886a2015461df191d4ab0b3369ae6ba87a70e36d4b64bf0
0xf95b947f9a68495e67216b6c0750da335bd11a01fe731057e0138d30caadb06f
0x68543bea4b655b26fb192bf5e92eb8bf05ccec14ee4d6df12c4edea7252094a0

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