PrivateDistribution
Verified contract
Active on
Ethereum with 277 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xceb2…a832
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VTX | ERC-20 | 3.276032M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17327198 | 2 years ago | | | 0 | 0.0031952134 | |
| 13892685 | 3 years ago | | | 0 | 0.0041834621 | |
| 13429083 | 3 years ago | | | 0 | 0.0044070691 | |
| 13337294 | 3 years ago | | | 0 | 0.0047203486 | |
| 13321600 | 3 years ago | | | 0 | 0.0088126831 | |
| 13274172 | 3 years ago | | | 0 | 0.0023666062 | |
| 13208710 | 3 years ago | | | 0 | 0.0040039920 | |
| 13169541 | 3 years ago | | | 0 | 0.013702550 | |
| 13130558 | 3 years ago | | | 0 | 0.0091336063 | |
| 13065243 | 3 years ago | | | 0 | 0.0020728398 |
ABI
ABI objects
Getter at block 21425253
getInitialTimestamp() view returns (uint256 timestamp)
1614510000
isFinalized() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0x68b6eec457e8fdd4886f0a91ba7444ec7d6bfab1
Read-only
investors(uint256) view returns (address)
investorsInfo(address) view returns (bool exists, uint256 withdrawnTokens, uint256 tokensAllotment)
withdrawableTokens(address _investor) view returns (uint256 tokens)
State-modifying
Events addInvestors(address[] _investors, uint256[] _tokenAllocations)
recoverToken(address _token, uint256 amount)
releaseTokens()
renounceOwnership()
setInitialTimestamp(uint256 _timestamp)
transferOwnership(address newOwner)
withdrawTokens()
DepositInvestment(address indexed investor, uint256 value)
InvestorAdded(address indexed investor, address indexed caller, uint256 allocation)
InvestorRemoved(address indexed investor, address indexed caller, uint256 allocation)
InvestorsAdded(address[] investors, uint256[] tokenAllocations, address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverToken(address indexed token, uint256 indexed amount)
TransferInvestment(address indexed owner, uint256 value)
WithdrawnTokens(address indexed investor, uint256 value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.