TokenVesting
Verified contract
Active on
Ethereum with 1,477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21064750 | 3 days ago | | | 0 | 0.00072897878 | |
| 20986308 | 14 days ago | | | 0 | 0.0015414592 | |
| 20986302 | 14 days ago | | | 0 | 0.00091670259 | |
| 20986302 | 14 days ago | | | 0 | 0.00091575454 | |
| 20986302 | 14 days ago | | | 0 | 0.0023782757 | |
| 20985954 | 14 days ago | | | 0 | 0.00060728891 | |
| 20985824 | 14 days ago | | | 0 | 0.0015527070 | |
| 20985820 | 14 days ago | | | 0 | 0.0020687576 | |
| 20985520 | 14 days ago | | | 0 | 0.0013264303 | |
| 20985507 | 14 days ago | | | 0 | 0.0013463001 |
ABI
ABI objects
Getter at block 21085893
owner() view returns (address)
0x11998af21307e9561cf8c131f8fb9be754615d3f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x72b886d09c117654ab7da13a14d603001de0b777
totalVestingsTokens() view returns (uint256)
51281664000000000000000000
Read-only
claimableTokens(address receiver_) view returns (uint256 claimableTokens_)
vestingScheduleOf(address) view returns (uint256 startTime, uint256 cliff, uint256 totalPeriods, uint256 timePerPeriod, uint256 totalTokens, uint256 tokensClaimed)
State-modifying
Events acceptOwnership()
changeReceiver(address oldReceiver_, address newReceiver_)
claimTokens(address destination_)
fundVesting(uint256 totalTokens_)
killVesting(address receiver_, address destination_)
recoverToken(address token_, address destination_)
renounceOwnership()
setVestingSchedules(address[] receivers_, struct ITokenVestingVestingSchedule[] vestingSchedules_)
transferOwnership(address newOwner_)
OwnershipTransferPending(address indexed owner, address indexed pendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiverChanged(address indexed oldReceiver, address indexed newReceiver)
RecoveredToken(address indexed token, uint256 amount, address indexed destination)
TokensClaimed(address indexed receiver_, uint256 tokensClaimed_, address indexed destination_)
VestingFunded(uint256 totalTokens_)
VestingKilled(address indexed receiver_, uint256 tokensClaimed_, address indexed destination_)
VestingScheduleSet(address indexed receiver_)
constructor(address token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.