Xreators NFT Contract For 0x35a7f19d313f649462fda589bec0c6c1652066ba

Verified contract

Proxy

Active on Ethereum with 10 txns
Deployed by via 0xb8d58b83 at 15839080
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 "Xreators NFT Contract For 0x35a7f19d313f649462fda589bec0c6c1652066ba"

0xb36fe322bb80803e6c53b528a0b014470be22fda06a396ae1d7a547ff67d9eda
0x4b178701435ec78e924c5f412cea6297c36364fb3a1775afb534eee1c8841804
0xcfbe17ffd86b741fb06cc231e0886d946e9f1be559f1bf96c946c07a54eee3f1
0x0a4458ce52ef98e1c68f989f10cc1d4a9ff6bc63caad111870553d006f2cef6d
0x80b6f7085c1e913f05f2c6189e54950fe07e56eb7b801a293feca153bb16166a
0x937d4262c27253983fd0fd056f782b72397af75d156b2b3400a5ee3030cf0295
0x47e31ecb8886e8737a94f02a9533c16b2da68137c1bc21c630c71c052db6d69d
0x98bca288b1be928c56e072c07db036d53271262d8b147601bc5ce4538f9aa056
0xf08a47d32d84ef5fd8c95971ba94e8e24ea5045b17458fdffc8404f100a5e9e5
0xff293919460e52faae89200f9ff53c5fb84548b423a4ae6e9196b3a5061efc10

Functions
Getter at block 21395907
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmYKRiKD2PWroN9F12BQQwgj9njE3Xsv4kYB1VsBZ9BY2J/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x35a7f19d313f649462fda589bec0c6c1652066ba, 750)
getPlatformFeeInfo(view returns (addressuint16)
(0xf9a7bf015001ef8d038e8a79743c8a33817cc1e6, 250)
name(view returns (string)
Xreators NFT Contract For 0x35a7f19d313f649462fda589bec0c6c1652066ba
nextTokenIdToMint(view returns (uint256)
6
owner(view returns (address)
0x35a7f19d313f649462fda589bec0c6c1652066ba
platformFeeBps(view returns (uint128)
250
platformFeeRecipient(view returns (address)
0xf9a7bf015001ef8d038e8a79743c8a33817cc1e6
primarySaleRecipient(view returns (address)
0x35a7f19d313f649462fda589bec0c6c1652066ba
symbol(view returns (string)
ORTNFT
thirdwebFee(view returns (address)
0x8c4b615040ebd2618e8fc3b20cefe9abafdeb0ea
totalSupply(view returns (uint256)
6
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.