The Endless Summer

Unverified contract

Proxy

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

No balances found for "The Endless Summer"

0x03de2b10c0cb1fa29c4490818233c05d6f01a17f71b77f89b99ae51f4be7f995
0x639417016373931284f5b3758d0150af2cf8f11cf7fb5908324c74c54675fc30
0x1bfb8351b43ffb281e446e4cfde2299c7dcd588afcfafd06ba07478315a77f9e
0x1d89c21a4534ad0d2acb80e87cd001644a0f53e8c47f7c4ae4e18438a4c06608
0x730f0ff3093fe0049a4619eb5dc8beffb24fe199a68f2f528ff2f82e528ec5b4
0xb6641e8d9a9356d231062124b297e3f2b48ecc23fcee41eec095ec790d807309
0x3a4393002f8189d198975e13a1bfcb92bd925bb2807133f3c6fa7b5b699f19ef
0x9e4b789bd6cb3ec38388df4db0c7a9bc410dc80cf458a3c6fe15b326f7abf7a7
0x18dce4eb9c9ab0e4879dab4dab054bae8f80170b1fa541170393587fd8616891
0x30ed8120d97f45708ac5cb5071d6445de05172621abefb99828a8bd17efd501c

Functions
Getter at block 20979277
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
BASIS(view returns (uint256)
10000
VERSION(view returns (string)
3.1.0
blocklistRegistry(view returns (address)
0x56fe4de01b15bb2afa969f914692867acac27ba5
getDefaultRoyaltyRecipientAndPercentage(view returns (addressuint256)
(0xd0a030f8f91eaec83a31afc793c736fe396cf0be, 1000)
name(view returns (string)
The Endless Summer
owner(view returns (address)
0xd0a030f8f91eaec83a31afc793c736fe396cf0be
storyEnabled(view returns (bool)
true
symbol(view returns (string)
TES
tlNftDelegationRegistry(view returns (address)
0x05060a6dade0ab0a9f762976f03634ff9a14e3a3
totalSupply(view returns (uint256)
50
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleMembers(bytes32 roleview returns (address[])
hasRole(bytes32 roleaddress potentialRoleMemberview returns (bool)
isApprovedForAll(address owneraddress operatorview 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
addCollectionStory(stringstring story
addCreatorStory(uint256 tokenIdstringstring story
addStory(uint256 tokenIdstringstring story
airdrop(address[] addressesstring baseUri
approve(address touint256 tokenId
batchMint(address recipientuint128 numTokensstring baseUri
burn(uint256 tokenId
externalMint(address recipientstring uri
initialize(string namestring symbolstring personalizationaddress defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress initBlockListRegistryaddress initNftDelegationRegistry
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
setBlockListRegistry(address newBlockListRegistry
setDefaultRoyalty(address newRecipientuint256 newPercentage
setNftDelegationRegistry(address newNftDelegationRegistry
setRole(bytes32 roleaddress[] roleMembersbool status
setStoryStatus(bool status
setTokenRoyalty(uint256 tokenIdaddress newRecipientuint256 newPercentage
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AllRolesRevoked(address indexed from
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
BlockListRegistryUpdate(address indexed senderaddress indexed prevBlockListRegistryaddress indexed newBlockListRegistry
CollectionStory(address indexed creatorAddressstring creatorNamestring story
CreatorStory(uint256 indexed tokenIdaddress indexed creatorAddressstring creatorNamestring story
DefaultRoyaltyUpdate(address indexed senderaddress newRecipientuint256 newPercentage
Initialized(uint64 version
MetadataUpdate(uint256 _tokenId
NftDelegationRegistryUpdate(address indexed senderaddress indexed prevNftDelegationRegistryaddress indexed newNftDelegationRegistry
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleChange(address indexed fromaddress indexed userbool indexed approvedbytes32 role
Story(uint256 indexed tokenIdaddress indexed collectorAddressstring collectorNamestring story
StoryStatusUpdate(address indexed senderbool indexed status
SynergyStatusChange(address indexed fromuint256 indexed tokenIduint8 indexed actionstring uri
TokenRoyaltyOverride(address indexed senderuint256 indexed tokenIdaddress newRecipientuint256 newPercentage
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
AirdropTooFewAddresses(
BatchSizeTooSmall(
CallerNotApprovedOrOwner(
CallerNotTokenOwnerOrDelegate(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
EmptyTokenURI(
InvalidInitialization(
MaxRoyaltyError(
MintToZeroAddress(
NoTokenUriUpdateAvailable(
NotInitializing(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
OperatorBlocked(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StoryNotEnabled(
StringsInsufficientHexLength(uint256 valueuint256 length
TokenDoesntExist(
ZeroAddressError(