Fire Protocol
Verified contract
Active on
Ethereum with 9,518 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIRE | ERC-20 | 12.807137K | $0.000751 |
$9.61 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251544 | 18 hours ago | | | 0 | 0.0032480687 | |
| 21251540 | 18 hours ago | | | 0 | 0.0014020089 | |
| 21251540 | 18 hours ago | | | 0 | 0.0029556374 | |
| 21251540 | 18 hours ago | | | 0 | 0.0029556374 | |
| 21251540 | 18 hours ago | | | 0 | 0.0029556374 | |
| 21251540 | 18 hours ago | | | 0 | 0.0036466155 | |
| 21218048 | 5 days ago | | | 0 | 0.00025771434 | |
| 21203623 | 7 days ago | | | 0 | 0.0013783651 | |
| 21202758 | 8 days ago | | | 0 | 0.0017104772 | |
| 21189839 | 9 days ago | | | 0 | 0.00093296944 |
ABI
ABI objects
Getter at block 21257030
decimals() view returns (uint8)
8
name() view returns (string)
Fire Protocol
symbol() view returns (string)
FIRE
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 balance)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.