SwarmCrowdsale
Verified contract
Active on
Ethereum with 699 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 "SwarmCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4442043 | 7 years ago | | | 1 | 0.0029507000 | |
| 4441963 | 7 years ago | | | 2 | 0.0030982350 | |
| 4441862 | 7 years ago | | | 0.54 | 0.0025723870 | |
| 4441854 | 7 years ago | | | 1 | 0.0073767500 | |
| 4441849 | 7 years ago | | | 0.2 | 0.00059014000 | |
| 4441833 | 7 years ago | | | 1 | 0.00058693498 | |
| 4441774 | 7 years ago | | | 0.2 | 0.000084000000 | |
| 4441714 | 7 years ago | | | 1.105999 | 0.00044260500 | |
| 4441656 | 7 years ago | | | 0.5855 | 0.000084000000 | |
| 4441635 | 7 years ago | | | 0.05 | 0.00059014000 |
ABI
ABI objects
Getter at block 21291184
baseTokensSold() pure returns (uint256)
8171014198796097530804882
endTime() pure returns (uint256)
1509148800
getCurrentSaleRate() pure returns (uint256)
109
hasEnded() pure returns (bool)
true
initialized() pure returns (bool)
true
isFinalized() pure returns (bool)
true
owner() pure returns (address)
0x8bf7b2d536d286b9c5ad9d99f608e9e214de63f0
paused() pure returns (bool)
false
rate() pure returns (uint256)
310
startTime() pure returns (uint256)
1508594400
token() pure returns (address)
0x9e88613418cf03dca54d6a2cf6ad934a78c7a17a
wallet() pure returns (address)
0x8bf7b2d536d286b9c5ad9d99f608e9e214de63f0
weiRaised() pure returns (uint256)
444366742876949823898
Read-only
getSaleRate(uint256 currentBaseTokensSold) pure returns (uint256)
State-modifying
Events buyTokens(address beneficiary) payable
finalize()
initializeToken()
multiPresaleMint(address[] _toArray, uint256[] _amtArray)
pause() returns (bool)
presaleMint(address _to, uint256 _amt)
setBaseTokensSold(uint256 _baseTokensSold)
transferOwnership(address newOwner)
unpause() returns (bool)
Finalized()
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(uint256 _startTime, uint256 _endTime, uint256 _rate, address _wallet, address _token, uint256 _baseTokensSold)
fallback()
This contract contains no error objects.