InvestorsVesting
Verified contract
Active on
Ethereum with 557 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 "InvestorsVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16963596 | 2 years ago | | | 0 | 0.0019768710 | |
| 16362245 | 2 years ago | | | 0 | 0.0039983168 | |
| 15882124 | 2 years ago | | | 0 | 0.0011245100 | |
Transfer | 14980256 | 2 years ago | | | 0.037384713 | 0.0016079343 | |
| 14423494 | 3 years ago | | | 0 | 0.00075021405 | |
| 13932495 | 3 years ago | | | 0 | 0.010077271 | |
| 13890256 | 3 years ago | | | 0 | 0.0094585066 | |
| 13862815 | 3 years ago | | | 0 | 0.0068631941 | |
| 13842389 | 3 years ago | | | 0 | 0.0081069645 | |
| 13837244 | 3 years ago | | | 0 | 0.0063606407 |
ABI
ABI objects
Getter at block 21220235
RATE_BASE() view returns (uint256)
10000
VESTING_DELAY() view returns (uint256)
7776000
finish() view returns (uint256)
1633631326
getStartTime() view returns (uint256)
1625855326
oneUpToken() view returns (address)
0xc86817249634ac209bc73fca1712bbd75e37407d
owner() view returns (address)
0xdf75c3f5283032cc41d4434ea26b5fefd1c16b1b
start() view returns (uint256)
1625855326
Read-only
getReleasableLockedTokens(address investor) view returns (uint256)
getUserData(address investor) view returns (uint256 tgeAmount, uint256 releasedLockedTokens, uint256 totalLockedTokens)
isPrivilegedInvestor(address account) view returns (bool)
State-modifying
Events claimLockedTokens()
claimTgeTokens()
renounceOwnership()
reset(address investor)
setStart()
submit(address investor, uint256 amount, uint256 lockPercent)
submitMulti(address[] investors, uint256[] amounts, uint256 lockPercent)
transferOwnership(address newOwner)
NewPrivilegedUser(address investor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensReceived(address investor, uint256 amount, bool isLockedTokens)
constructor(address token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.