We Are All Going to Pepe
Verified contract
Active on
Ethereum with 1,433 txns
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 "We Are All Going to Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20188301 | 5 months ago | | | 0 | 0.00012095122 | |
| 17602447 | a year ago | | | 0 | 0.0013269946 | |
| 17601325 | a year ago | | | 0 | 0.0017595818 | |
| 16306847 | 2 years ago | | | 0 | 0.00076018972 | |
| 16305108 | 2 years ago | | | 0 | 0.00073793467 | |
| 16305100 | 2 years ago | | | 0 | 0.00081092759 | |
| 15883109 | 2 years ago | | | 0 | 0.00029618442 | |
| 15414284 | 2 years ago | | | 0 | 0.00036688204 | |
| 15404562 | 2 years ago | | | 0 | 0.0012093675 | |
| 15395580 | 2 years ago | | | 0 | 0.00049386394 |
ABI
ABI objects
Getter at block 21298324
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint64)
6666
name() view returns (string)
We Are All Going to Pepe
owner() view returns (address)
0xf6748fd6501155e541e45b6debb46302f361ea18
publicPerWallet() view returns (uint64)
15
publicPrice() view returns (uint256)
5000000000000000
symbol() view returns (string)
WAGPEPE
totalSupply() view returns (uint256)
2147
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
godMint(uint256 quantity) payable
publicMint(uint256 quantity) 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 baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()