PEPETH
Verified contract
Active on
Ethereum with 12,600 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa778…0ae1
Balances ($0.00)
No balances found for "PEPETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749189 | 2 months ago | | | 0 | 0.00021268750 | |
| 20251545 | 4 months ago | | | 0 | 0.000046951089 | |
| 19081853 | 10 months ago | | | 0 | 0.00048208958 | |
| 19043084 | 10 months ago | | | 0 | 0.0024003540 | |
| 18907551 | a year ago | | | 0 | 0.00056457530 | |
| 18903764 | a year ago | | | 0 | 0.00054257275 | |
| 18822985 | a year ago | | | 0 | 0.0048789130 | |
| 17648310 | a year ago | | | 0 | 0.0017287912 | |
| 17526509 | a year ago | | | 0 | 0.00064011270 | |
| 17515963 | a year ago | | | 0 | 0.0018085912 |
ABI
ABI objects
Getter at block 21227269
MAX_TOKENS() view returns (uint256)
10000
PRESALE_LIMIT_1() view returns (uint256)
4000
PRICE() view returns (uint256)
0
baseURI() view returns (string)
https://www.sociopeth.com/pepeth/reveal/reveal_json/
merkleRoot() view returns (bytes32)
0xea7dea1f6d95845c15e4c313f7755125b51e66321d433276f524249e7fa86079
name() view returns (string)
PEPETH
owner() view returns (address)
0x3b3dd6d4900730d00d5eeb771ce4ea2ccf9acc2f
preSaleIsActive_1() view returns (bool)
false
presaleTokensSold_1() view returns (uint256)
325
publicIsActive() view returns (bool)
true
reservedTokensMinted() view returns (uint256)
1
symbol() view returns (string)
PEPETH
totalSupply() view returns (uint256)
9901
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState_1()
flipSaleState()
mint() payable
mintReservedTokens(uint256 amount)
mintWhitelist(bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 newPrice)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.