RareSpaceNFT

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc6c46dd9 at 14166706
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 49 additional slots
1 additional variable

No balances found for "RareSpaceNFT"

No transactions found for "RareSpaceNFT"


Functions
Getter at block 20926486
baseURI(view returns (string)
calcIERC721CreatorInterfaceId(pure returns (bytes4)
0x40c1a064
defaultRoyaltyPercentage(view returns (uint256)
0
defaultRoyaltyReceiver(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
whitelistEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintingAllowance(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _addressview returns (bool)
mintingAllowance(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenCreator(uint256 _tokenIdview returns (address)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addNewToken(string _uri
addToWhitelist(address _newAddress
approve(address touint256 tokenId
batchAddNewToken(string[] _uris
burn(uint256 tokenId
deleteToken(uint256 _tokenId
init(string _namestring _symboladdress _operator
initWhitelist(address[] _creatorsuint256[] _numMints
mintTo(string _uriaddress _receiver
mintToWithRoyaltyPercentage(string _uriaddress _receiveruint8 _royaltyPercentage
removeFromWhitelist(address _newAddress
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
toggleWhitelist(bool _enabled
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMintingAllowance(address _newAddressuint256 _newAllowance
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MintingAllowanceUpdated(address indexed _addressuint256 _allowedAmount
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

This contract contains no error objects.