TokenTemplate
Verified contract
Active on
Ethereum with 37 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 "TokenTemplate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9607695 | 5 years ago | | | 0 | 0.00067129200 | |
| 9605809 | 5 years ago | | | 0 | 0.00067129200 | |
| 9605737 | 5 years ago | | | 0 | 0.00044080200 | |
| 9605737 | 5 years ago | | | 0 | 0.0013478580 | |
| 9605721 | 5 years ago | | | 0 | 0.00044080200 | |
| 9605720 | 5 years ago | | | 0 | 0.0013478580 | |
| 9548708 | 5 years ago | | | 0 | 0.00067107600 | |
| 9548597 | 5 years ago | | | 0 | 0.00094107600 | |
| 9548528 | 5 years ago | | | 0 | 0.00094107600 | |
| 9548317 | 5 years ago | | | 0 | 0.00094107600 |
ABI
ABI objects
Getter at block 21290470 getBalances() view returns (address[] _addresses, uint256[] _balances) getBalancesAndMaxLimit() view returns (address[] _addresses, uint256[] _balances, uint256[] _limits) getWhitelist() view returns (address[] addresses)
decimals() view returns (uint8)
18
minimumInvest() view returns (uint256)
59000000000000000000
name() view returns (bytes32)
0x56656c6f63697479204c656467657220546563686e6f6c6f6779000000000000
owner() view returns (address)
0xd2c28e72acb40c5a914a51c5440263aa2539a925
priceRate() view returns (uint256)
5900000000000000
symbol() view returns (bytes32)
0x564c540000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burnTokens(uint256 token_amount)
closeCrowdsale()
disableWhitelist(address[] _addresses) returns (bool success)
enableWhitelist(address[] _addresses) returns (bool success)
immediateWithdrawal()
mintTokens(uint256 token_amount)
safeWithdrawal()
setMaximumInvest(address _address, uint256 _amount) returns (bool success)
setMinimumInvest(uint256 _weiMinimumInvest)
setPriceRate(uint256 _weiCostOfEachToken)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(bytes32 _name, bytes32 _symbol, uint256 _total, uint256 _weiCostOfEachToken, uint256 _weiMinimumInvest)
fallback()
This contract contains no error objects.