TemplateCrowdsale
Verified contract
Active on
Ethereum with 782 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) |
---|---|---|---|---|---|---|---|
| 11002363 | 4 years ago | | | 0.0057986202 | 0.0021630000 | |
| 10997868 | 4 years ago | | | 0.101 | 0.0010920000 | |
| 10997837 | 4 years ago | | | 0.1 | 0.0010920000 | |
| 10996285 | 4 years ago | | | 0.25683059 | 0.0015120000 | |
| 10995973 | 4 years ago | | | 0.25834259 | 0.0013020000 | |
| 10995937 | 4 years ago | | | 0.5 | 0.0015960000 | |
| 10995931 | 4 years ago | | | 0.5 | 0.0016380000 | |
| 10995926 | 4 years ago | | | 0.5 | 0.0022236300 | |
| 10995865 | 4 years ago | | | 0.5 | 0.0015330000 | |
| 10995846 | 4 years ago | | | 0.5 | 0.0016590000 |
ABI
ABI objects
Getter at block 21202497
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
false
START_TIME() view returns (uint256)
1600761600
TARGET_USER() view returns (address)
0xade39dfdbae0346fa0a55de34a1ce6bf65234593
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)
yfiLabs
TOKEN_SYMBOL() view returns (string)
YLAB
cap() view returns (uint256)
772000000000000000000
capReached() view returns (bool)
false
closingTime() view returns (uint256)
1604062740
endTime() view returns (uint256)
1604062740
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)
1600761600
owner() view returns (address)
0xade39dfdbae0346fa0a55de34a1ce6bf65234593
rate() view returns (uint256)
5000000000000000000
startTime() view returns (uint256)
1600761600
token() view returns (address)
0x454cb9d0845bb4a28462f98c21a4fafd16ceb25f
wallet() view returns (address)
0xade39dfdbae0346fa0a55de34a1ce6bf65234593
weiRaised() view returns (uint256)
771982720944869076331
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.