Force For Fast Token
Verified contract
Active on
Ethereum with 431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb5a…70e1
Balances ($0.00)
No balances found for "Force For Fast Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20409083 | 4 months ago | | | 0 | 0.000024625000 | |
| 15735894 | 2 years ago | | | 0 | 0.00089165719 | |
| 15293667 | 2 years ago | | | 0 | 0.000051712500 | |
| 14578120 | 3 years ago | | | 0 | 0.0019256250 | |
| 14578118 | 3 years ago | | | 0 | 0.0017550000 | |
| 14578117 | 3 years ago | | | 0 | 0.0018525000 | |
| 14578115 | 3 years ago | | | 0 | 0.0017306250 | |
| 14459698 | 3 years ago | | | 0 | 0.00065812500 | |
| 14459695 | 3 years ago | | | 0 | 0.00060937500 | |
| 14459574 | 3 years ago | | | 0 | 0.00070687500 |
ABI
ABI objects
Getter at block 21319647
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
burnContract() view returns (address)
0xeb5ad740eb345a9fcf0fb6d9da105a3fa40370e1
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Force For Fast Token
owner() view returns (address)
0x75ef1563c990a5524b04b0a7168515b22ee087db
paused() view returns (bool)
true
symbol() view returns (string)
FFF
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
limit(address) view returns (uint8)
State-modifying
Events addBurner(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
burnFromContract(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
renounceBurner()
renounceMinter()
renounceOwnership()
renouncePauser()
setTransferLimit(address addr, uint8 mode)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.