trueplebswtf

Verified contract

Active on Ethereum with 760 txns
Deployed by via 0x935a717d at 14888961
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "trueplebswtf"

0xc9798fec6a25c472a40ba306d5f61bcf3cf2d8b066a7344bb2769d83af96d769
0x1fb1d5f8136043c977c8400c686d7ea06a559cd2c0cef0321b48c26de542fe25
0x7d3a818f470f958efc5f183c2282a39d647843b8e46b71b72489f72519ed263a
0x6491aacf55f2a47896ecd877d9bf490504c3a18e84c51fe32da373005c01e271
0xf118f6ec5a5e5cffceb85d95678a53d1affc811d97e0881969718a23395b1801
0x1dbb604d331ba6f42397be60d2576b081ef95c013a41fe1fbf3d2ca644e581c7
0x504928e6e3880053508d5d142d8a6820619c3bf74a0764be38d2e5e8bcaa4129
0x5e24b32230a88a8608c58e9dc7898d81ae3b919551674bfa16d1f46bac120ec4
0x95f4c6f08ab0f66e24638307f1cefa0bd4fbe54b21ba4c0ec2a1153bc309af8e
0x09572881c153a5ab5c4c4205be2f16bff0518e9abe0ea854418f9278ec299e82

Functions
Getter at block 21208165
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
5555
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
1
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
trueplebswtf
owner(view returns (address)
0xe7e3d961402c306a8c8e7a10a57931e714125f5b
symbol(view returns (string)
trueplebswtf
totalSupply(view returns (uint256)
1580
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 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

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