TemplateCrowdsale
Verified contract
Active on
Ethereum with 78 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) |
---|---|---|---|---|---|---|---|
| 7864005 | 5 years ago | | | 1.95 | 0.00041679000 | |
| 7863988 | 5 years ago | | | 1.75 | 0.00041679000 | |
| 7863939 | 5 years ago | | | 1.45 | 0.00041679000 | |
| 7863931 | 5 years ago | | | 1.35 | 0.00041679000 | |
| 7863905 | 5 years ago | | | 0.35 | 0.00041679000 | |
| 7863875 | 5 years ago | | | 1.35 | 0.00041679000 | |
| 7863849 | 5 years ago | | | 0.35 | 0.00041679000 | |
| 7863836 | 5 years ago | | | 1 | 0.00041679000 | |
| 7863778 | 5 years ago | | | 1.11 | 0.00041679000 | |
| 7863735 | 5 years ago | | | 0.11 | 0.00041679000 |
ABI
ABI objects
Getter at block 21207577
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
false
START_TIME() view returns (uint256)
1558197000
TARGET_USER() view returns (address)
0x1f97b89a0dc1426ec75ec13669cfcc5ee67a890f
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)
MATIC TOKEN
TOKEN_SYMBOL() view returns (string)
MATIC
cap() view returns (uint256)
416415538874582214673
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1577806440
endTime() view returns (uint256)
1577806440
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)
1558197000
owner() view returns (address)
0x1f97b89a0dc1426ec75ec13669cfcc5ee67a890f
rate() view returns (uint256)
91255000000000000000000
startTime() view returns (uint256)
1558197000
token() view returns (address)
0xd7e6460a5ff2e51bd1583808d1c19d521cf43def
wallet() view returns (address)
0x3a3870d906f6b8ef1127e78103b038939b58b63e
weiRaised() view returns (uint256)
62621314775600000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
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.