TemplateCrowdsale
Verified contract
Active on
Ethereum with 268 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1c4d…ce74
Balances ($0.00)
No balances found for "TemplateCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13221295 | 3 years ago | | | 0.34031133 | 0.00092908351 | |
| 13221171 | 3 years ago | | | 0.34031312 | 0.0017712627 | |
| 13221166 | 3 years ago | | | 0.34709376 | 0.0017471026 | |
| 13160433 | 3 years ago | | | 0.20500487 | 0.0045091209 | |
| 13160302 | 3 years ago | | | 0.21703463 | 0.0062825914 | |
| 13047004 | 3 years ago | | | 0.58 | 0.0010132208 | |
| 13024971 | 3 years ago | | | 0.52681594 | 0.0012341347 | |
| 13023914 | 3 years ago | | | 0.0119 | 0.00082177339 | |
| 12974917 | 3 years ago | | | 0.032050881 | 0.00084236421 | |
| 12974883 | 3 years ago | | | 0.032680487 | 0.00094884476 |
ABI
ABI objects
Getter at block 21333363
CONTINUE_MINTING() view returns (bool)
true
PAUSED() view returns (bool)
true
START_TIME() view returns (uint256)
1625011140
TARGET_USER() view returns (address)
0x58ce065eaf75c2759e7db256f0ca98b7b6cf741b
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)
Chipz
TOKEN_SYMBOL() view returns (string)
CHPZ
cap() view returns (uint256)
173333333333333333333
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1628265300
endTime() view returns (uint256)
1628265300
goal() view returns (uint256)
53333333333333333333
goalReached() view returns (bool)
true
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)
1625011140
owner() view returns (address)
0x58ce065eaf75c2759e7db256f0ca98b7b6cf741b
rate() view returns (uint256)
75000000000000000000000
startTime() view returns (uint256)
1625011140
token() view returns (address)
0xd7d6ab522fa41caae78f6edeb46a14954ae0c772
vault() view returns (address)
0x1c4da7bd91ab8a5ed6367896acc3f6735a35ce74
wallet() view returns (address)
0x58ce065eaf75c2759e7db256f0ca98b7b6cf741b
weiRaised() view returns (uint256)
70712542408632485519
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.