Wild West

Verified contract

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

No balances found for "Wild West"

0x0f71b2096b596571d204c1c5417be90311047e6e37ee3526145700cead36becc
0x5cca42008109af5d3fc6b031d5a1fb02e8deece358399d0a10a2bd701fe7a5f5
0x00d2281c57655e4dd589da3e285fc9aae39428d1ada7bd8e74b76947a7fc0995
0x8582de753a482d8e774befd3c18e3be0f6548305a30fa838f73e81cf91706b0b
0xb725230cb85c53e697548028b7e55f96284f6ce37d1742afa3f597fadb48a5a9
0x29c6113317b7f80ca87a6390e1d57bccda74e24edcc25350878708f4b9bef3e9
0xfad04c4c560f173a2876ee0ed70ba88f5c1f7fe66ce4757de38bf5b525b34e30
0xeff1ec899948c796022cd1b0e47b7a08f885c19f5336a3dc19606b71803d9642
0x421ed5b1cb01345bbbc2b3c8ebd3d75573da0e302982987ee7e592fc436a52ca
0xf407ea4973447acc14f72a849cb9bec02e4bebe2974d3a51b7e6f291d5e48914

Functions
Getter at block 21011313
maxMintAmount(view returns (uint8)
2
maxSupply(view returns (uint16)
5555
name(view returns (string)
Wild West
owner(view returns (address)
0xf4a265ae0845e903d155d3b4db18ca6465049af2
presaleActive(view returns (bool)
false
publicCost(view returns (uint256)
0
publicSaleActive(view returns (bool)
true
symbol(view returns (string)
WW
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(address _userbytes32[] _studentProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint8 _amountpayable 
presaleMint(bytes32[] _studentProof
reduceSupply(uint16 _newReducedSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistLimit(uint256 _allowListLimit
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintAmount(uint8 _maxMintAmount
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot
setPublicSaleCost(uint256 _newPublicCost
togglePresale(
togglePublicSale(
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
AllowListIsOver(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
CannotIncreaseCost(
CannotIncreaseTheSupply(
InsufficientValue(
MaxPerWalletExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintWouldExceedAllowedForIndvidualInWhitelist(
MintWouldExceedMaxSupply(
MintZeroQuantity(
NoContracts(
NotAllowlisted(
NotPrelisted(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PreSaleInactive(
PreSaleNotActive(
PublicSaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(