This contract is being backfilled. You may encounter incomplete storage history.

FEAR NOT

Verified contract

Active on Ethereum with 8,732 txns
Deployed by via 0xb38321e5 at 20313738
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FEAR NOT"

0x9e6293d4d883e7552c99e31ae7806702fae3858b922ab12bd065ad3adbffcb88
0x8d9ecbe1022521afddbfa36ed8973b6ab410cc7942a11d0f2d1e25d3590f4dbe
0xa13e4eaed4b568fd1699fa13b53652d29e583f72c87a7a8e887852ebdcbb2de1
0xb2470656032cb8154de07f5e0af662749935419d0fcaf0f2f4c41224d7fb271f
0xee265f6e45ab4dace1320011339d5ff226f3bf74af270589177c4d9090412e67
0xdf5d44c4ba24986a60da2f1d5a0bf0fc789c711a8d4930bdfc98cfb2c577e499
0xfe7f369a0f9690e2f782e588bcdb94d1b3719d0c1a395a6a24105bceaa5d1c66
0x2f8c3269337921b878b198d5fb463e0c61d152d676a39d41bda427d57bbdc858
0xdd10ac0174468a1a25567cd9036b86bb0127b8dcc55520617e50fd531ca5c0d4
0x8a06885a6346a1649d08f461b18ff9f2ea5941c7e3e3cede34a8f39f0ebe0655

Functions
Getter at block 20793018
decimals(view returns (uint8)
9
name(view returns (string)
FEAR NOT
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FEARNOT
totalSupply(view returns (uint256)
420690000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account