Introducing Story Protocol

Verified contract

Active on Base with 1,463 txns
Deployed by via 0xf51d8fed at 3637463
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Introducing Story Protocol"

0x212f94fa2d88785bb4a2b49683c60c72917f989acbe4f124a0c57a678dc9b398
0xa6fceb86b0ea0d90cce732be8b03eb88bee63160d0060ebe9d9d826b0cf1868b
0x692e110bc7640df6d4b07044c61284cea5ded145f215cff9c7f36a9704b5286a
0x0bce89cb6f6a50969e509bf81daecb15c8c1fb039903b19dc5b32cfba33d0184
0x7e6b38babd6aaa46c2e68aa5ba19144d265ac2c7adeb94721129a9f48932790e
0x0e0a49d0a15bc591ba7b3c5a0b290fc18edd5533ff214d4411abc7140c615d20
0x99759f4edcf2160697c4df362bda0ced5e67b7e68f4f604464fce2ddafffdf5b
0xa45ff0124d5385280493e70b2f80139a4602e83ad678eaf0b96a0555da0157ea
0x260db073603e9d0f2791606187977a118187ccf210dd0d91b3c4c19053bd2413
0x7a1385d4ee6b4532c60a3ee8d2d58d007baf5277633f1feb906e4acfc0e77c82

Functions
Getter at block 21797558
CHARGE_SUPPLY(view returns (uint256)
10
FREE_SUPPLY(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
33333
name(view returns (string)
Introducing Story Protocol
owner(view returns (address)
0x51bbc764fffd9f7a6d6f51720c0b0abf1ecc711f
symbol(view returns (string)
ISP
totalSupply(view returns (uint256)
4136
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
changeDefURI(string _tokenURI
changeTokenURIFlag(uint256 flag
changeURI(string _tokenURI
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
NewMint(address indexed msgSenderuint256 indexed mintQuantity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(