TemplateCrowdsale
Verified contract
Active on
Ethereum with 19 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 "TemplateCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6577389 | 6 years ago | | | 1 | 0.0023482340 | |
| 6573440 | 6 years ago | | | 0 | 0.0012475480 | |
| 6571214 | 6 years ago | | | 1 | 0.0029632340 | |
| 6496568 | 6 years ago | | | 4.1269463 | 0.0029632340 | |
| 6496496 | 6 years ago | | | 0.79694632 | 0.0029632340 | |
| 6495556 | 6 years ago | | | 0.99 | 0.0054205500 | |
| 6494111 | 6 years ago | | | 2.1369463 | 0.0029632340 | |
| 6491372 | 6 years ago | | | 1.009 | 0.0057819200 | |
| 6490435 | 6 years ago | | | 1.3669463 | 0.0029632340 | |
| 6490296 | 6 years ago | | | 23.5 | 0.0029632340 |
ABI
ABI objects
Getter at block 21287119
CONTINUE_MINTING() view returns (bool)
true
PAUSED() view returns (bool)
false
START_TIME() view returns (uint256)
1538847900
TARGET_USER() view returns (address)
0xd32ca1815a347589e922c3a58d42c8f4f8a9770b
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)
Mapping Aggregation Platform
TOKEN_SYMBOL() view returns (string)
MPLT
cap() view returns (uint256)
6000000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1543644000
endTime() view returns (uint256)
1543644000
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)
1538847900
owner() view returns (address)
0xd32ca1815a347589e922c3a58d42c8f4f8a9770b
rate() view returns (uint256)
1000000000000000000000
startTime() view returns (uint256)
1538847900
token() view returns (address)
0x6c6d63006d5b5ebc58d0df830f57fe518e1166c8
wallet() view returns (address)
0xe140e24981573185a855087ec1f1c25b84c9f72d
weiRaised() view returns (uint256)
56064508239999999900
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
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.