GoblinHunters.run
Verified contract
Active on
Ethereum with 798 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($406.92)
Native
Value
$406.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1311 | $3,103.91 |
$406.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16709433 | 2 years ago | | | 0 | 0.0020995892 | |
| 16683826 | 2 years ago | | | 0 | 0.0012774097 | |
| 16605547 | 2 years ago | | | 0 | 0.00065608912 | |
| 16603396 | 2 years ago | | | 0 | 0.00072046717 | |
| 15873514 | 2 years ago | | | 0 | 0.00046880162 | |
| 15837322 | 2 years ago | | | 0 | 0.00042149814 | |
| 15795910 | 2 years ago | | | 0 | 0.00085439238 | |
| 15791520 | 2 years ago | | | 0 | 0.0017328104 | |
| 15790249 | 2 years ago | | | 0 | 0.0017913059 | |
| 15789086 | 2 years ago | | | 0 | 0.0010952957 |
ABI
ABI objects
Getter at block 21192966
cost() view returns (uint256)
0
freelimit() view returns (uint16)
4500
hiddenUri() view returns (string)
https://degenerama.mypinata.cloud/ipfs/QmbpHDrFidLKDdTXm1ef6JcFxWqf2BMr7q1p6nppTq8MVX/2.json
maxMintAmountPerWallet() view returns (uint8)
20
maxSupply() view returns (uint16)
10000
name() view returns (string)
GoblinHunters.run
owner() view returns (address)
0xce35ff5449b04df278f3d8ac0115c4ff80db9db4
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
reveal() view returns (bool)
true
symbol() view returns (string)
Gobhunt
totalSupply() view returns (uint256)
5817
Read-only
NFTPerAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
flipProxyState(address proxyAddress)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeLimit(uint16 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerWallet(uint8 _maxtx)
setPaused()
setProxyRegistryAddress(address _proxyRegistryAddress)
setRevealed()
setUriPrefix(string _uriPrefix)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()