Goblin Vs Elfs
Verified contract
Active on
Ethereum with 1,066 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Goblin Vs Elfs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19746964 | 7 months ago | | | 0 | 0.00031452397 | |
| 19101370 | 10 months ago | | | 0 | 0.00022688377 | |
| 19094167 | 10 months ago | | | 0 | 0.00024673330 | |
| 17964718 | a year ago | | | 0 | 0.0011675582 | |
| 16959231 | 2 years ago | | | 0 | 0.00043063166 | |
| 16413711 | 2 years ago | | | 0 | 0.0010115223 | |
| 15803133 | 2 years ago | | | 0 | 0.00041678915 | |
| 15402277 | 2 years ago | | | 0 | 0.00046218752 | |
| 15308235 | 2 years ago | | | 0 | 0.00032560502 | |
| 15308235 | 2 years ago | | | 0 | 0.00032560502 |
ABI
ABI objects
Getter at block 21293671
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 owner) view returns (uint256)
freeWallets(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMintForAddress(address[] addresses, uint256[] quantities)
freeMint(uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setMaxFreeMint(uint256 _max)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMint()
ExceedsMaxSupply()
ExceedsWalletLimit()
FreeMintOver()
InsufficientValue()
InvalidAmount()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
TokenNotFound()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()