peepooptownwtf
Verified contract
Active on
Ethereum with 448 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 "peepooptownwtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20548833 | 3 months ago | | | 0 | 0.000048062895 | |
| 16702963 | 2 years ago | | | 0 | 0.00090317307 | |
| 16495821 | 2 years ago | | | 0 | 0.00037514523 | |
| 16392930 | 2 years ago | | | 0 | 0.0021063122 | |
| 15908704 | 2 years ago | | | 0 | 0.00049916014 | |
| 15760968 | 2 years ago | | | 0 | 0.00057078924 | |
| 15733027 | 2 years ago | | | 0 | 0.00042005924 | |
| 15292934 | 2 years ago | | | 0 | 0.00031738540 | |
| 15076647 | 2 years ago | | | 0 | 0.00080100560 | |
| 15066321 | 2 years ago | | | 0 | 0.00034073856 |
ABI
ABI objects
Getter at block 21162048
cost1() view returns (uint256)
0
cost2() view returns (uint256)
6600000000000000
hiddenMetadataUri() view returns (string)
soon
maxLimitPerWallet() view returns (uint256)
10
maxMintAmountPerTx() view returns (uint256)
10
name() view returns (string)
peepooptownwtf
owner() view returns (address)
0x114d1b401b12ba96bd82a97a73b92175b757969c
price() view returns (uint256)
6600000000000000
revealed() view returns (bool)
true
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
1500
symbol() view returns (string)
pptw
totalSupply() view returns (uint256)
1500
uri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZVAfarCykCLbjmYQCrQU2JJzJbNhxFFqbubQWnUuZtc9/
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
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 _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()