goblinrekttownwtf

Verified contract

Active on Ethereum with 5,477 txns
Deployed by via 0x44e67b6d at 14890918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "goblinrekttownwtf"

0x52cc2899cd373d96e64de700fab60bb91fbfd307732f0ef891c7f9d72db4ddaf
0xea69fb04fd73fa518830cadd88436dda3c3359ea63e0a7215b1f72f89294b8e0
0xb2aaa475582347eb83b06b2a55e2ac7781b86d98528f4f5b2a375f3e386d39ca
0xe048c70ee33f56b3d0a13166503a6b27dd1959f602df03ec701c3d96b6dd3506
0xe5c74d78007ff5f703f339550422cc72c9d1bd9bddfa11b69b457c7e20615c0e
0xf8dfef3d238a802726101da4e933ea8e317470920c4e810915a512b7573e99e7
0x259e74e934f08266d769410dff2c192fc2e4143dd893a24d122857da64f938af
0xe8c601f174d3d6b52b98ff4dfdd5c9c241e794396643c4915560a6921f0af837
0x6a404d86b5688b0cf8f9420cf75bcc8090b38e866782f4bf59dfd7d380409c1c
0xbe8f8e391a663235ebbb5c35a1d3b3cf76e1a6394f4114a2011e51261879fd6b

Functions
Getter at block 21217698
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
5555
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
2
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
goblinrekttownwtf
owner(view returns (address)
0x342ee44f57ea5d8400b911992035994f59a3ec3b
symbol(view returns (string)
grtwtf
totalSupply(view returns (uint256)
5555
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _mintAmountpayable 
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(