teuInitialTokenSale
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "teuInitialTokenSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5620810 | 7 years ago | | | 0.040634 | 0.00015110900 | |
| 5598746 | 7 years ago | | | 0 | 0.000068349000 | |
| 5594502 | 7 years ago | | | 0.51 | 0.0011063800 | |
| 5592987 | 7 years ago | | | 0.3 | 0.0050290000 | |
| 5592966 | 7 years ago | | | 0.039419 | 0.00084298500 | |
| 5591496 | 7 years ago | | | 0.298 | 0.00022232000 | |
| 5589093 | 7 years ago | | | 1 | 0.0041248460 | |
| 5578985 | 7 years ago | | | 0.4 | 0.00016674000 | |
| 5558722 | 7 years ago | | | 0.003 | 0.000043230000 | |
| 5554672 | 7 years ago | | | 0.001 | 0.000086460000 |
ABI
ABI objects
Getter at block 21214701
isAllowContribution() view returns (bool)
true
isCollectTokenStart() view returns (bool)
false
owner() view returns (address)
0x9240d026eba50f85c79c74ef1c192c7e483c72a9
saleEnd() view returns (uint256)
1526090400
saleStart() view returns (uint256)
1523498400
totalCollectableToken() view returns (uint256)
12474235231400000000000
Read-only
collectableTokenOf(address _contributor) view returns (uint256)
isClientIdentRejectedOf(address _contributor) view returns (uint8)
State-modifying
Events collectToken()
contribute() payable
contributeByBitcoin(uint256 _bitcoinAmount, uint256 _etherAmount, address _contributorWallet, uint256 _contributionDatetime)
enableContribution(bool _isAllow)
migrateContributors(address[] _contributorWallets)
recordOffChainContribute(uint256 _etherAmount, address _contributorWallet, uint256 _tokenAmount)
referral(address _referrerWallet)
setClientIdentRejectList(address[] _clients, uint8 _valueToSet)
setNewEnd(uint256 _newEnd)
setNewStart(uint256 _newStart)
setTokenCollectable(bool _enable)
transferEtherOut(address _to, uint256 _amount)
transferOwnership(address newOwner)
transferTokenOut(address _to, uint256 _amount)
LogClientIdentRejectListChange(address indexed _contributor, uint8 _newValue)
LogContribution(address indexed _contributor, uint256 _etherAmount, uint256 _basicTokenAmount, uint256 _timeBonusTokenAmount, uint256 _volumeBonusTokenAmount)
LogContributionBitcoin(address indexed _contributor, uint256 _bitcoinAmount, uint256 _etherAmount, uint256 _basicTokenAmount, uint256 _timeBonusTokenAmount, uint256 _volumeBonusTokenAmount, uint256 _contributionDatetime)
LogOffChainContribution(address indexed _contributor, uint256 _etherAmount, uint256 _tokenAmount)
LogReferralAward(address indexed _refereeWallet, address indexed _referrerWallet, uint256 _referralBonusAmount)
LogTokenCollected(address indexed _contributor, uint256 _collectedTokenAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.