Based Father Pepe
Verified contract
Active on
Base with 37,848 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 35 | $1.00 |
$35 | |
ANDY | ERC-20 | 100 | $0.030458 |
$3.05 | |
FPEPE | ERC-20 | 4.9K | $0.000192 |
$0.94 | |
WGC | ERC-20 | 200 | $0.000534 |
$0.11 | |
BOYS | ERC-20 | 4.57 | $0.012037 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
SUMMER | ERC-20 | 8.453 | $0.000036 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000808 |
$0 | |
MINKY | ERC-20 | 10 | $0.000007 |
$0 | |
CHRETT | ERC-20 | 0.002 | $0.000401 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22733074 | an hour ago | | | 0 | 1.5047902e-7 | |
| 22732834 | an hour ago | | | 0 | 1.5418806e-7 | |
| 22732635 | an hour ago | | | 0 | 1.5332552e-7 | |
| 22732490 | 2 hours ago | | | 0 | 1.5309154e-7 | |
| 22731858 | 2 hours ago | | | 0 | 1.3117280e-7 | |
| 22731786 | 2 hours ago | | | 0 | 1.3490578e-7 | |
| 22731033 | 2 hours ago | | | 0 | 1.3065235e-7 | |
| 22730955 | 2 hours ago | | | 0 | 1.2532387e-7 | |
| 22730950 | 2 hours ago | | | 0 | 1.2445642e-7 | |
| 22730780 | 2 hours ago | | | 0 | 1.2706553e-7 |
ABI
ABI objects
Getter at block 22735249
CONTRACT_HASH() view returns (bytes32)
0xe9a75522766e48a93375075345bdc935e06ece7fedc61db8f8fe066a85c4d1b4
CONTRACT_NAME() view returns (string)
BasedFatherPepe
VERSION() view returns (string)
defi_v_4
_tTotal() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
initialDocumentUri() view returns (string)
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
1000000000
initialTokenOwner() view returns (address)
0xe165aa7c1eead24b0283ef8e1b096ccde0f7c7b4
isBurnable() view returns (bool)
false
isDeflationary() view returns (bool)
false
isDocumentUriAllowed() view returns (bool)
false
isMaxAmountOfTokensSet() view returns (bool)
false
isMaxSupplySet() view returns (bool)
false
isMintable() view returns (bool)
false
isReflective() view returns (bool)
false
isTaxable() view returns (bool)
true
maxTokenAmountPerAddress() view returns (uint256)
0
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Based Father Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FPEPE
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0xe165aa7c1eead24b0283ef8e1b096ccde0f7c7b4
taxBPS() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setDeflationConfig(uint256 _deflationBPS)
setDocumentUri(string newDocumentUri)
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount)
setReflectionConfig(uint256 _feeBPS)
setTaxConfig(address _taxAddress, uint256 _taxBPS)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DeflationConfigSet(uint256 indexed _deflationBPS)
DocumentUriSet(string newDocUri)
MaxTokenAmountPerSet(uint256 newMaxTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReflectionConfigSet(uint256 indexed _feeBPS)
TaxConfigSet(address indexed _taxAddress, uint256 indexed _taxBPS)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupplyToSet, uint8 decimalsToSet, address tokenOwner, struct BasedFatherPepeERC20ConfigProps customConfigProps, string newDocumentUri, address _taxAddress, uint256[3] bpsParams, uint256[2] amountParams)
This contract contains no fallback and receive objects.
BurningNotEnabled()
DestBalanceExceedsMaxAllowed(address addr)
DocumentUriNotAllowed()
ERC20InsufficientBalance(address recipient, uint256 fromBalance, uint256 balance)
InvalidDecimals(uint8 decimals)
InvalidMaxSupplyConfig()
InvalidMaxTokenAmount(uint256 maxTokenAmount)
InvalidReflectiveConfig()
InvalidTotalBPS(uint256 bps)
MaxTokenAmountNotAllowed()
MaxTokenAmountPerAddrLtPrevious()
MintingNotEnabled()
TokenIsNotDeflationary()
TokenIsNotReflective()
TokenIsNotTaxable()
TotalReflectionTooSmall()
TotalSupplyExceedsMaxAllowedAmount()
ZeroTransferError()