RealNifty Collections

Verified contract

Proxy

Active on Ethereum with 133 txns
Deployed by via 0x1f6fcc8c at 15969574
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
15 additional variables

No balances found for "RealNifty Collections"

0x47bdd04afb74a714cb8df03bbdefe471950529e352b779a1827d5ecc170d6cfc
0x33b847b25860b7fddd66108a10d3889367c2bb379913ebf24133d8ef970d7a00
0xa91d26c018594c7791b3daa236aed8b178d5a15c1ef3e4717dfa8575bf9d1588
0x54d8bc214189e0719b37a2be515daf723b4389261df3229bb50febc2c2d028d9
0xf16bfb2fc9a6cb0e315d6b14bd10613a18227db0df06272bbb10a95aa70c77fa
0xf4c9e334b9beed7dc7701b3fb0f9927f234d7ccdf72cb0fbbfc849da1b617310
0x05d903bc6fd926fa34376eedeb8ea83bc3869bafa699874cb6afaf1d2680d641
0x5846661ac1604147e272d804864538e4f40a87cc6921ca6cdbad12e87bced778
0xf1ee4d037893bbd8d062d3dd0cd8cf0b0c7bb259d402c1776fd01892fc92d4ae
0xad4ab0b8ae7ba810b6b27242a0754d77e03e29fc30f50d4ba09dfae706bb222a

Functions
Getter at block 21304195
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmTJ1o4rzHcwhEQEht57W3BUkebJwTxwUzHnSesbxBQZD9/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x6e86c431ffecd356bd56a1d995403861ed824f27, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x6e86c431ffecd356bd56a1d995403861ed824f27, 0)
name(view returns (string)
RealNifty Collections
nextTokenIdToMint(view returns (uint256)
94
owner(view returns (address)
0xad22d4afd9de4b9070bba927a3cbec9d32932ddd
platformFeeBps(view returns (uint128)
0
platformFeeRecipient(view returns (address)
0x6e86c431ffecd356bd56a1d995403861ed824f27
primarySaleRecipient(view returns (address)
0x6e86c431ffecd356bd56a1d995403861ed824f27
symbol(view returns (string)
RNC
thirdwebFee(view returns (address)
0x8c4b615040ebd2618e8fc3b20cefe9abafdeb0ea
totalSupply(view returns (uint256)
82
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
verify(struct ITokenERC721MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _tostring _urireturns (uint256)
mintWithSignature(struct ITokenERC721MintRequest _reqbytes _signaturepayable returns (uint256 tokenIdMinted)
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DefaultRoyalty(address newRoyaltyRecipientuint256 newRoyaltyBps
FundsWithdrawn(address indexed paymentReceiveraddress feeRecipientuint256 totalAmountuint256 feeCollected
OwnerUpdated(address prevOwneraddress newOwner
PlatformFeeInfoUpdated(address platformFeeRecipientuint256 platformFeeBps
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uri
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC721MintRequest mintRequest
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

This contract contains no error objects.