FDOGE

Unverified contract

Proxy

Active on Ethereum with 230 txns
Deployed by via 0xf2a368d7 at 20690406
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FDOGE"

0xceebd2a6c04746e6f55fb49cd38be90c0da3cd19ff7e0ce942992f7ab79e3b3c
0x0abd930d6a8832ce33e4415e68fc07b85596c5cfa964d2cb6fd34ae8d0a74cff
0x46776372c4a0fd8e5f4e0b328300bd00b208ee4200405a35e4ea82302b252b87
0xb450f7d91414dbc92999f325a318be4f78487506e0f706f77eb45aa604f8937a
0xab8f38212d3819addda82c3830b87d4763cfb41689286dd6afc34e15109d29f0
0x8629863a351be8847646e11a021ba0ff55e0c2371caaf4d661ad7087f1e19bec
0xe4458f0327ffac66d1dd87fcd7a91088ba921c4c6064263a40a379a4c31b4f4e
0x384cca60db6b6fb62ca4bbefc5c22ae7a901a3abccb9228394410725bdb47aac
0x1b486938718d854d97e6cd466342ac9329436701c8cef41e91aed4500b92fca5
0x774157b732b4de32eb2cf60534944e5d3571fb27584913cdd38ba33d21655568

Functions
Getter at block 21391165
decimals(view returns (uint8)
18
name(view returns (string)
FDOGE
owner(view returns (address)
0xbd96050a7606771eb51af02c278ce2ae543ae680
pair(view returns (address)
0x7b37d1a9388f8b59b779b9207a519a960c5609e1
pairBlocked(view returns (bool)
false
symbol(view returns (string)
FDOGE
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)
burn(uint256 value
burnFrom(address accountuint256 value
initialize(string name_string symbol_uint256 totalSupply_
renounceOwnership(
setPair(address pair_
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unblockPair(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
InvalidTransfer(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(