InvestorsVesting
Verified contract
Active on
Ethereum with 200 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) |
---|---|---|---|---|---|---|---|
| 13848379 | 3 years ago | | | 0 | 0.0024492298 | |
| 13729951 | 3 years ago | | | 0 | 0.010764497 | |
| 13600800 | 3 years ago | | | 0 | 0.0071874363 | |
| 13491865 | 3 years ago | | | 0 | 0.0088594708 | |
| 13482956 | 3 years ago | | | 0 | 0.0056508452 | |
| 13473003 | 3 years ago | | | 0 | 0.0054284184 | |
| 13472324 | 3 years ago | | | 0 | 0.0073788866 | |
| 13472168 | 3 years ago | | | 0 | 0.0041697652 | |
| 13471104 | 3 years ago | | | 0 | 0.0042958391 | |
| 13466831 | 3 years ago | | | 0 | 0.0041408723 |
ABI
ABI objects
Getter at block 21420478
RATE_BASE() view returns (uint256)
10000
VESTING_DELAY() view returns (uint256)
7776000
finish() view returns (uint256)
1633631365
getStartTime() view returns (uint256)
1625855365
oneUpToken() view returns (address)
0xc86817249634ac209bc73fca1712bbd75e37407d
owner() view returns (address)
0x1d03c395c491a4fbf737a1b8f57eec086b38cfef
start() view returns (uint256)
1625855365
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.