FireBallToken
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.88)
Native
Value
$30.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,087.81 |
$30.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8168286 | 5 years ago | | | 0 | 0.00051828000 | |
| 8050424 | 5 years ago | | | 0 | 0.00051892000 | |
| 7960736 | 5 years ago | | | 0 | 0.00051892000 | |
| 7826792 | 5 years ago | | | 0 | 0.00046645200 | |
| 7809341 | 5 years ago | | | 0 | 0.00036892000 | |
| 7746624 | 6 years ago | | | 0 | 0.0010378400 | |
| 7741851 | 6 years ago | | | 0 | 0.00051892000 | |
| 7632396 | 6 years ago | | | 0 | 0.00089757200 | |
| 7621205 | 6 years ago | | | 0 | 0.00051892000 | |
| 7517241 | 6 years ago | | | 0 | 0.00051892000 |
ABI
ABI objects
Getter at block 21208733
MIN_PURCHASE() view returns (uint256)
10000000000
decimals() view returns (uint256)
6
distributionFinished() view returns (bool)
false
name() view returns (string)
FireBallToken
symbol() view returns (string)
FBT
tokensPerEth() view returns (uint256)
10000000000
totalDistributed() view returns (uint256)
4000612736126
totalSupply() view returns (uint256)
29000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
transferTokenTo(address _participant, uint256 _amount)
transferTokenToMultiple(address[] _addresses, uint256 _amount)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.