📖⚡Farclopedia

Unverified contract

Proxy

Active on Base with 5 txns
Deployed by via 0x5714…cf1f at 15759133
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "📖⚡Farclopedia"

0xc944e0068c019898521e5610f2d9ec4c6925ac1660d81da8640d9900c556a196
0x51d6febc57ecf5ac5e5d82d399db5504b8b195999b22a201a47aad39494e5fea
0x1681880b53b395f26f46b027d0c06972b0b14b80b31e1f3fb1ffd6d9b7d86289
0x348d01736b65a33ee6bab7dbdd574d60a1ae4661a510454bcb36ade4f839f93d
0xd297b1713862d328f8ffde0e281e3e72e1263e63b60d666c83cfddacc145775c

Functions
Getter at block 22002030
decimals() view returns (uint8)
18
name() view returns (string)
📖⚡Farclopedia
symbol() view returns (string)
FCPDA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
approve(address spender, uint256 value) returns (bool)
initialize(address _mintTo, uint256 _totalSupply, string _name, string _symbol) 
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
Initialized(uint64 version) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed) 
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed) 
ERC20InvalidApprover(address approver) 
ERC20InvalidReceiver(address receiver) 
ERC20InvalidSender(address sender) 
ERC20InvalidSpender(address spender) 
InvalidInitialization() 
NotInitializing()Â