Goblin Vs Elfs

Verified contract

Active on Ethereum with 1,066 txns
Deployed by via 0x8235b7bd at 14892105
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Goblin Vs Elfs"

0x25bdb2bdfdab0a36c02b1e9750d7c4fc2fef49667e5944a6cdf3446840918bd7
0x348de671c1654b4fc96fe3e8116faf78c8806297641abfcde14f1212b7b23128
0x0a7d8837a71e97ba8eff653e6892eaf3d849e996e1325898f1626f7ef3912682
0x0f32b14faafdce495275a093c877354bc111f1ca99fd03fa32de847b125bd25c
0x16e85238eabccaf47b377d8cb219f914a7907b5d7f06d97ef60ea8264badd832
0xea3e4cde6615042a1cb6a954e9d504003fcba449e6a67d7f19498e54c7d663f4
0x8a76a007f203a26fbef041e0c8135db1000f084a5dc136523cee0352c47738b3
0x8ce0284681febb1c2243f07590c8d0126bdbb9f5a492dafad833be1095b824cf
0x47318e5d114099fa8462bb80c4ad1cadf7e6815a484f98959ec215c1bfc0c269
0x0b9a6c1754c48aa04a99953e225c2710ecd4ccdcdb04a46deac1b0b92a3f2fa8

Functions
Getter at block 21067127
FREE_MINT_MAX(view returns (uint256)
4500
cost(view returns (uint256)
4000000000000000
freeMaxMintPerWallet(view returns (uint256)
3
isFreeMint(view returns (bool)
true
maxMintAmountPerTx(view returns (uint256)
30
maxSupply(view returns (uint256)
5000
name(view returns (string)
Goblin Vs Elfs
owner(view returns (address)
0xfd87ead42a30996880b75b76342c3bec8c63f13f
saleActive(view returns (bool)
true
symbol(view returns (string)
GVE
totalSupply(view returns (uint256)
2831
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
batchMintForAddress(address[] addressesuint256[] quantities
freeMint(uint256 _mintAmount
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
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
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
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 baseTokenURI
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(