VestingStrategic
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFTA | ERC-20 | 1.958125M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16358810 | 2 years ago | | | 0 | 0.00066493671 | |
| 16236978 | 2 years ago | | | 0 | 0.00056567593 | |
| 16136733 | 2 years ago | | | 0 | 0.00062519985 | |
| 16069374 | 2 years ago | | | 0 | 0.0049797300 | |
| 16022291 | 2 years ago | | | 0 | 0.00060329436 | |
| 15922050 | 2 years ago | | | 0 | 0.00066652829 | |
| 15903594 | 2 years ago | | | 0 | 0.0014227800 | |
| 15800383 | 2 years ago | | | 0 | 0.00083012366 | |
| 15700111 | 2 years ago | | | 0 | 0.00036591477 | |
| 15585632 | 2 years ago | | | 0 | 0.00041461648 |
ABI
ABI objects
Getter at block 21313266
dailyVest() view returns (uint256)
91125000000000000000000
dailyVestLength() view returns (uint256)
176
hasClaim() view returns (uint256)
0
initialValue() view returns (uint256)
0
owner() view returns (address)
0xe3ebf46ecf4050c42747d3d5b3214cd4c901f4bf
startDate() view returns (uint256)
1635771600
totalRecipients() view returns (uint256)
22
totalShares() view returns (uint256)
91125000000000000000000
Read-only
percDiv(uint256 period, uint256 _share, uint256 initialValue) pure returns (uint256)
recipients(address) view returns (uint256 withdrawnAmount, uint256 sharePerDay)
State-modifying
Events addMultipleRecipients(address[] _recipients, uint256[] _dailyShares)
addRecipient(address _recipientAddress, uint256 _dailyShare)
claim()
emergencyWithdraw(address _token, uint256 _amount)
renounceOwnership()
setStartDate(uint256 _startDate)
transferOwnership(address newOwner)
LogRecipientAdded(address recipient, uint256 dailyShare)
LogStartDateSet(address setter, uint256 startDate)
LogTokensClaimed(address recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAddress, uint256 _dailyVest, uint256 _dailyVestLength, uint256 _initialValue)
This contract contains no fallback and receive objects.
This contract contains no error objects.