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 "Base Pepe 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17392828 | 4 months ago | | | 0 | 0.0000093172000 | |
| 12065820 | 8 months ago | | | 0 | 4.9546632e-7 | |
| 3018443 | a year ago | | | 0 | 4.2517901e-7 | |
| 3015462 | a year ago | | | 0 | 0.000000024575139892 | |
| 3015298 | a year ago | | | 0 | 0.0000046310026 | |
| 3014534 | a year ago | | | 0 | 0.0000048915326 | |
| 3014531 | a year ago | | | 0 | 0.0000093172000 | |
| 3014527 | a year ago | | | 0 | 0.0000048915326 | |
| 3014507 | a year ago | | | 0 | 0.000000000019752464 |
ABI
ABI objects
Getter at block 22073681
_creator() view returns (address)
0xf1fd44fd4f4360c1c92f736f1472c1bbdd95460c
decimals() view returns (uint8)
18
mintedByDxsale() view returns (bool)
true
mintingFinishedPermanent() view returns (bool)
true
name() view returns (string)
Base Pepe 2.0
owner() view returns (address)
0x6a06fec38f551cb1c91d35e84efbf190f545c3ae
symbol() view returns (string)
BASEPEPE
totalSupply() view returns (uint256)
1000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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(address creator_, string name_, string symbol_, uint8 decimals_, uint256 tokenSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.