ToiletSocietyNFT

Verified contract

Active on Ethereum with 554 txns
Deployed by via 0xf8c91fb5 at 15140213
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $7.82
0xa1034b1ec5aafcd30b64ccf04ec36e09156e01c88a59dac00eac0d96df52c0f1
0x63c28cb05a176eb53e6d4c918a75aabdde07e7362444c2ade0d64d0b857db1e8
0xce0e2585d83f1c8750e10cb381ef4366e46ab1239224ba16e805491afa37f6ce
0xc6e800836adb05f1317fbcd4b8ecf60062b5572364477716c421945bb35421e9
0x7ea69058592a3209336c3d9022e5fdfa7a2ed69f43858b2da71886101d12c2e0
0x6ab8adebf792f16ab9239dc9ead526011b099d728840bb2954adcb73692d0c16
0x2b1c6bae62f1debb21cb3f50ebb31e647ba81198d6069161776e7ef4cf9ddd5b
0x6c6ab91d8d1df8e04000fa5c484f97bd34146865f1ae69cacf7263965204399c
0x7e6df242cde3d4ed98f24481176abbf58c3983afb47af0bf12192a6cf96f0547
0x182820e165f36817866a11f5d0b5246dfc567455ce8bf23f02a481565bc8bbb3

Functions
Getter at block 20979305
amountForDevs(view returns (uint256)
0
amountForPublic(view returns (uint256)
0
collectionSize(view returns (uint256)
1001
maxPerAddressDuringMint(view returns (uint256)
3
name(view returns (string)
ToiletSocietyNFT
owner(view returns (address)
0xb58afcd19f0144ed028699e50ab51654f7e0ae6b
publicPrice(view returns (uint256)
0
publicSaleStartTime(view returns (uint32)
1657807200
symbol(view returns (string)
ToiletPoop
totalSupply(view returns (uint256)
1001
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenId_view returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity_
publicSaleMint(uint256 quantity_payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAmountForDevs(uint256 amountForDevs_
setAmountForPublic(uint256 amountForPublic_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPublicPrice(uint256 publicPriceWei_
setPublicSaleStartTime(uint32 timestamp_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(uint256 amount_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(