Wienerz
Verified contract
Active on
Ethereum with 8,319 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 |
---|---|---|---|---|---|
WNRZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20885533 | a month ago | | | 0 | 0.00033600750 | |
| 20415084 | 4 months ago | | | 0 | 0.00012811937 | |
| 20388373 | 4 months ago | | | 0 | 0.000083494443 | |
| 20377904 | 4 months ago | | | 0 | 0.00025633954 | |
| 19958852 | 6 months ago | | | 0 | 0.00018934704 | |
| 19955281 | 6 months ago | | | 0 | 0.00048926449 | |
| 19931103 | 6 months ago | | | 0 | 0.00017108736 | |
| 19849422 | 6 months ago | | | 0 | 0.00013977000 | |
| 19700815 | 7 months ago | | | 0 | 0.00013382030 | |
| 19644273 | 7 months ago | | | 0 | 0.00027479341 |
ABI
ABI objects
Getter at block 21193541
MAX_MINT_PER_WALLET() view returns (uint256)
1
MINT_PRICE() view returns (uint256)
0
TOTAL_WIENERZ() view returns (uint256)
5000
baseExtension() view returns (string)
.json
currentPrice() pure returns (uint256)
0
name() view returns (string)
Wienerz
owner() view returns (address)
0xa8743730cb851460b049fa838b2b1fb6c8c999e1
remainingSupply() view returns (uint256)
0
saleIsActive() view returns (bool)
false
symbol() view returns (string)
WNRZ
tokenSupply() view returns (uint256)
5000
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)
chefskiss(address chef, uint256 _totaldogs)
mint(address _to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
toggleWienerzSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxMintsPerWallet(uint256 _newMax)
withdrawBalance()
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.