Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BasePepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 1971292 | a year ago | | | 0 | 0.000070796756 | |
| 1968844 | a year ago | | | 0 | 0.000070277199 | |
| 1966945 | a year ago | | | 0 | 0.000099234000 | |
| 1966645 | a year ago | | | 0 | 0.000047058000 | |
| 1966620 | a year ago | | | 0 | 0.000091406000 | |
| 1966532 | a year ago | | | 0 | 0.000093646000 |
ABI
ABI objects
Getter at block 21858883
deadaddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
BasePepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BPEPE
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFromAddresses(address[] accounts, uint256 amount)
burnToken(address recipient)
enableTrading()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.
This contract contains no error objects.