SeedVesting
Verified contract
Active on
Ethereum with 30 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 |
---|---|---|---|---|---|
TOTM | ERC-20 | 90.468034K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14841324 | 3 years ago | | | 0 | 0.0012197587 | |
| 14559807 | 3 years ago | | | 0 | 0.0022388422 | |
| 14389560 | 3 years ago | | | 0 | 0.0010962597 | |
| 14287308 | 3 years ago | | | 0 | 0.0026347390 | |
| 14176798 | 3 years ago | | | 0 | 0.0024410579 | |
| 14176784 | 3 years ago | | | 0 | 0.0038723303 | |
| 13690640 | 3 years ago | | | 0 | 0.0085325061 | |
| 13657687 | 3 years ago | | | 0 | 0.0038490740 | |
| 13657681 | 3 years ago | | | 0 | 0.0074997479 | |
| 13615168 | 3 years ago | | | 0 | 0.0073734014 |
ABI
ABI objects
Getter at block 21291066
LOCK_PERIODS() view returns (uint256)
3
RELEASE_PERIODS() view returns (uint256)
9
TOTAL_AMOUNT() view returns (uint256)
450000000000000000000000
WITHDRAW_INTERVAL() view returns (uint256)
2592000
isStartTimeSet() view returns (bool)
true
lockPeriods() view returns (uint256)
3
owner() view returns (address)
0x563c28105c246453d38f1ff25c98f32514024d9e
releasePeriods() view returns (uint256)
9
startTime() view returns (uint256)
1617729300
totalAmount() view returns (uint256)
450000000000000000000000
totemToken() view returns (address)
0x6ff1bfa14a57594a5874b37ff6ac5efbd9f9599a
unallocatedAmount() view returns (uint256)
0
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.