Hobgoblintown
Verified contract
Active on
Ethereum with 25,114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HGT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026355 | a month ago | | | 0 | 0.00041782697 | |
| 20986680 | a month ago | | | 0 | 0.0011593005 | |
| 20916287 | 2 months ago | | | 0 | 0.00044635831 | |
| 20916285 | 2 months ago | | | 0 | 0.00043550211 | |
| 20656531 | 3 months ago | | | 0 | 0.000066230550 | |
| 20560251 | 3 months ago | | | 0 | 0.000037862220 | |
| 20264005 | 5 months ago | | | 0 | 0.00016215213 | |
| 20252385 | 5 months ago | | | 0 | 0.000041918579 | |
| 20150938 | 5 months ago | | | 0 | 0.000046334191 | |
| 20097088 | 5 months ago | | | 0 | 0.00011696516 |
ABI
ABI objects
Getter at block 21292764
MAX_PER_Transaction() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
1
PRICE() view returns (uint256)
0
getStatus() view returns (uint256)
1
name() view returns (string)
Hobgoblintown
owner() view returns (address)
0xa9466a77335ca3d435d729a1410b615cb674a228
reserve() view returns (uint256)
0
status() view returns (uint256)
1
symbol() view returns (string)
HGT
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedBy(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address sendTo, uint256 quantity)
approve(address to, uint256 tokenId)
changeMAX_PER_Transaction(uint256 q)
changeMAX_PER_WALLET(uint256 q)
changeMintPrice(uint256 _newPrice)
mint(uint256 quantity) payable
mintReserveTokens(uint256 quantity)
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)
setReserveTokens(uint256 _quantity)
setStatus(uint256 s)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()