Goblin Wunks
Verified contract
Active on
Ethereum with 395 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 "Goblin Wunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14919694 | 2 years ago | | | 0 | 0.00054423645 | |
| 14867549 | 2 years ago | | | 0 | 0.0011963602 | |
| 14842096 | 3 years ago | | | 0 | 0.0012378215 | |
| 14825113 | 3 years ago | | | 0 | 0.0010727150 | |
| 14824959 | 3 years ago | | | 0 | 0.00089268505 | |
| 14824773 | 3 years ago | | | 0 | 0.00084999780 | |
| 14824724 | 3 years ago | | | 0 | 0.0012332383 | |
| 14824600 | 3 years ago | | | 0 | 0.0011084905 | |
| 14824482 | 3 years ago | | | 0 | 0.0010102949 | |
| 14824480 | 3 years ago | | | 0 | 0.0010791929 |
ABI
ABI objects
Getter at block 21269489
_extension() view returns (string)
.json
adoptionLimit() view returns (uint256)
10
baseURI() view returns (string)
ipfs://QmfEtefYNezDjUC8D5NQYTdhmj3gpQG8ndrJQcZAjNWTF8/
getBalance() view returns (uint256)
0
getBaseURI() view returns (string)
ipfs://QmfEtefYNezDjUC8D5NQYTdhmj3gpQG8ndrJQcZAjNWTF8/
maxSupply() view returns (uint256)
2333
name() view returns (string)
Goblin Wunks
owner() view returns (address)
0x1e47c8983176410f55852fe6e7aef0f0d0bafcbf
price() view returns (uint256)
0
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
GOBW
totalSupply() view returns (uint256)
2333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address owner) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
mintNFT(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
sendGiftsToWallet(address _wallet, uint256 _num)
setAdoptionlimits(uint256 _adoptionLimit)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setmaxSupply(uint256 _supply)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _newBaseURI)
updateExtension(string _temp)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()