FDOGE
Unverified contract
Proxy
Active on
Ethereum with 230 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FDOGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243002 | 21 days ago | | | 0 | 0.00025911570 | |
| 21009306 | 2 months ago | | | 0 | 0.00036902054 | |
| 20771377 | 3 months ago | | | 0 | 0.0011403392 | |
| 20718563 | 3 months ago | | | 0 | 0.00010044829 | |
| 20711892 | 3 months ago | | | 0 | 0.00014209503 | |
| 20694114 | 3 months ago | | | 0 | 0.00082988420 | |
| 20693331 | 3 months ago | | | 0 | 0.00061356819 | |
| 20692893 | 3 months ago | | | 0 | 0.00073026480 | |
| 20692060 | 3 months ago | | | 0 | 0.0015740354 | |
| 20691764 | 3 months ago | | | 0 | 0.0013254438 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(string name_, string symbol_, uint256 totalSupply_)
renounceOwnership()
setPair(address pair_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unblockPair()
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()
InvalidTransfer()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()