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 "WEEDZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20722098 | 3 months ago | | | 0 | 0.00017985796 | |
| 20722098 | 3 months ago | | | 0 | 0.00017985796 | |
| 20722098 | 3 months ago | | | 0 | 0.00031587063 | |
| 19680360 | 8 months ago | | | 0 | 0.00083812819 | |
| 19680352 | 8 months ago | | | 0 | 0.00076930019 | |
| 19680328 | 8 months ago | | | 0 | 0.00075986998 | |
| 19680318 | 8 months ago | | | 0 | 0.00073859173 | |
| 19680308 | 8 months ago | | | 0 | 0.00076797116 | |
| 19680300 | 8 months ago | | | 0 | 0.00038984643 | |
| 19680293 | 8 months ago | | | 0 | 0.00070052747 |
ABI
ABI objects
Getter at block 21387627
cost() view returns (uint256)
69000000000000000
hiddenMetadataUri() view returns (string)
https://weedznft.mypinata.cloud/ipfs/QmUUreKY4zdc31eoze8BG9AvstZgLWt3s6ntHJq55uokNe
maxMintAmountPerTx() view returns (uint256)
30
maxSupply() view returns (uint256)
420
name() view returns (string)
WEEDZ
owner() view returns (address)
0x3fdfb7d1faf7b0de3298c3f5a7056c49ba7ab3b9
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
WEEDZ
totalSupply() view returns (uint256)
420
uriPrefix() view returns (string)
https://weedznft.mypinata.cloud/ipfs/QmUwLUfA78uJBmb7P1FT5gYkKyK3yi43Ss6n3urv8RWTrg/
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)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
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.