Monkey Peepo
Verified contract
Active on
Base with 8,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($423.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BANANAS | ERC-20 | 4.435523M | $0.00006 |
$264.71 | |
USDC | ERC-20 | 158.256592 | $1.001 |
$158.41 | |
WGC | ERC-20 | 200 | $0.000536 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
UBPS | ERC-20 | 3 | $0.000328 |
$0 | |
USA | ERC-20 | 1 | $0.000823 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000162 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000778 |
$0 | |
ELEPEPE | ERC-20 | 10 | $0.000006 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736139 | 4 hours ago | | | 0 | 0.000000099559071316 | |
| 22724416 | 10 hours ago | | | 0 | 0.000000054848970836 | |
| 22724373 | 10 hours ago | | | 0 | 0.000000051427353016 | |
| 22720931 | 12 hours ago | | | 0 | 1.8724122e-7 | |
| 22720273 | 13 hours ago | | | 0 | 2.9199716e-7 | |
| 22713834 | 16 hours ago | | | 0 | 2.9668484e-7 | |
| 22712006 | 17 hours ago | | | 0 | 0.0000011759806 | |
| 22708026 | 19 hours ago | | | 0 | 2.9660810e-7 | |
| 22698018 | a day ago | | | 0 | 4.2205383e-7 | |
| 22688378 | a day ago | | | 0 | 8.2852562e-7 |
ABI
ABI objects
Getter at block 22742834
VERSION() view returns (string)
defi_v_3
_tTotal() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
initialDocumentUri() view returns (string)
initialMaxTokenAmountPerAddress() view returns (uint256)
50000000000000000000000000
initialSupply() view returns (uint256)
1000000000
initialTokenOwner() view returns (address)
0x8c7042fce001d13b28e0ec214bb5008d82705f28
isBurnable() view returns (bool)
true
isDeflationary() view returns (bool)
false
isDocumentUriAllowed() view returns (bool)
false
isMaxAmountOfTokensSet() view returns (bool)
true
isMaxSupplySet() view returns (bool)
false
isMintable() view returns (bool)
false
isReflective() view returns (bool)
false
isTaxable() view returns (bool)
true
maxTokenAmountPerAddress() view returns (uint256)
1000000000000000000000000000
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Monkey Peepo
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BANANAS
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0x5aee6287ae7d59cd96c1c5de4013bb3180a1ab2a
taxBPS() view returns (uint256)
25
totalSupply() view returns (uint256)
1000000000000000000000000000
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 DefiV3TokenERC20ConfigProps 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()