goblindogswtf

Verified contract

Active on Ethereum with 3,193 txns
Deployed by via 0x98a27efd at 14905611
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $171.88
0xedf239a773b8dc26c1954fc16c13da3c20951d1b2c5a3fb45564b025237ed538
0x7b18af08c89ff8dc386663d66595f42c22782a21076c704a1583d10e22af3da2
0x6e0c95d2e5005494d049b439245ee93e7b3a86cb916fec7e0aab1edc82436ff4
0xf471e8ac4a6994a96b15e0b5c9c81a01f6a0686e8bd2b38e1e941c8226e8718c
0x9bc94b4197ec9e69018f5ac1a20b13984745ecfd1fa5d610e32d54bb95951083
0x360118f226215dad77a07064e2c6c45d75cf4e4c3dcf3672dc85c27a0ab8995e
0x3d7f12600cc16ab086e9da416d80f2eb8571dc681d937aff7ebbc7198de45259
0xc96f5d98fe336db1b73313b53fc92c3f9d56edbd2fdabc2e446576525593cff6
0xbe92259b5bbe6da4071694ac2d805308974bc1a371856e9ccbcf16694504f20f
0x1310514d8ed7d8b4cf56e948412af10f7d0316023c1751887670ab4912d02ecc

Functions
Getter at block 20868405
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
10000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
1
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
10000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
goblindogswtf
owner(view returns (address)
0xe7e3d961402c306a8c8e7a10a57931e714125f5b
symbol(view returns (string)
gdwtf
totalSupply(view returns (uint256)
8880
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(