The Goblin Culture

Verified contract

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

No balances found for "The Goblin Culture"

0x45361d39783d4875ba8bdb7d943dcc8e9f60288fb84f8c413a67c6dfc4e4906a
0x47189a690df8fddce64647f84ab072e093a8f33e0996ceec855247d514398732
0x3939952bbccaaaf926014a3b8080628e6cf3e154123958e2c93efd3c42d86938
0xb2f9c9f211bfc66f72fd53dfebe9a13f00a4460714646911f920c311660aa73e
0x4116c8e1ebb4b6bdd793cd30a9c49709fad6fab53c450a73d4de14fe00548162
From
0xa109ae3e8bba271325d36c77b3c4e6ffe5f93dad1a78ce19c25a132c5bb5a0b2
0x8967f8b896fcfdc685e30b546097b5c18d508d49c961b87bd266d122fffd24fc
0x6f1a765d18b60b9a5b61b6720693d5d0bdf5bbd2b607d5a10f0a83887c225a09
0x6cd69dc808eda4cc3708e8a6c8b3d05d26eaa3c5be4b1222d5d3e3423e811b0d
0x4c889c3109ea13cde66f45cb0e6158ea1d9968ed6a834e212074695105a8c3fa

Functions
Getter at block 20862630
MAX_NFT_PER_TRAN(view returns (uint256)
20
MINT_PRICE(view returns (uint256)
5000000000000000
contractURI(pure returns (string)
isMetadataFinal(view returns (bool)
false
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
6969
name(view returns (string)
The Goblin Culture
owner(view returns (address)
0x5200c56ead1d25fc443bb78bb82017491c75e438
prerevealURL(view returns (string)
symbol(view returns (string)
TGC
totalSupply(view returns (uint256)
6969
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenId
finalizeMetadata(
mint(uint256 countpayable 
reduceSupply(uint256 newMaxSupply
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPause(bool value
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(address splitterAddress
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(