goblinparty
Verified contract
Active on
Ethereum with 510 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 |
---|---|---|---|---|---|
GPARTY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145356 | 5 months ago | | | 0 | 0.00016057800 | |
| 20145356 | 5 months ago | | | 0 | 0.00016057800 | |
| 20145356 | 5 months ago | | | 0 | 0.000093326000 | |
| 16606146 | 2 years ago | | | 0 | 0.00097021822 | |
| 16369183 | 2 years ago | | | 0 | 0.00066570383 | |
| 16369119 | 2 years ago | | | 0 | 0.0010051234 | |
| 15896947 | 2 years ago | | | 0 | 0.0013793089 | |
| 15832056 | 2 years ago | | | 0 | 0.00046687000 | |
| 15797730 | 2 years ago | | | 0 | 0.0016981375 | |
| 15789182 | 2 years ago | | | 0 | 0.0013197461 |
ABI
ABI objects
Getter at block 21300342
baseURI() view returns (string)
ipfs://QmTthFwpgit6xfgqwjj2SqaCuSHhVm5VDfEJP3zSxE1bv7/
discountActive() view returns (bool)
false
freeSaleOpen() view returns (bool)
false
isRevealed() view returns (bool)
false
mintRate() view returns (uint256)
15000000000000000
mintingOpen() view returns (bool)
false
name() view returns (string)
goblinparty.wtf
owner() view returns (address)
0x720f908bbd02c40715e8f993f7d5193b08dda745
symbol() view returns (string)
GPARTY
totalSupply() view returns (uint256)
906
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
checkMinted(address checkAdress) returns (uint256)
claimableMints(address checkAdress) returns (uint256)
doReveal(string setURI)
freeMint(uint256 quantity) payable
mint(uint256 quantity) payable
mintTo(uint256 quantity, address to)
openFreeSale()
openMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string setURI)
setDiscountActive()
setDiscountInactive()
setFreeList(address[] addresses, uint8 numAllowedToMint)
setMintRate(uint256 _mintRate)
set_MAX_FREEMINTS(uint256 _amount)
set_MAX_MINTS(uint256 _amount)
set_MAX_PUBLIC(uint256 _amount)
set_MAX_SUPPLY(uint256 _amount)
stopFreeSale()
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unReveal(string setURI)
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()