goblinclubwtf

Verified contract

Active on Ethereum with 3,397 txns
Deployed by via 0x9bc1bfb5 at 14868489
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "goblinclubwtf"

0x712c5e1d62bbae718767eddcaffe39a639c99c7f703bff42696818702a9bd481
0x9d235afba782753feb5f6b3fc954ed9a0ee86f67d53ae245fdb0a7713f6d1b9e
0x91649da173f5b285881b5d1accc31af9f1a79362848767827ba15c02231042ec
0x127f5e592b86716f8481115466e5f0046c7388512cd533044df86f334ebffda0
0x39166ec16c278212d830efca9284b25c874cedf66dd2acac524d378bfdbf114a
0x0b1d9ab0758778d9afee93c7fdfc51b5bba34029404394b34f3112a74ed1e9a7
0x199db106807e1de3ce7647a07f1639e0c6f969dca639df9a5f43da0eab468dc0
0xd0a972d8a029698ebe9208d9196df67946e544716228d2875dd14ed2c3ee2a6b
0x98a2230c449745b82d379da01fb2df0c625cbaf1aaffcf4f492ef64b839852e0
0xe41a3a6486ff6126b28a886dc917a3fdb3e410601b826e4c27d40845acd7ef18

Functions
Getter at block 21055992
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
5000
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)
5000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
goblinclubwtf
owner(view returns (address)
0xc1b0595eb6632dfeec387371d164de896f7b1037
symbol(view returns (string)
goblinclubwtf
totalSupply(view returns (uint256)
2914
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(