PlatformVesting
Verified contract
Active on
Ethereum with 2,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,748,301.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROPC | ERC-20 | 2.299571M | $1.63 |
$3,748,301.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163937 | 44 minutes ago | | | 0 | 0.0012948099 | |
| 21163879 | an hour ago | | | 0 | 0.0015593700 | |
| 21163734 | an hour ago | | | 0 | 0.0012493096 | |
| 21163341 | 3 hours ago | | | 0 | 0.0012002945 | |
| 21162923 | 4 hours ago | | | 0 | 0.00091961743 | |
| 21161997 | 7 hours ago | | | 0 | 0.0012765478 | |
| 21161995 | 7 hours ago | | | 0 | 0.0028737215 | |
| 21161989 | 7 hours ago | | | 0 | 0.0012739171 | |
| 21161987 | 7 hours ago | | | 0 | 0.0029783665 | |
| 21159177 | 17 hours ago | | | 0 | 0.0033809456 |
ABI
ABI objects
Getter at block 21164156 vestingPropertiesList() view returns (struct PlatformVestingVestingProperties[] vestingList)
_panel() view returns (address)
0xd2f2975aa43f2790b86ee89b4ef5392a338d8796
_vestingCount() view returns (uint256)
398
tgeStartDate() view returns (uint256)
1684411200
totalRemainingAllocatedAmount() view returns (uint256)
2377922253673600000000000
Read-only
amountForClaim(address wallet, uint256 timestampInSeconds) view returns (uint256 amount)
userPropertiesList(address wallet) view returns (struct PlatformVestingUserProperties userProperties)
State-modifying
Events airdrop(uint256 batchSize, uint256 offset)
claim(address wallet)
decreaseLiquidity(uint256 amount)
increaseLiquidity(uint256 vestingId, uint256 amount, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
insertVestingList(struct PlatformVestingVestingProperties[] vestingList)
insertWalletListToVesting(uint256[] vestingIdList, address[] walletList)
removeVesting(uint256 vestingId)
removeWalletListFromVesting(address[] walletList)
setTgeDate(uint256 timestamp)
updateTokenAddress(address token)
Claim(uint256 indexed vestingId, address indexed wallet, uint256 amount)
DecreaseLiquidity(address indexed admin, uint256 amount)
IncreaseLiquidity(address indexed admin, uint256 indexed vestingId, uint256 amount)
InsertVestingList(address indexed admin, uint256 vestingCount)
InsertWalletListToVesting(address indexed admin, uint256 indexed vestingId, address[] walletList)
RemoveWalletListFromVesting(address indexed admin, uint256 indexed vestingId, address[] walletList)
TGESet(uint256 tgeDate, uint256 timestamp)
UpdateTokenAddress(address _address, uint256 timestamp)
VestingAdded(uint256 amountForUser, uint256 tgeAmountForUser, uint256 startTime, uint256 tickCount, uint256 tickDuration, uint256 timestamp)
VestingRemoved(uint256 id, uint256 timestamp)
constructor(address adminPanel)
This contract contains no fallback and receive objects.
AlreadyInitialized()
ArraySizeDoesNotMatch()
CallerNotAdmin()
EmptyArray()
FatalError(string message)
InsufficientBalance()
InvalidTimestamp()
NoClaimAvailable()
OutOfBounds()
StartBeforeNow()
StartBeforeTGE()
TicksMissing()
UserAlreadyActive()
UserNotActive()
VestingAlreadyActive()
VestingDoesNotExist()
ZeroAddress()
ZeroAmount()