goblinkingdom

Verified contract

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

No balances found for "goblinkingdom"

0x963616d9f6e6a720cc399cffbdb1326951dfc55d9765571a763e9d4b73510be5
0xbd43ee747ef45ff1e2085afc9ec5d3487d8c323e4fbe2cc12e81e3ca5ad7d878
0x4d3b09108904e33cf192f6e416abde9b296ad6a707d50bb87bbc769112791919
0xacd746814bd8f23c85c14c08cd0a3a55b739bcc15864d0acf3b5e553afadd65d
0xe0bca30fd4f60fbf78a28815e17b91d01521c0cff718c28262f6d390e7a4878b
0x989a892825cd196ff1d764407733e1e89975e774e7e9b6085d80341f24cd6535
0x13f663a8c1881e17be8f0b4cd8972aeb209e6763f2263ed4c799facfc8616af2
0x65da1e15bb971e3461e62acbcdac415f99cd3e2577557f9c0d9470794b04c4bd
0x11b0641145aa2c1a0c74329abc03cc932800a3eb933e67bfa72c494b67069c38
0x520ae97f108bd45d08f8882631ea4a2aca9e15fca22916ceeb4d200b4e599828

Functions
Getter at block 20937576
FREE_MINT_MAX(view returns (uint256)
2000
cost(view returns (uint256)
1000000000000000
freeMaxMintPerWallet(view returns (uint256)
10
isFreeMint(view returns (bool)
false
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
3333
name(view returns (string)
goblinkingdom
owner(view returns (address)
0x131860a83c73eb51a2a3915b46497b47e7bec03a
revealed(view returns (bool)
true
saleActive(view returns (bool)
true
symbol(view returns (string)
GOBLIN
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
freeWallets(addressview 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
freeMint(uint256 _mintAmount
mintForAddress(uint256 _mintAmountaddress _receiver
paidMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setMaxFreeMint(uint256 _max
setMaxFreeMintPerWallet(uint256 _max
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setRevealed(bool state
toggleSaleState(
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(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractMint(
ExceedsMaxSupply(
ExceedsWalletLimit(
FreeMintOver(
InsufficientValue(
InvalidAmount(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
TokenNotFound(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(