Vesting

Verified contract

Active on Ethereum with 267 txns
Deployed by via 0x4b11c69f at 15895336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x39f2d476a04e166c83c50a467e525c885e97c3181eb7a3c7ae8fd1ce5a3f0787
0xac69e0314072ddd44312e603ff12db082d17a76a3d704668b7ef51a5bb5c25de
0xe5785cdeb0b14b82db1bef823c94164716061922cc5439eefa8087b25e83c33a
0xa42ac9f87623d5f6b4c19a0aaef9f431e9bb8041d66d47990297e7bd46dc7e30
From
0x5f8316919bee04fe19c4b4748fe19c05652a0874f0a275d768cf3997178fad62
0x27291aad34441a52264694772eebdb3cf6d44e5f144d4bc8f015938e8292af59
0x042e2d7c18e2a215c94c97e04ec2d233dcf07d2b35e30dab4b955cc259ed5bcd
0x2b65d9ccd463fac218b9e82255cb1c570ead8940f754e9b1718c7ac96a1eb48f
0x95d0213021e459d0b16f22907396dac44c12f2fa746ea70790eca02abd5f132c
0xd2f86f9d50aacc9f00e4a5bb2398947fceb00806bfe53a7c997a6ec72a656696

Functions
Getter at block 20894547
owner(view returns (address)
0xc40549aa1d05c30af23a1c4a5af6ba11fcafe23f
token(view returns (address)
0xbdc423927e70e4013a7906fe54ad8209643f734c
Read-only
getUserVest(address _recipientview returns (struct VestingVestState[])
isWhitelist(addressview returns (bool)
locked(address _recipientview returns (uint256 _unvested)
vested(address _recipientview returns (uint256 _vested)
vesting(addressuint256view returns (uint128 vestingAmountuint128 claimedAmountuint64 startTimeuint64 endTimeuint64 cancleTime)
State-modifying
cancle(address _useruint256 _index
claim(returns (uint256 _claimable)
newVesting(address _recipientuint128 _amountuint64 _startTimeuint64 _endTime
renounceOwnership(
transferOwnership(address newOwner
updateWhitelist(address[] _accountsbool _status
Events
Cancle(address indexed _recipientuint256 indexed _indexuint256 _unvesteduint256 _cancleTime
Claim(address indexed _recipientuint256 _amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Vest(address indexed _recipientuint256 indexed _indexuint256 _amountuint256 _startTimeuint256 _endTime
Constructor
constructor(address _token
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.