TokenVesting
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ae9…cacc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GJC | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4817600 | 7 years ago | | | 0 | 0.00081324000 | |
| 4817592 | 7 years ago | | | 0 | 0.00057356000 | |
| 4817537 | 7 years ago | | | 0 | 0.00081324000 | |
| 4817523 | 7 years ago | | | 0 | 0.00051052000 |
ABI
ABI objects
Getter at block 21181281
owner() pure returns (address)
0xd2462e781952f3782e68bef0287eb78271ed1062
Read-only
getAccountKeys(uint256 page) pure returns (address[10])
getAvailableVestingAmount(address user) pure returns (uint256)
getVestingAmountByNow(address user) pure returns (uint256)
vestingAccounts(address, uint256) pure returns (uint256 amount, uint256 vestingDate)
State-modifying
Events createVestingByDurationAndSplits(address user, uint256 total_amount, uint256 startDate, uint256 durationPerVesting, uint256 times)
drain()
setVestingToken(address token_address)
transferOwnership(address newOwner)
vest()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Vest(address indexed beneficiary, uint256 amount)
VestingCreated(address indexed beneficiary, uint256 amount, uint256 vestingDate)
constructor(address token_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.