TelcoinSale
Verified contract
Active on
Ethereum with 3,689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6d9f…295f
0x2fa3…dc15
0x85e0…02b2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COV | ERC-20 | 1K | -- | -- | |
EMO | ERC-20 | 800.052435 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5077867 | 7 years ago | | | 1.001 | 0.00086100000 | |
| 4896549 | 7 years ago | | | 0 | 0.00098477900 | |
| 4896239 | 7 years ago | | | 0 | 0.00096076000 | |
| 4896191 | 7 years ago | | | 0 | 0.00096076000 | |
| 4893646 | 7 years ago | | | 0 | 0.015276960 | |
| 4893618 | 7 years ago | | | 0 | 0.0086302400 | |
| 4893608 | 7 years ago | | | 0 | 0.0045978400 | |
| 4893478 | 7 years ago | | | 0 | 0.0048006400 | |
| 4893478 | 7 years ago | | | 0 | 0.0048006400 | |
| 4893478 | 7 years ago | | | 0 | 0.0048006400 |
ABI
ABI objects
Getter at block 21161247
bonusToken() view returns (address)
0x2fa39cc47fb7702b138e98c2a83b80f99b7fdc15
capFlex() view returns (uint32)
0
endTime() view returns (uint256)
1518379200
finished() view returns (bool)
true
finishedAt() view returns (uint256)
1515721316
hardCap() view returns (uint256)
22500000000000000000000
hardCapReached() view returns (bool)
true
owner() view returns (address)
0xcb1732e0f7fda99499a7812f85a5b015816c03d7
paused() view returns (bool)
false
rate() view returns (uint256)
1
refunding() view returns (bool)
false
saleToken() view returns (address)
0x6d9fe564c9b1c81c305e066346df73de6cf9295f
softCap() view returns (uint256)
9000000000000000000000
softCapReached() view returns (bool)
true
startTime() view returns (uint256)
1513022400
telcoin() view returns (address)
0x85e076361cc813a908ff672f9bad1541474402b2
timeExtension() view returns (uint256)
0
wallet() view returns (address)
0x8322c7e7c14b57ff85947f28381421692a1cf267
weiRaised() view returns (uint256)
36668072391248005393935
weiRefunded() view returns (uint256)
0
Read-only
altDeposited(address) view returns (uint256)
bonusRates(address) view returns (uint32)
deposited(address) view returns (uint256)
investors(uint256) view returns (address)
tokensForPurchase(address _beneficiary, uint256 _weiAmount) view returns (uint256, uint256)
totalDeposited(address _investor) view returns (uint256)
whitelistedMax(address) view returns (uint256)
whitelistedMin(address) view returns (uint256)
State-modifying
Events buyTokens(address _beneficiary) payable
changeWallet(address _wallet) payable
extendTime(uint256 _timeExtension)
finish()
pause()
refund(address _investor)
refundMany(address[] _investors)
registerAltPurchase(address _beneficiary, string _symbol, string _transactionId, uint256 _weiAmount)
transferOwnership(address _to)
unpause()
updateCapFlex(uint32 _capFlex)
whitelist(address _participant, uint256 _minWeiAmount, uint256 _maxWeiAmount, uint32 _bonusRate)
whitelistMany(address[] _participants, uint256 _minWeiAmount, uint256 _maxWeiAmount, uint32 _bonusRate)
withdraw()
CapFlexed(uint32 flex)
Extended(uint256 until)
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Refunded(address indexed beneficiary, uint256 weiAmount)
Refunding()
TokenAltPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount, uint256 bonusAmount, string symbol, string transactionId)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount, uint256 bonusAmount)
Unpause()
WalletChanged(address indexed previousWallet, address indexed newWallet)
Whitelisted(address indexed participant, uint256 minWeiAmount, uint256 maxWeiAmount, uint32 bonusRate)
Withdrawal(address indexed wallet, uint256 weiAmount)
constructor(uint256 _softCap, uint256 _hardCap, uint32 _capFlex, uint256 _startTime, uint256 _endTime, uint256 _rate, address _wallet, address _telcoin, uint256 _bonusVestingStart, uint256 _bonusVestingDuration)
fallback()
This contract contains no error objects.