EchoCrowdsale
Verified contract
Active on
Ethereum with 50 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 "EchoCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12338818 | 4 years ago | | | 0 | 0.0018074000 | |
| 12318559 | 4 years ago | | | 0.18 | 0.0015157920 | |
| 12318520 | 4 years ago | | | 0.5 | 0.0021789510 | |
| 12318515 | 4 years ago | | | 0.4 | 0.0073217380 | |
| 12318496 | 4 years ago | | | 1 | 0.0061328140 | |
| 12318478 | 4 years ago | | | 1 | 0.0099465120 | |
| 12318436 | 4 years ago | | | 0.12 | 0.0087144480 | |
| 12318412 | 4 years ago | | | 0.83 | 0.0099465120 | |
| 12318397 | 4 years ago | | | 3 | 0.010499096 | |
| 12318375 | 4 years ago | | | 0.45 | 0.0091176360 |
ABI
ABI objects
Getter at block 21273594
cap() view returns (uint256)
[unknown]
capReached() view returns (bool)
[unknown]
closingTime() view returns (uint256)
[unknown]
hasClosed() view returns (bool)
[unknown]
investorHardCap() view returns (uint256)
[unknown]
investorMinCap() view returns (uint256)
[unknown]
isOpen() view returns (bool)
[unknown]
openingTime() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
rate() view returns (uint256)
[unknown]
token() view returns (address)
[unknown]
wallet() view returns (address)
[unknown]
weiRaised() view returns (uint256)
[unknown]
Read-only
contributions(address) view returns (uint256)
State-modifying
Events buyTokens(address beneficiary) payable
endSale()
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TimedCrowdsaleExtended(uint256 prevClosingTime, uint256 newClosingTime)
TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(uint256 rate, address wallet, address token, uint256 cap, uint256 _investorMinCap, uint256 _investorHardCap, uint256 openingTime, uint256 closingTime)
receive()
This contract contains no error objects.