UniformTimeVault
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39,594.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OLY | ERC-20 | 152.17521M | $0.00026 |
$39,594.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19928222 | 6 months ago | | | 0 | 0.00056561783 | |
| 19204316 | 10 months ago | | | 0 | 0.0018773779 | |
| 18813105 | a year ago | | | 0 | 0.0051942157 | |
| 17266072 | 2 years ago | | | 0 | 0.0052739419 | |
| 17133065 | 2 years ago | | | 0 | 0.0022596312 | |
| 17131821 | 2 years ago | | | 0 | 0.0026868061 | |
| 17043122 | 2 years ago | | | 0 | 0.0019725380 | |
| 17024374 | 2 years ago | | | 0 | 0.0011531673 | |
| 16998738 | 2 years ago | | | 0 | 0.0018738141 | |
| 16974699 | 2 years ago | | | 0 | 0.0015213102 |
ABI
ABI objects
Getter at block 21298769
endTime() view returns (uint256)
1680152400
numTranches() view returns (uint256)
55
startTime() view returns (uint256)
1648616400
token() view returns (address)
0x6595b8fd9c920c81500dca94e53cdc712513fb1f
totalAllocation() view returns (uint256)
191439550640000000000000000
vestingPeriodLength() view returns (uint256)
31536000
Read-only
tranches(uint256) view returns (uint256 id, address destination, uint256 totalCoins, uint256 currentCoins, uint256 coinsPerSecond, uint256 lastWithdrawalTime)
State-modifying
Events changeDestination(uint256 trancheId, address newDestination)
withdraw(uint256 trancheId)
TrancheAdded(uint256 id, address destination, uint256 totalCoins)
WithdrawalOccurred(uint256 trancheId, uint256 numTokens, uint256 tokensLeft)
constructor(address tokenAddr, address[] destinations, uint256[] tokenAllocations, uint256 _endTime, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.