Pepe Society
Verified contract
Active on
Ethereum with 306 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 "Pepe Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15363014 | 2 years ago | | | 0 | 0.00050956200 | |
| 15349452 | 2 years ago | | | 0 | 0.00054933634 | |
| 15348739 | 2 years ago | | | 0 | 0.0012017858 | |
| 15348149 | 2 years ago | | | 0 | 0.0011572952 | |
| 15348038 | 2 years ago | | | 0 | 0.00062054079 | |
| 15348034 | 2 years ago | | | 0 | 0.00088701500 | |
| 15347984 | 2 years ago | | | 0.327 | 0.00039200629 | |
| 15347977 | 2 years ago | | | 0 | 0.00062220566 | |
| 15347977 | 2 years ago | | | 0 | 0.00062220566 | |
| 15347974 | 2 years ago | | | 0 | 0.00055011245 |
ABI
ABI objects
Getter at block 21226947
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNrwJguL1Cf3oiKLV3yXqkVosJNmDegXrsxNfyyPod2iJ/
freeSupply() view returns (uint256)
700
maxMintAmountPerTxn() view returns (uint256)
5
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Pepe Society
owner() view returns (address)
0x4bb5185462568ddf618bc77b263000eab7e5f477
paused() view returns (bool)
false
reveal() view returns (bool)
false
symbol() view returns (string)
PPS
totalMinted() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 count) payable
mintTo(address to, uint256 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMintPrice(uint256 _val)
setPaused(bool _val)
setReveal(bool _val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()