GunkedGoblintown.wtf
Verified contract
Active on
Ethereum with 1,212 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 "GunkedGoblintown.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19858843 | 6 months ago | | | 0 | 0.00020389645 | |
| 19801230 | 7 months ago | | | 0 | 0.00012432193 | |
| 19801230 | 7 months ago | | | 0 | 0.00021639854 | |
| 18476656 | a year ago | | | 0 | 0.00066571942 | |
| 17050321 | 2 years ago | | | 0 | 0.00061536977 | |
| 17019806 | 2 years ago | | | 0 | 0.0012315529 | |
| 16656276 | 2 years ago | | | 0 | 0.0013253469 | |
| 16512855 | 2 years ago | | | 0 | 0.0030039090 | |
| 16071486 | 2 years ago | | | 0 | 0.00054254780 | |
| 16044514 | 2 years ago | | | 0 | 0.00090198851 |
ABI
ABI objects
Getter at block 21283099
FREE_MINT_PRICE() view returns (uint256)
0
MAX_FREE_MINT() view returns (uint256)
1
MAX_PUBLIC_MINT() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
8888
PUBLIC_SALE_PRICE() view returns (uint256)
0
TOTAL_FREE_MINTS() view returns (uint256)
0
freeMintSale() view returns (bool)
false
isRevealed() view returns (bool)
true
name() view returns (string)
GunkedGoblintown.wtf
owner() view returns (address)
0xe4900141ca3f7e7cdb0effa1cb31b555232136c8
pause() view returns (bool)
false
placeholderTokenUri() view returns (string)
https://gunkedgoblintown.wtf/nftdata/unrevealed.json
publicSale() view returns (bool)
false
symbol() view returns (string)
GUNKGOB
totalSupply() view returns (uint256)
8888
walletOf() view returns (uint256[])
[]
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
State-modifying
Events airdropTokens(address _to, uint256 _tokenAmount) payable
approve(address to, uint256 tokenId)
initialMint()
mint(uint256 _quantity) payable
renounceOwnership()
reserveMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxFreeMintAmount(uint256 _MAX_FREE_MINT)
setMaxPublicMintAmount(uint256 _MAX_PUBLIC_MINT)
setPlaceHolderUri(string _placeholderTokenUri)
setPublicSalePrice(uint256 _PUBLIC_SALE_PRICE)
setTokenUri(string _baseTokenUri)
setTotalFreeMints(uint256 _TOTAL_FREE_MINTS)
toggleFreeMintSale()
togglePause()
togglePublicSale()
toggleReveal()
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()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()