Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,134.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1K | $1.001 |
$1,001 | |
PEPE | ERC-20 | 753.129924M | $0.00 |
$88.12 | |
TIMI | ERC-20 | 25.172K | $0.001783 |
$44.88 | |
BOYS | ERC-20 | 1.8 | $0.011394 |
$0.02 | |
COW | ERC-20 | 42 | $0.000087 |
$0 | |
BRETT | ERC-20 | 0.000009 | $0.161391 |
$0 | |
JASON | ERC-20 | 9.3798K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
🔴🟢 | ERC-20 | 3K | -- | -- | |
HOPE | ERC-20 | 2.5416K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22724416 | 2 minutes ago | | | 0 | 0.000000094694837237 | |
| 22724416 | 2 minutes ago | | | 0 | 0.000000094646530733 | |
| 22724404 | 2 minutes ago | | | 0 | 0.000000094525764473 | |
| 22724386 | 3 minutes ago | | | 0 | 1.4643907e-7 | |
| 22724350 | 4 minutes ago | | | 0 | 0.000000094670683985 | |
| 22724289 | 6 minutes ago | | | 0 | 0.000000074595306031 | |
| 22724260 | 7 minutes ago | | | 0 | 0.000000094646530733 | |
| 22724206 | 9 minutes ago | | | 0 | 0.000000094646530733 | |
| 22724125 | 11 minutes ago | | | 0 | 0.000000094694837237 | |
| 22724122 | 11 minutes ago | | | 0 | 0.000000060228146633 |
ABI
ABI objects
Getter at block 22724458
DOMAIN_SEPARATOR() view returns (bytes32)
0x4506622024f50a64382ce7e7876dd31f69e0d78c2db79a5112a69a698558853b
MAX_SUPPLY() view returns (uint256)
420690000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=BasedPepe, version=1, chainId=8453, verifyingContract=0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
BasedPepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
420690000000000000000000000000000
tradingStarted() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
nonfrens(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setNonFren(address account, bool status)
startTrading()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)