goblindeeznuts.wtf
Verified contract
Active on
Ethereum with 1,713 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 "goblindeeznuts.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18914815 | a year ago | | | 0 | 0.00068970643 | |
| 16724863 | 2 years ago | | | 0 | 0.0024186360 | |
| 16433715 | 2 years ago | | | 0 | 0.00088380890 | |
| 16306869 | 2 years ago | | | 0 | 0.00077634822 | |
| 16302221 | 2 years ago | | | 0 | 0.00093848946 | |
| 16271911 | 2 years ago | | | 0 | 0.00055378800 | |
| 15844273 | 2 years ago | | | 0 | 0.0015201795 | |
| 15775368 | 2 years ago | | | 0 | 0.0011358531 | |
| 15353687 | 2 years ago | | | 0 | 0.00084469809 | |
| 15256541 | 2 years ago | | | 0 | 0.00023422744 |
ABI
ABI objects
Getter at block 21220224
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
10000
MAX_WALLET() view returns (uint256)
10
PRICE() view returns (uint256)
0
SALE_START() view returns (uint256)
1654232400
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmUoK8TWzWJ5yZ2gmgbXw9gfc3yi8ay6D8E6KbTJcddj6b/
isPaused() view returns (bool)
true
name() view returns (string)
goblindeeznuts.wtf
owner() view returns (address)
0x2d88f5c71505ce1c892ebf9902e503298a1af0c7
symbol() view returns (string)
GBZ
totalSupply() view returns (uint256)
12487
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)
salePrice(uint256 _count) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdropNFT(address[] winners)
approve(address to, uint256 tokenId)
mint(uint256 _count) payable
pauseMinting()
renounceOwnership()
resumeMinting()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSalePrice(uint256 _price)
setSaleTime(uint256 _saleTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateGoblindeeznutsNFT(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()