TokenTemplate
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.70)
Native
Value
$1.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0005 | $3,406.61 |
$1.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7394151 | 6 years ago | | | 0.0005 | 0.00014182200 | |
| 7394150 | 6 years ago | | | 0.0005 | 0.000021000000 | |
| 7394086 | 6 years ago | | | 0 | 0.00014160600 |
ABI
ABI objects
Getter at block 21263640
decimals() view returns (uint8)
18
getBalances() view returns (address[] _addresses, uint256[] _balances)
(_addresses=[0x21678552d2a5cBa688871a8Aa068C94e0220C889, 0xeB5842990D939b1b721C5686B6f40c86D5aFf1BA], _balances=[1499999999999999999999500000, 500000])
getWhitelist() view returns (address[] addresses)
[0x21678552d2a5cBa688871a8Aa068C94e0220C889, 0xeB5842990D939b1b721C5686B6f40c86D5aFf1BA]
name() view returns (bytes32)
0x46492d4445562d54455354370000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x21678552d2a5cba688871a8aa068c94e0220c889
price() view returns (uint256)
1000000000
symbol() view returns (bytes32)
0x4649444556543700000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1500000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
closeCrowdsale()
enableWhitelist(address[] _addresses) returns (bool success)
safeWithdrawal()
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, 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 _gweiCostOfEachToken)
fallback()
This contract contains no error objects.