ERC7160TL

Verified contract

Implementation

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

No balances found for "ERC7160TL"

No transactions found for "ERC7160TL"


Functions
Getter at block 20837546
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
BASIS(view returns (uint256)
10000
VERSION(view returns (string)
3.1.1
blocklistRegistry(view returns (address)
0x0000000000000000000000000000000000000000
floatWhenUnpinned(view returns (bool)
false
getDefaultRoyaltyRecipientAndPercentage(view returns (addressuint256)
(0x0000000000000000000000000000000000000000, 0)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
storyEnabled(view returns (bool)
false
symbol(view returns (string)
tlNftDelegationRegistry(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleMembers(bytes32 roleview returns (address[])
hasPinnedTokenURI(uint256 tokenIdview returns (bool)
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 uri)
tokenURIs(uint256 tokenIdview returns (uint256 indexstring[] urisbool pinned)
State-modifying
addCollectionStory(stringstring story
addCreatorStory(uint256 tokenIdstringstring story
addStory(uint256 tokenIdstringstring story
addTokenUris(uint256[] tokenIdsstring baseUri
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
pinTokenURI(uint256 tokenIduint256 index
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
setUnpinnedFloatState(bool float
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpinTokenURI(uint256 tokenId
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
TokenRoyaltyOverride(address indexed senderuint256 indexed tokenIdaddress newRecipientuint256 newPercentage
TokenUriPinned(uint256 indexed tokenIduint256 indexed index
TokenUriUnpinned(uint256 indexed tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(bool disable
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(
InvalidTokenURIIndex(
MaxRoyaltyError(
MintToZeroAddress(
NoTokensSpecified(
NotInitializing(
NotOwnerAdminOrMintContract(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
OperatorBlocked(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StoryNotEnabled(
StringsInsufficientHexLength(uint256 valueuint256 length
TokenDoesntExist(
ZeroAddressError(