FOL

Verified contract

Active on Base with 8 txns
Deployed by via 0xf3389564 at 12680755
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FOL"

0x2d54de0273254581002d938ad3146849bf8b50ef7fc5f8a722506d5984531e06
0x50b503ef2a0c1da124efbf737e3bd8bb5e84f5f8c22e34336470efea5d68dba4
0x81327c8c30bd9bff17886997d2a6a8bce76d1f51e51ebc222c108d30c3d642dc
0xb6992a5d7c5a1f9a5c19512087f235cc15b53a75edb083a563667a64b4d5d67d
0xb08b3ea54a711d6afeb7e45f0d6f99291d28711fdb678b38dc96d313b7d8b771
0x25cf0b37baaa3656d6a7e728b5749494da1b9feb69758b665bda26db43c9a3d6
0xe1460af1059e372ae6b485238ac805591d170fd4b4042c23a403c45d8c89936d
0x20b4363f26f2bd93cf0e9a5e53eb06163b9130f73dabb32c775797c68e4d1e06

Functions
Getter at block 23250673
decimals(view returns (uint8)
18
name(view returns (string)
FOL
owner(view returns (address)
0x6d738a00892035855de0e596cce460873b897cf0
symbol(view returns (string)
FOL
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
limbo(address _limbo_
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(
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