This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793851, which is 3 minutes old. We're running behind the tip but working to resolve the issue.

weis

Verified contract

Active on Ethereum with 12,312 txns
Deployed by via 0x9b14d386 at 15738364
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "weis"

0xb7250737cea841a7e1c5a711be67774f6dc40465266aa8f7b71030ef735e85eb
0x0c6850e69381ab10c8b30b463fd6ab60c10a6bef49dfb82ca483968eff000890
0xc996e831dae1a1672b699dbe7efc1897f3d76bd356ca44ffcb859680af25f086
0x905f3cbdaf81ba69f45f39cdf38bfea55b07f69c6ddcfbfd3177e1f7879a5c09
0xe25a3cabd72588bfc0dd294fd58a2e7c023e2277cf79cf70c22334fd72d2b7ff
0xed86f5056e846ec68d202e0d7384a40d40961c2c7ce7af4693424812c0cff4de
0x67687b57e2020017b31c630045af737c3055be04af7517bab49b9710cc8a5223
0x0680269123e4d1b60f83b00fb05a2b21866580b36bc1e787bf898c7c0e433857
0x190fc23e95526ca3f25ff87936f1349099616774f5865f58a77357bd46af0a48
0x85e5449a22045d44f0c7a73b5e0a4c9955006a8f1d5740eb8e12f65cb43342e1

Functions
Getter at block 20793850
baseURI(view returns (string)
ipfs://bafybeidltmkivye2tmht2vno5e5mf5wjtohudadz44fax5vzutuqwx27bu/
chanceFreeMintsAvailable(view returns (uint256)
1965
freeMintsAvailable(view returns (uint256)
649
isPublicLive(view returns (bool)
true
maxPerTransaction(view returns (uint256)
20
maxPerWallet(view returns (uint256)
1000
maxTotalSupply(view returns (uint256)
5001
mintPrice(view returns (uint256)
10000000000000000
name(view returns (string)
weis
owner(view returns (address)
0xe44dacb07a506b1b1234781634374e34a855019d
symbol(view returns (string)
WEI
totalSupply(view returns (uint256)
5001
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsPerWallet(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipPublicSaleState(
mintPublic(uint256 _amountpayable 
renounceOwnership(
reserveBulk(address[] to
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setChanceFreeMintsAvailable(uint256 _chanceFreeMintsAvailable
setFreeMintsAvailable(uint256 _freeMintsAvailable
setMaxPerTransaction(uint256 _maxPerTransaction
setMaxPerWallet(uint256 _maxPerWallet
setMaxTotalSupply(uint256 _maxTotalSupply
setMerkleTreeRoot(bytes32 _merkleTreeRoot
setMintPrice(uint256 _mintPrice
setWithdrawAddress(address _withdrawAddress
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(