TokenDistribution
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x7e9f…fbe7
Balances ($0.00)
No balances found for "TokenDistribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11270856 | 4 years ago | | | 0 | 0.060000000 | |
| 11270843 | 4 years ago | | | 0 | 0.0050011200 | |
| 11247204 | 4 years ago | | | 0 | 0.0017191350 | |
| 11227986 | 4 years ago | | | 0 | 0.012502800 | |
| 11227983 | 4 years ago | | | 0 | 0.0025000000 | |
| 11227178 | 4 years ago | | | 0 | 0.0022505040 | |
| 11221109 | 4 years ago | | | 0 | 0.041634324 | |
| 11220185 | 4 years ago | | | 0 | 0.0020004480 | |
| 11218478 | 4 years ago | | | 0 | 0.0018879228 | |
| 11214799 | 4 years ago | | | 0 | 0.00070334400 |
ABI
ABI objects
Getter at block 21292626
canWithdraw() view returns (bool, uint256)
(true, 0)
isOwner() view returns (bool)
false
owner() view returns (address)
0x4aabdde8429b522f5e5f3fd1c2eecbbe46f253fb
percentBonus() view returns (uint256)
500000000000000000
standardRate() view returns (uint256)
2470000000000000000000
token() view returns (address)
0x7e9f9f3b323582584526d9f83276338c89f8fbe7
totalEtherInvested() view returns (uint256)
189943068000000000000
totalNumberOfInvestments() view returns (uint256)
92
withdrawDate() view returns (uint256)
1604836740
Read-only
calculatePrincipalAndBonus(uint256 _ether) view returns (uint256, uint256, uint256)
getInvestment(uint256 _investmentID) view returns (address _investAddr, uint256 _ethAmount, bool _hasClaimed, uint256 _principalClaimed, uint256 _bonusClaimed, uint256 _claimTime)
getInvestmentIDs(address _investAddr) view returns (uint256[])
investmentIDs(address, uint256) view returns (uint256)
investments(uint256) view returns (address investAddr, uint256 ethAmount, bool hasClaimed, uint256 principalClaimed, uint256 bonusClaimed, uint256 claimTime)
State-modifying
Events addInvestments(address[] _investors, uint256[] _ethAmounts)
initialize(address sender)
initialize(address[] _investors, uint256[] _ethAmounts, address _erc20Token, uint256 _withdrawDate, uint256 _standardRate, uint256 _percentBonus)
renounceOwnership()
returnTokens(address _token, uint256 _amount, address _newAddress)
setERC20Token(address _erc20Token)
setPercentBonus(uint256 _percentBonus)
setStandardRate(uint256 _standardRate)
setWithdrawDate(uint256 _withdrawDate)
transferOwnership(address newOwner)
withdraw(uint256 investmentID) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithDrawn(address indexed investor, uint256 indexed investmentID, uint256 principal, uint256 bonus, uint256 withdrawTime)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.