PlatformVesting
Verified contract
Active on
Ethereum with 1,087 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,142,250.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROPC | ERC-20 | 660.260279K | $1.73 |
$1,142,250.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266328 | an hour ago | | | 0 | 0.0015863234 | |
| 21265429 | 4 hours ago | | | 0 | 0.0017365226 | |
| 21263285 | 11 hours ago | | | 0 | 0.00072334120 | |
| 21263171 | 12 hours ago | | | 0 | 0.00033928963 | |
| 21263171 | 12 hours ago | | | 0 | 0.00087109382 | |
| 21262573 | 14 hours ago | | | 0 | 0.00044953201 | |
| 21260531 | 21 hours ago | | | 0 | 0.00060368158 | |
| 21257415 | a day ago | | | 0 | 0.00069949888 | |
| 21256633 | a day ago | | | 0 | 0.00080243699 | |
| 21252663 | 2 days ago | | | 0 | 0.00065910996 |
ABI
ABI objects
Getter at block 21266677 vestingPropertiesList() view returns (struct PlatformVestingVestingProperties[] vestingList)
_panel() view returns (address)
0xd2f2975aa43f2790b86ee89b4ef5392a338d8796
_vestingCount() view returns (uint256)
838
tgeStartDate() view returns (uint256)
1684411200
totalRemainingAllocatedAmount() view returns (uint256)
659639798845500000000000
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()