Fireball
Verified contract
Active on
Ethereum with 2,969 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMP | ERC-20 | 703.884661 | $0.005325 |
$3.75 | |
RCKT | ERC-20 | 1.59375K | -- | -- | |
FIRE | ERC-20 | 18 | -- | -- | |
SBTC | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205722 | 7 days ago | | | 0 | 0.00040092349 | |
| 20453394 | 4 months ago | | | 0 | 0.000065914941 | |
| 20245714 | 5 months ago | | | 0 | 0.000091596634 | |
| 20165463 | 5 months ago | | | 0 | 0.00013139575 | |
| 20159102 | 5 months ago | | | 0 | 0.00021471994 | |
| 19958192 | 6 months ago | | | 0 | 0.00084979899 | |
| 19604583 | 8 months ago | | | 0 | 0.00093826281 | |
| 19585179 | 8 months ago | | | 0 | 0.0016498195 | |
| 19569345 | 8 months ago | | | 0 | 0.0016737196 | |
| 19399390 | 9 months ago | | | 0 | 0.0030126432 |
ABI
ABI objects
Getter at block 21256392
MIN_FREEZE_AMOUNT() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Fireball
symbol() view returns (string)
FIRE
totalFrozen() view returns (uint256)
1696236050000000002807
totalSupply() view returns (uint256)
39407922383691254277344
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensFrozen, uint256 userBalance, uint256 userFrozen, uint256 userDividends, uint256 userIgnitetime)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
frozenOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
State-modifying
Events CollectFire() returns (uint256)
IgniteFire(uint256 _tokens)
QuenchFire(uint256 _tokens)
_minfIRE(uint256 _number)
approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burn(uint256 _tokens)
distribute(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Freeze(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.