Shaylushay

Verified contract

Proxy

Active on Ethereum with 128 txns
Deployed by via 0x00d0260b at 18184333
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Shaylushay"

0xc946ab05da7cf359d63c12b7aff3204013dd3d739382c5f0bcd0d541e9d0a09d
0xb44ea099e8ba0380992026881d93f3b7cbc3052042546b492ea663295f9ebfb0
0x1bd3d9a796eb86fe55573b59bfae883b903b4c582235c7e4e5df6d2bc8c79d03
0x8321001681232ab490a1e793ab7276082ed9b2fb20ad163938216a683650fa4b
0x9e40261849a8a72b0db995c3d47ba0de88b1b3157480f56e06e9b277d7f7c3f8
0x0bfd30f3da229def6a148c9973c5c734878856004ff36df836a4ed76caa15fec
0x3dd1e7e47642d69d8893a4773b6fd06ae0b1de9ad68e7a5122bc407d01b97c6f
0x4f4315ec66438350ade61292b98952ec20a7d382e8319e3e5351eeff8d52223b
0x3da31fdd39b33d2cee4318a265c9146be63dd451e532c2a480725cb9bf9c6114
0xac22d864b1c94a7fa467f923650c0c00ce6b60bf85c595e02504363e5c800e20

Functions
Getter at block 21386337
baseURI(view returns (string)
ipfs://bafybeihvra7dsojzay2lcqxekh7gcyv2nrbxprpz7ctyntbmhctym7bs74/
costPublic(view returns (uint256)
500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
2222
maxMintPublic(view returns (uint256)
20
maxMintWL(view returns (uint256)
0
maxSupply(view returns (uint256)
2222
name(view returns (string)
Shaylushay
owner(view returns (address)
0x55f355fd0b4e60f4d42a6fd393e92c992eced9c1
symbol(view returns (string)
SHAY
totalSupply(view returns (uint256)
323
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(