SlumStars

Verified contract

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

No balances found for "SlumStars"

0x70f74b8fa6071fa0ea2a8bbd1139dc98c6d10ac9e31ebbed4ace2939c9f0a649
0x3645a39ab54f75383659b60dfdc60df4f1ab72b04a1ba2a8c5e7f5495a7d317a
0x044e0b21fa5a8555e80f8bfebe2de4bd3c2eae5d3c6e0b90f6a92cfec21cdd62
0xa8131083624f2b3d33ab42c15a498a111e9daf689b1547592819e19db568aff5
0x3a1163504519a20d5158bb92e34563653d2ef1bdc71d019b28814883164a0508
0x8f7b298bd80547493d115a4b799401ea5156449e948d68cebeab33a86d2a381a
0x6776b71120e9c8fc3b57bc36fb7519ec9373ac40b473db0fb3e2bdc962599783
0x3302d4683eff08d360ccbb7fce35b94962462383539399eba6fd707092f7e75b
0x401465fa6c56f0a2c607954bb4277861e9341278e8cfbd1f1059cd3d48cd8dae
0xadc58c09f1d8a692b073390e7c5e48898e34ed13864af8c0a7e8bdb4bd3fe07f

Functions
Getter at block 20865281
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
3000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
mintable(view returns (bool)
true
name(view returns (string)
SlumStars
owner(view returns (address)
0x89d4e3436e331b531f85b08fd7b1b9e027d92bed
paused(view returns (bool)
false
publicCost(view returns (uint256)
0
publicSale(view returns (bool)
false
royaltyAddress(view returns (address)
0xec2c16a4abd441ef48e1b48d644330302f010923
royaltyFee(view returns (uint96)
1000
symbol(view returns (string)
SLUM
totalSupply(view returns (uint256)
3000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
merkleRoot(uint8view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
presaleCost(uint8view returns (uint256)
presalePhase(uint8view returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteListClaimed(uint8addressview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
grantRole(bytes32 roleaddress account
ownerMint(address _addressuint256 count
pause(
preMint(uint256 _mintAmountuint256 _presaleMaxbytes32[] _merkleProofuint8 ticketpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMerkleRoot(bytes32 _merkleRootuint8 ticket
setMintable(bool _state
setPreCost(uint256 _preCostuint8 ticket
setPresalePhase(bool _stateuint8 ticket
setPublicCost(uint256 _publicCost
setPublicPhase(bool _state
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
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
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
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(