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 "WhenHungry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7080093 | 6 years ago | | | 0 | 0.00015577800 | |
| 6896705 | 6 years ago | | | 0 | 0.0021263420 | |
| 6867577 | 6 years ago | | | 0 | 0.0030409290 | |
Transfer | 6863428 | 6 years ago | | | 0.01 | 0.00086288600 |
ABI
ABI objects
Getter at block 21321378
crowdsaleAddress() view returns (address)
0x57112a3fd8b8e0bf025f27972018a425996fa12a
crowdsaleIsActivated() view returns (bool)
true
decimals() view returns (uint32)
0
isOwner() view returns (bool)
false
name() view returns (string)
WhenHungry
owner() view returns (address)
0x8cffc6082e5e756dfab8b7cffa31aa7c1071db26
symbol() view returns (string)
WHY
totalSupply() view returns (uint256)
180000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events activateSaleContract(address crowdsale)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
releaseTeamTokens()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
CrowdsaleActivation(address crowdsale, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.