ROCKET FUEL TOKEN
Verified contract
Active on
Ethereum with 336 txns
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 "ROCKET FUEL TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11416110 | 4 years ago | | | 0 | 0.0014533121 | |
| 11415803 | 4 years ago | | | 0 | 0.0017712240 | |
| 11412889 | 4 years ago | | | 0 | 0.0020891360 | |
| 11412852 | 4 years ago | | | 0 | 0.0025887120 | |
| 11410188 | 4 years ago | | | 0 | 0.0017826880 | |
| 11410188 | 4 years ago | | | 0 | 0.0023162160 | |
| 11409316 | 4 years ago | | | 0 | 0.0010445680 | |
| 11409170 | 4 years ago | | | 0 | 0.0019983040 | |
| 11409028 | 4 years ago | | | 0 | 0.00091756004 | |
| 11409027 | 4 years ago | | | 0 | 0.0018166400 |
ABI
ABI objects
Getter at block 21189398
decimals() view returns (uint8)
18
name() view returns (string)
ROCKET FUEL TOKEN
stopBots() view returns (bool)
false
stopSell() view returns (bool)
false
symbol() view returns (string)
RFT
totalSupply() view returns (uint256)
260499260244493279529
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 val)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enable()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] addresses, uint256 amount)
startSell()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.