fardoge.xyz

Verified contract

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

No balances found for "fardoge.xyz"

0xaf469787c1e3126c7c5b94b49e179635b7f61915f64de11db0b13819eae9e831
0x71b108250c5550dd9da6835a2e3ec0c4504e5b1b1f1ac856c8fd4a7b2bd51c26
0xb7ddb0af274836decd0caeaf29e184d6ac2520c43b41d9eae2b76a6185882320
0x53bf8148abb06d5c48127ffdecee4d20c32917013432959c56c1c1817fa890c2
0xf4363b93bcfea93e7c6a74241923d2575f6ebda201670c1247087eb8aa2b4adc
0x7c3085d01825ceb41c887e0fb7435e15ec42229c189dea0462eebcfc942621e9
0xc1f2b363fb838fb63b3dd58a743cb3395588976c9aefe14e0301bba83e5338bd
0x72c81542ec66cead03eb584349c5e1f832063dd698d315aea074b0a37e4a6d95
0x437c02c7c04c8c369e6f4365771a4bbc743d1bb46ca0419553a663a7888c922e
0x948bf61ef24d9ffba483c31727c4a99b3bd91a5177e27063caf63c4136910d0d

Functions
Getter at block 22139686
decimals(view returns (uint8)
18
name(view returns (string)
fardoge.xyz
symbol(view returns (string)
FDOGEX
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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