Nude Abstracts

Verified contract

Proxy

Active on Ethereum with 130 txns
Deployed by via 0x4d686036 at 16685921
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "Nude Abstracts"

0x75a877ce9917828d4b9cf3d5088d4cf06e486ac38ca66fe0e72fdc0ee57e67e8
0x616b2beadac7b55bcdf48f18f6d7aea1dad6a2154e50bb66a1acf260c974a956
0x9c7a3b39778a5b945902aba7f4e9f6ba4d2b74e917e9d9f317561817e8eb93c8
0xeb4092747ada7fadefa0dde6bef1edc634ead991178f41392680e2532a65869b
0x8f5f8e321b843cfea5c778640935a3e115b7d6eff31063434e68f4db4566376b
From
0x19672062376d71992d9b381deb77b74f12a8c004ee61d67d4b2060795639023c
0x72be2b1194d4f9891337e3fea98da011a8a50ddd5a2b4daae5c6044c9e7baa0f
0x3128035225e3f8987e5fd0708fd87adec72a2086f5323fcbd4f4a3a5b71267de
From
0x79ae369802a994b521a1f0e1c617d082723feee2d11c92c3f1333da2be1a90d8
From
0xebfc3bd570a9e168d82a0ebaada898e2c2c58d7b66705bcbee04a8bc7fc5d41e

Functions
Getter at block 21433104
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION(view returns (uint256)
1
blockListRegistry(view returns (address)
0x56fe4de01b15bb2afa969f914692867acac27ba5
name(view returns (string)
Nude Abstracts
owner(view returns (address)
0xf1d83de0ead95747f4ac184b36659c0d538309c8
storyEnabled(view returns (bool)
true
symbol(view returns (string)
NUAB
totalSupply(view returns (uint256)
69
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBlockListStatus(address operatorview returns (bool)
getRoleMembers(bytes32 roleview returns (address[])
hasRole(bytes32 roleaddress potentialRoleMemberview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isBlockListAdmin(address potentialAdminview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptTokenUriUpdate(uint256 tokenId
addCreatorStory(uint256 tokenIdstring creatorNamestring story
addStory(uint256 tokenIdstring collectorNamestring story
airdrop(address[] addressesstring baseUri
approve(address touint256 tokenId
batchMint(address recipientuint256 numTokensstring baseUri
burn(uint256 tokenId
externalMint(address recipientstring uri
initialize(string namestring symboladdress defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress blockListRegistry
mint(address recipientstring uri
mint(address recipientstring uriaddress royaltyAddressuint256 royaltyPercent
proposeNewTokenUri(uint256 tokenIdstring newUri
rejectTokenUriUpdate(uint256 tokenId
renounceOwnership(
renounceRole(bytes32 role
revokeAllRoles(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setApprovedMintContracts(address[] mintersbool status
setDefaultRoyalty(address newRecipientuint256 newPercentage
setRole(bytes32 roleaddress[] roleMembersbool status
setStoryEnabled(bool enabled
setTokenRoyalty(uint256 tokenIdaddress newRecipientuint256 newPercentage
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBlockListRegistry(address newBlockListRegistry
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AllRolesRevoked(address indexed from
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
BlockListRegistryUpdated(address indexed calleraddress indexed oldRegistryaddress indexed newRegistry
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromAddressaddress indexed toAddress
CreatorStory(uint256 indexed tokenIdaddress indexed creatorAddressstring creatorNamestring story
Initialized(uint8 version
MetadataUpdate(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleChange(address indexed fromaddress indexed userbool indexed approvedbytes32 role
Story(uint256 indexed tokenIdaddress indexed collectorAddressstring collectorNamestring story
SynergyStatusChange(address indexed fromuint256 indexed tokenIduint8 indexed actionstring uri
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress blockListRegistry
Fallback and receive
fallback(
receive(
Errors
AirdropTooFewAddresses(
BatchSizeTooSmall(
BlockedOperator(
CallerNotApprovedOrOwner(
CallerNotTokenOwner(
EmptyTokenURI(
MaxRoyaltyError(
MintToZeroAddress(
NoTokenUriUpdateAvailable(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
NotStoryAdmin(
NotTokenCreator(
NotTokenOwner(
StoryNotEnabled(
TokenDoesNotExist(
Unauthorized(
ZeroAddressError(