Fren Pet Bonk
Verified contract
Active on
Base with 539 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BILLY | ERC-20 | 133.777K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22765406 | 7 hours ago | | | 0 | 1.7421437e-7 | |
| 22750688 | 15 hours ago | | | 0 | 1.7421437e-7 | |
| 22745361 | 18 hours ago | | | 0 | 1.7448179e-7 | |
| 22734498 | a day ago | | | 0 | 0.000000080937920440 | |
| 22669753 | 3 days ago | | | 0 | 0.0000020272191 | |
| 22662834 | 3 days ago | | | 0 | 0.0000014305318 | |
| 22585129 | 4 days ago | | | 0 | 1.7421437e-7 | |
| 22567793 | 5 days ago | | | 0 | 1.7448179e-7 | |
| 22548789 | 5 days ago | | | 0 | 0.000000098635534074 | |
| 22548748 | 5 days ago | | | 0 | 0.000000099423680004 |
ABI
ABI objects
Getter at block 22778462
CONTRACT_HASH() view returns (bytes32)
0xfe1598cfebc7cc569259cdc5ff512cd7d13c0e328d4a7d65a48c3389383134da
CONTRACT_NAME() view returns (string)
FrenPetBonk
VERSION() view returns (string)
defi_v_4
_tTotal() view returns (uint256)
690000000000000000000000
decimals() view returns (uint8)
12
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
initialDocumentUri() view returns (string)
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
690000000000
initialTokenOwner() view returns (address)
0xaae2d89866ef5552bc4712e2b083e73c5463e1e1
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)
Fren Pet Bonk
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
$FB
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0xaae2d89866ef5552bc4712e2b083e73c5463e1e1
taxBPS() view returns (uint256)
200
totalSupply() view returns (uint256)
690000000000000000000000
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 FrenPetBonkERC20ConfigProps 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()