This contract is being backfilled. You may encounter incomplete storage history.

WASC

Verified contract

Active on Ethereum with 923 txns
Deployed by via 0x953c6b55 at 15684122
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WASC"

0x449a81986885a2e2f61d2b2eabee800cd8696103a3377846d2c1eda4bad29532
0xc0e5a7d48ea33aa4c454efb2529489dd3c2be0e714b2b72945ff5abc9c434812
0x53a737eea17a11968ae57275815ba247f233d9d2d21460b75b709ca8af964d6f
0x0ffd7acbe5295e7d78f47222568e0a6bb785f5dde1c472fd33a26ae423d62c5e
0x6c76e565c2f5e799e4a207ea52c6f5162371ff1d1feb984746093a4880719ebc
0x495d5b0f04218eafd70b9d1514d73ef1994fb0df3fb6490b613039300f87af09
0xfb0a0f410ee8dfb5813023dafaf3aa419fe89e663636aa4a650a757ca5a46534
0x5b40918ad5d63bb561c0648aa4d2fc8d47d01366106807ff4e69d17779d60f45
0xadd79db1e8a09c93bc0c8fb25e233c42c97ab48842d4928e154f23ce4e4db150
0x90217a11c3513d8e66c4160b8b0a25437a4736f22a984b33de121c00bb7a4db2

Functions
Getter at block 20794534
cost(view returns (uint256)
5000000000000000
freeUntil(view returns (uint256)
10000
freebiesPerWallet(view returns (uint256)
2
maxMintAmountPerTx(view returns (uint256)
30
maxSupply(view returns (uint256)
10000
name(view returns (string)
WASC
owner(view returns (address)
0x011653c789621cf6ce10cc1f5d92d21929d920df
paused(view returns (bool)
false
symbol(view returns (string)
WASC
totalSupply(view returns (uint256)
3624
uriPrefix(view returns (string)
ipfs://QmWj1izusmxa1DdL2FDyKyvgrHerchXpGRiCw16UQN3JUw/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
freebieMap(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
decreaseSupply(uint256 supply
mint(uint256 amountpayable 
renounceOwnership(
reserve(address addruint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeUntil(uint256 _freeUntil
setFreebiesPerWallet(uint256 _freebiesPerWallet
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(