WebcoinCrowdsale
Verified contract
Active on
Ethereum with 147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe94d…a0cf
0x840f…9ce4
Balances ($0.00)
No balances found for "WebcoinCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5707557 | 6 years ago | | | 0 | 0.00081729900 | |
| 5707440 | 6 years ago | | | 0 | 0.00053316900 | |
| 5707424 | 6 years ago | | | 0 | 0.00053316900 | |
| 5671712 | 7 years ago | | | 0.1 | 0.00082079050 | |
| 5619404 | 7 years ago | | | 0.11798 | 0.0010139900 | |
| 5595494 | 7 years ago | | | 2.7 | 0.0012167880 | |
| 5595487 | 7 years ago | | | 2.7 | 0.00018900000 | |
| 5588457 | 7 years ago | | | 3 | 0.0018125910 | |
| 5582226 | 7 years ago | | | 0.25 | 0.00031198800 | |
| 5582220 | 7 years ago | | | 1.38 | 0.00031164000 |
ABI
ABI objects
Getter at block 21272876
cap() view returns (uint256)
25000000000000000000000000
capReached() view returns (bool)
true
closingTime() view returns (uint256)
1546297200
hasClosed() view returns (bool)
true
initialSupply() view returns (uint256)
45000000000000000000000000
isFinalized() view returns (bool)
false
openingTime() view returns (uint256)
1523232000
owner() view returns (address)
0xcbd039d17f6ada0f2e4df18c75ca0597bb39ccc0
paused() view returns (bool)
true
rate() view returns (uint256)
2200
softCap() view returns (uint256)
600000000000000000000
softCapReached() view returns (bool)
true
token() view returns (address)
0x840fe75abfadc0f2d54037829571b2782e919ce4
vaultWallet() view returns (address)
0xe94d12583780c82ea8d3aa783698f8339a73a0cf
wallet() view returns (address)
0x50c2b58bdd4061c39bdf3d851e70f21699b388ab
weiRaised() view returns (uint256)
605682185180540000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
finalize()
pause()
transferOwnership(address newOwner)
unpause()
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(uint256 _openingTime, uint256 _closingTime, uint256[] _rates, uint256 _softCap, uint256 _cap, address _vaultAddress, address[] _wallets, address _token)
fallback()
This contract contains no error objects.