Goblinz Nft
Verified contract
Active on
Ethereum with 1,401 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Goblinz Nft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20518340 | 3 months ago | | | 0 | 0.000036350433 | |
| 20079563 | 5 months ago | | | 0 | 0.00039117244 | |
| 17516399 | a year ago | | | 0 | 0.00096504038 | |
| 17167005 | 2 years ago | | | 0 | 0.0039313205 | |
| 16989875 | 2 years ago | | | 0 | 0.0014597394 | |
| 16935473 | 2 years ago | | | 0 | 0.0018731460 | |
| 16746765 | 2 years ago | | | 0 | 0.0010027755 | |
| 16737881 | 2 years ago | | | 0 | 0.0010112813 | |
| 16707150 | 2 years ago | | | 0 | 0.0010923537 | |
| 16706785 | 2 years ago | | | 0 | 0.0012339990 |
ABI
ABI objects
Getter at block 21207082
freSalemaxSupply() view returns (uint32)
1000
freeMaxMint() view returns (uint16)
1
freeSaleIsActive() view returns (bool)
false
isSaleOpen() view returns (bool)
true
maxNFTPerAddress() view returns (uint16)
20
maxSupply() view returns (uint32)
2500
name() view returns (string)
Goblinz Nft
owner() view returns (address)
0xdc4154ab5365741ce37dcd8af0f34899c2932876
preSalePrice() view returns (uint64)
15000000000000000
preSalemaxSupply() view returns (uint32)
9000
presaleIsActive() view returns (bool)
false
presaleMaxMint() view returns (uint16)
4
publicPrice() view returns (uint64)
2000000000000000
symbol() view returns (string)
GBZ
totalSupply() view returns (uint256)
1329
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onFreeSaleList(address addr) view returns (bool)
onPreSaleList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToFreeSaleList(address[] addresses)
addToPresaleList(address[] addresses)
approve(address to, uint256 tokenId)
freeSaleMint(uint16 quantity) payable
mint(uint256 quantity) payable
ownerMint(address _to, uint256 _amount)
presaleMint(uint16 quantity) payable
removeFromFreeSaleList(address[] addresses)
removeFromPresaleList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newExtension)
setBaseURI(string _newURI)
setFreMaxSupply(uint32 _newSupply)
setFreeSaleMaxMint(uint16 maxMint)
setMaxNFTPerAddress(uint16 _newMaxAmount)
setMaxSupply(uint32 _newSupply)
setNotRevealedURI(string _newURI)
setPreSaleMaxSupply(uint32 _newSupply)
setPreSalePrice(uint64 _newPrice)
setPresaleMaxMint(uint16 maxMint)
setPublicPrice(uint64 _newPrice)
toggleFreeState()
togglePresaleState()
toggleSaleOpen()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
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 _notRevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()