TemplateCrowdsale
Verified contract
Active on
Ethereum with 22 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf0c8…49d7
Balances ($0.00)
No balances found for "TemplateCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9275764 | 5 years ago | | | 0 | 0.000032219000 | |
| 9275764 | 5 years ago | | | 0 | 0.000023314000 | |
| 9275760 | 5 years ago | | | 0 | 0.00021089250 | |
| 9275751 | 5 years ago | | | 0 | 0.00016522500 | |
| 9274644 | 5 years ago | | | 0 | 0.00010961850 | |
| 8728162 | 5 years ago | | | 0.01234499 | 0.00052500000 | |
| 8721246 | 5 years ago | | | 0.01 | 0.00042226000 | |
| 8716895 | 5 years ago | | | 0.1 | 0.000095919000 | |
| 8716858 | 5 years ago | | | 0.01 | 0.00063339000 | |
| 8716811 | 5 years ago | | | 0.01 | 0.00052782500 |
ABI
ABI objects
Getter at block 21423415
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
true
START_TIME() view returns (uint256)
1570723200
TARGET_USER() view returns (address)
0xf55fa025436882fbc484d5e9ce8376f2ea1f4ee5
TOKEN_DECIMALS() view returns (uint256)
18
TOKEN_DECIMALS_UINT8() view returns (uint8)
18
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
1000000000000000000
TOKEN_NAME() view returns (string)
Swiftex Token
TOKEN_SYMBOL() view returns (string)
SWFT
cap() view returns (uint256)
6818181818181818181818
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1578675600
endTime() view returns (uint256)
1578675600
goal() view returns (uint256)
1136363636363636363636
goalReached() view returns (bool)
false
hasClosed() view returns (bool)
true
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
initialized() view returns (bool)
true
isFinalized() view returns (bool)
true
openingTime() view returns (uint256)
1570723200
owner() view returns (address)
0xf55fa025436882fbc484d5e9ce8376f2ea1f4ee5
rate() view returns (uint256)
440000000000000000000000
startTime() view returns (uint256)
1570723200
token() view returns (address)
0x503e3b722793d0e3d8e0dba7d01ac55c92837a23
vault() view returns (address)
0xf0c8123b23389b367efe9e29ddc72ee7ef8449d7
wallet() view returns (address)
0x1664a9f00d4f0ad44fd6b601bcdcdfe4988b3e49
weiRaised() view returns (uint256)
428161196820924672
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
claimRefund()
finalize()
init()
renounceOwnership()
setEndTime(uint256 _endTime)
transferOwnership(address _newOwner)
Finalized()
Initialized()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TimesChanged(uint256 startTime, uint256 endTime, uint256 oldStartTime, uint256 oldEndTime)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(address _token)
fallback()
This contract contains no error objects.