StrategicVesting
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ff1…599a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOTM | ERC-20 | 9.705883K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14344961 | 3 years ago | | | 0 | 0.00091263207 | |
| 13435497 | 3 years ago | | | 0 | 0.0028624798 | |
| 13228687 | 3 years ago | | | 0 | 0.0040698006 | |
| 13178308 | 3 years ago | | | 0 | 0.0032387760 | |
| 13060393 | 3 years ago | | | 0 | 0.0017056844 | |
| 13047180 | 3 years ago | | | 0 | 0.0027445330 | |
| 13015128 | 3 years ago | | | 0 | 0.0034212150 | |
| 12977501 | 3 years ago | | | 0 | 0.0042032070 | |
| 12976930 | 3 years ago | | | 0 | 0.0038711520 | |
| 12974060 | 3 years ago | | | 0 | 0.0069401790 |
ABI
ABI objects
Getter at block 21257064
LOCK_PERIODS() view returns (uint256)
0
RELEASE_PERIODS() view returns (uint256)
5
TOTAL_AMOUNT() view returns (uint256)
1500000000000000000000000
WITHDRAW_INTERVAL() view returns (uint256)
2592000
isStartTimeSet() view returns (bool)
true
lockPeriods() view returns (uint256)
0
owner() view returns (address)
0x563c28105c246453d38f1ff25c98f32514024d9e
releasePeriods() view returns (uint256)
5
startTime() view returns (uint256)
1617729300
totalAmount() view returns (uint256)
1500000000000000000000000
totemToken() view returns (address)
0x6ff1bfa14a57594a5874b37ff6ac5efbd9f9599a
unallocatedAmount() view returns (uint256)
58823530000000000000000
withdrawInterval() view returns (uint256)
2592000
Read-only
recipients(address) view returns (uint256 totalAmount, uint256 amountWithdrawn)
vested(address beneficiary) view returns (uint256 _amountVested)
withdrawable(address beneficiary) view returns (uint256 amount)
State-modifying
Events addRecipient(address _newRecipient, uint256 _totalAmount)
renounceOwnership()
setStartTime(uint256 _newStartTime)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartTimeSet(uint256 startTime)
VestingScheduleRegistered(address registeredAddress, uint256 totalAmount)
Withdraw(address registeredAddress, uint256 amountWithdrawn)
constructor(address _totemToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.