Allstarz

Verified contract

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

No balances found for "Allstarz"

0xc70e287c4e5c0512b2d09f658c1d4a5946be160c65de78b0c99ef7d3b4e4f991
0x2ffe0b06271d96db258dd74159bc1e482b279d7b07ec688ac5b990e3c8ed1db6
0x9beedcfe6ebeb769d809f519d44810c9f303d27e20aa458b0f52b4f340c41436
0x2eb52118c7e6c05291e0efb2a2f1fa0507e653d459a49a3414cb44bc846ed7f6
0x6bf149d63be66be522806cd02bbf37b680ba43339e6c82799b0f69a88c6c995d
0x425840a0b9501b3d3e7698930f7310c5b3d6056cb17baf9e1063d8adcf8bb414
0x822b77ee26e694e3072b9d801e9df72614d629224fc26711cffadf43e1735ba3
0x286f791e766b3e719d7105d131ff9deb13841b7b3ff55208280e10df5a59f773
0xfbfeb88ab26a041b6d32ce2aca12bb424a384c77a6122324442a043d98712299
0x3475d3fcb2c6e0d744886d5f29ba72441fc006981b5b246b60fe12e7a3dfd62b

Functions
Getter at block 21159760
collectionSize(view returns (uint256)
10000
freeMintMerkleRoot(view returns (bytes32)
0xcd5fdab9397742ff006e3167db4f829f702e231116c013624309c5ad7a60eef6
getMintPrice(view returns (uint256)
30000000000000000
getReservedFreeMint(view returns (uint256)
1551
isFreeMintActive(view returns (bool)
false
isMintActive(view returns (bool)
true
maxPerTx(view returns (uint256)
10
maxPerWallet(view returns (uint256)
10
name(view returns (string)
Allstarz
numFreeMint(view returns (uint256)
1551
numGifts(view returns (uint256)
80
owner(view returns (address)
0x612522b055d5d905cd7139f7865e4bc179e745ee
reservedGifts(view returns (uint256)
80
symbol(view returns (string)
ALLSTAR
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFreeMintCount(address ownerview returns (uint32)
getGiftCount(address ownerview returns (uint32)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(bytes32[] merkleProof
gift(address[] addresses
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeMintActive(bool _isFreeMintActive
setFreeMintMerkleRoot(bytes32 merkleRoot
setMintActive(bool _isMintActive
setMintPrice(uint256 _mintPrice
setReservedFreeMint(uint256 _reservedFreeMint
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(uint256 collectionSize_uint256 reservedGifts_uint256 maxPerWallet_uint256 maxPerTx_
Fallback and receive

This contract contains no fallback and receive objects.

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