TokenTemplate
Verified contract
Active on
Ethereum with 17 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) |
---|---|---|---|---|---|---|---|
| 9607862 | 5 years ago | | | 0 | 0.00094129200 | |
| 9503370 | 5 years ago | | | 0 | 0.00044080200 | |
| 9503365 | 5 years ago | | | 0 | 0.00094129200 | |
| 9345941 | 5 years ago | | | 0 | 0.00067150800 | |
| 9330305 | 5 years ago | | | 0 | 0.00094064400 | |
| 9330304 | 5 years ago | | | 0 | 0.00094086000 | |
| 9330296 | 5 years ago | | | 0 | 0.0013476420 | |
| 9330293 | 5 years ago | | | 0 | 0.0013478580 | |
| 8698692 | 5 years ago | | | 0 | 0.000062589600 | |
| 8686868 | 5 years ago | | | 0 | 0.000037158000 |
ABI
ABI objects
Getter at block 21165229 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)
50000000000000000
name() view returns (bytes32)
0x5142555800000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x51b1bd8f5fdcd3e699eea52cf53e74d89c41d9df
priceRate() view returns (uint256)
357000000000000
symbol() view returns (bytes32)
0x5142555800000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
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.