PrivateDistribution
Verified contract
Active on
Ethereum with 325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x41a3…9666
Balances ($0.00)
No balances found for "PrivateDistribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323376 | 8 days ago | | | 0 | 0.0016195074 | |
| 19376364 | 9 months ago | | | 0 | 0.0058022170 | |
| 16597351 | 2 years ago | | | 0 | 0.0013627115 | |
| 16319304 | 2 years ago | | | 0 | 0.0010421547 | |
| 15868517 | 2 years ago | | | 0 | 0.0028804063 | |
| 15506578 | 2 years ago | | | 0 | 0.0010606737 | |
| 14713026 | 3 years ago | | | 0 | 0.0030675200 | |
| 14707222 | 3 years ago | | | 0 | 0.0023813778 | |
| 14702510 | 3 years ago | | | 0 | 0.0041569526 | |
| 14652436 | 3 years ago | | | 0 | 0.0043104351 |
ABI
ABI objects
Getter at block 21383552
getInitialTimestamp() view returns (uint256 timestamp)
1614958200
isFinalized() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0x710087a1fcf8f4574f095a87642cce8f8aaa15b4
Read-only
investors(uint256) view returns (address)
investorsInfo(address) view returns (bool exists, uint256 withdrawnTokens, uint256 tokensAllotment)
vestingsInfo(uint256) view returns (uint256 releaseTime, uint256 releasePercentage)
withdrawableTokens(address _investor) view returns (uint256 tokens)
State-modifying
Events addInvestors(address[] _investors, uint256[] _tokenAllocations, uint256[] _withdrawnTokens)
recoverToken(address _token, uint256 amount)
removeInvestor(address _investor)
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)
WithdrawnTokens(address indexed investor, uint256 value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.