Based Peaches
Verified contract
Active on
Base with 20,405 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($89.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 54.68526 | $0.999931 |
$54.68 | |
PEACH | ERC-20 | 455.326892K | $0.000075 |
$34.29 | |
WGC | ERC-20 | 200 | $0.000457 |
$0.09 | |
USA | ERC-20 | 1 | $0.000764 |
$0 | |
kurbi | ERC-20 | 1 | $0.000763 |
$0 | |
WIZCAT | ERC-20 | 22.222K | -- | -- | |
BK | ERC-20 | 9.975K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
SNOOD | ERC-20 | 4.269K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754566 | an hour ago | | | 0 | 7.6670909e-7 | |
| 22739651 | 9 hours ago | | | 0 | 1.5019851e-7 | |
| 22734509 | 12 hours ago | | | 0 | 0.0000032124067 | |
| 22734459 | 12 hours ago | | | 0 | 0.0000031887958 | |
| 22734447 | 12 hours ago | | | 0 | 0.0000028889758 | |
| 22734391 | 12 hours ago | | | 0 | 0.0000031944351 | |
| 22724950 | 17 hours ago | | | 0 | 0.000093788189 | |
| 22721289 | 19 hours ago | | | 0 | 3.3855791e-7 | |
| 22717558 | 21 hours ago | | | 0 | 3.8209470e-7 | |
| 22715648 | a day ago | | | 0 | 0.0000054246797 |
ABI
ABI objects
Getter at block 22755905
decimals() view returns (uint8)
18
isMaxTokenAmountEnforced() view returns (bool)
false
maxTokenAmount() view returns (uint256)
6666665000000000000000000
name() view returns (string)
Based Peaches
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PEACH
totalSupply() view returns (uint256)
888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelistedAddresses(address) view returns (bool)
State-modifying
Events addWhitelistedAddress(address _account)
approve(address spender, uint256 value) returns (bool)
removeWhitelistedAddress(address _account)
renounceOwnership()
setMaxTokenAmount(uint256 _amount)
toggleMaxTokenAmountEnforcement()
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)
MaxTokenAmountEnforcementToggled(bool enforced)
MaxTokenAmountSet(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistedAddressAdded(address indexed account)
WhitelistedAddressRemoved(address indexed account)
constructor(uint256 _initialSupply, uint256 _maxTokenAmount)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)