TemplateCrowdsale
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb846…8707
Balances ($0.00)
No balances found for "TemplateCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6398053 | 6 years ago | | | 0 | 0.0011220000 | |
| 6397772 | 6 years ago | | | 0 | 0.0056265000 |
ABI
ABI objects
Getter at block 21401084
CONTINUE_MINTING() view returns (bool)
true
PAUSED() view returns (bool)
true
START_TIME() view returns (uint256)
1537963016
TARGET_USER() view returns (address)
0x97c78db18d54fc94897c1b114a3f1d7785d98c5e
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)
Airgead Token
TOKEN_SYMBOL() view returns (string)
AED
cap() view returns (uint256)
382857142857142857142857
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1544792160
endTime() view returns (uint256)
1544792160
goal() view returns (uint256)
45714285714285714285714
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)
false
openingTime() view returns (uint256)
1537963016
owner() view returns (address)
0x97c78db18d54fc94897c1b114a3f1d7785d98c5e
rate() view returns (uint256)
175000000000000000000
startTime() view returns (uint256)
1537963016
token() view returns (address)
0xd98800a2a597ab0051210776f11f35acc76edca4
vault() view returns (address)
0xb846397204efc5f28444cf96c6b9ed032beb8707
wallet() view returns (address)
0x97c78db18d54fc94897c1b114a3f1d7785d98c5e
weiRaised() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
claimRefund()
finalize()
init()
renounceOwnership()
setEndTime(uint256 _endTime)
setStartTime(uint256 _startTime)
setTimes(uint256 _startTime, 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.