GOBLINHOUSE
Verified contract
Active on
Ethereum with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.32)
Native
Value
$9.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,107.63 |
$9.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14908681 | 2 years ago | | | 0 | 0.0042785445 | |
| 14908672 | 2 years ago | | | 0 | 0.0025126423 | |
| 14908662 | 2 years ago | | | 0 | 0.016653496 | |
| 14908656 | 2 years ago | | | 0 | 0.00081054483 | |
| 14905099 | 2 years ago | | | 0 | 0.0071341561 | |
| 14905035 | 2 years ago | | | 0 | 0.0050649040 | |
| 14904999 | 2 years ago | | | 0 | 0.0057247562 | |
| 14904999 | 2 years ago | | | 0 | 0.0057247562 | |
| 14904999 | 2 years ago | | | 0 | 0.0057247562 | |
| 14904999 | 2 years ago | | | 0 | 0.0057247562 |
ABI
ABI objects
Getter at block 21208989
CONTRACT_URI() view returns (string)
ipfs://Qmc4JDCiTxWwGreCtuRLFkWoL16zcxdFrfRRREeMCKmyfg
MAX_SUPPLY() view returns (uint256)
10000
PUBLIC_MINT_LIMIT() view returns (uint256)
20
PUBLIC_MINT_LIMIT_TXN() view returns (uint256)
10
TEAM_MINT_MAX() view returns (uint256)
500
TOTAL_SUPPLY_TEAM() view returns (uint256)
500
contractURI() view returns (string)
ipfs://Qmc4JDCiTxWwGreCtuRLFkWoL16zcxdFrfRRREeMCKmyfg
freeSale() view returns (bool)
true
hiddenURI() view returns (string)
ipfs://Qmc4JDCiTxWwGreCtuRLFkWoL16zcxdFrfRRREeMCKmyfg
name() view returns (string)
GOBLINHOUSE
owner() view returns (address)
0xe02017103bbe119ae20b54a8edd87e9df1e2742a
paused() view returns (bool)
false
publicPrice() view returns (uint256)
3000000000000000
publicSale() view returns (bool)
true
revealed() view returns (bool)
false
revealedURI() view returns (string)
symbol() view returns (string)
GBLHS
teamWallet() view returns (address)
0xe02017103bbe119ae20b54a8edd87e9df1e2742a
totalSupply() view returns (uint256)
532
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numUserMints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userMintedFree(address) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
mintToUser(uint256 quantity, address receiver)
publicMint(uint256 quantity) payable
renounceOwnership()
revealCollection(bool _revealed, string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setContractURI(string _contractURI)
setFreeEnabled(bool _state)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setPublicEnabled(bool _state)
setPublicPrice(uint256 _publicPrice)
setRevealed(bool _state)
setTeamMintMax(uint256 _teamMintMax)
teamMint(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()