Goblin Wizards
Verified contract
Active on
Ethereum with 222 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 Wizards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15606464 | 2 years ago | | | 0 | 0.00016865618 | |
| 15599722 | 2 years ago | | | 0.0225 | 0.0010531756 | |
| 15599721 | 2 years ago | | | 0.018 | 0.00089080322 | |
| 15599720 | 2 years ago | | | 0.0225 | 0.00099590288 | |
| 15599717 | 2 years ago | | | 0.0225 | 0.0010414458 | |
| 15599717 | 2 years ago | | | 0.0225 | 0.0011456617 | |
| 15599717 | 2 years ago | | | 0.0225 | 0.0010414458 | |
| 15599717 | 2 years ago | | | 0.0225 | 0.0010414458 | |
| 15599715 | 2 years ago | | | 0.018 | 0.00099788525 | |
| 15599715 | 2 years ago | | | 0.018 | 0.00099788525 |
ABI
ABI objects
Getter at block 21435533
MaxWizardsPerTx() view returns (uint256)
5
WizardsMinted() view returns (uint256)
789
WizardsSupply() view returns (uint256)
1000
cost() view returns (uint256)
4500000000000000
hiddenMetadataUri() view returns (string)
ipfs://______/hidden.json
name() view returns (string)
Goblin Wizards
owner() view returns (address)
0xdeed5ed7f56b387575914a789c160aa90bf72b03
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GWS
uriPrefix() view returns (string)
ipfs://QmSsPEGFaA6x3DoWJ5SiJYLrX49okNjhokuvLGGZyUBGBN/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxWizardsPerTx(uint256 _MaxWizardsPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setcost(uint256 _cost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.