StarNFT

Verified contract

Implementation

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

No balances found for "StarNFT"

0x706e243c8de700d4bd376f0153c0e81d26167810a551962eff5cf4c23f6128dc

Functions
Getter at block 20854818
baseURI(view returns (string)
galaxyCommunity(view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
initialized(view returns (bool)
true
owner(view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
minters(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 idview returns (string)
State-modifying
addMinter(address minter
burn(address accountuint256 id
burnBatch(address accountuint256[] ids
initialize(address _owneraddress _galaxyCommunity
mint(address accountuint256 powahreturns (uint256)
mintBatch(address accountuint256 amountuint256[] powahArrreturns (uint256[])
removeMinter(address minter
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setURI(string newURI
transferGalaxyCommunity(address newGalaxyCommunity
transferOwner(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
GalaxyCommunityTransferred(address indexed previousGalaxyCommunityaddress indexed newGalaxyCommunity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.