ToiletSocietyNFT
Verified contract
Active on
Ethereum with 554 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.79)
Native
Value
$9.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,262.47 |
$9.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20447350 | 4 months ago | | | 0 | 0.000072401857 | |
| 15782005 | 2 years ago | | | 0 | 0.00062576612 | |
| 15179772 | 2 years ago | | | 0 | 0.00096486005 | |
| 15150147 | 2 years ago | | | 0 | 0.0012935337 | |
| 15141473 | 2 years ago | | | 0 | 0.0015881043 | |
| 15141470 | 2 years ago | | | 0 | 0.0015391211 | |
| 15141465 | 2 years ago | | | 0 | 0.0014613807 | |
| 15141465 | 2 years ago | | | 0 | 0.0010191338 | |
| 15141459 | 2 years ago | | | 0 | 0.0012289576 | |
| 15141453 | 2 years ago | | | 0 | 0.0016602537 |
ABI
ABI objects
Getter at block 21273781
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 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)
devMint(uint256 quantity_)
publicSaleMint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAmountForDevs(uint256 amountForDevs_)
setAmountForPublic(uint256 amountForPublic_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPublicPrice(uint256 publicPriceWei_)
setPublicSaleStartTime(uint32 timestamp_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney(uint256 amount_)
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()