This contract is being backfilled. You may encounter incomplete storage history.

Introducing Story Protocol

Verified contract

Active on Base with 1,466 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"

0xcae42b85c20d66e987d7dceee40b0a64a70ae7056eda2a04050e96da63a504a3
0xaf8a7fbbf72579e8923efc28e1bb3c6f93964da6e0ec3b018c0363e915294d64
0x60c08e4b1379090caed0d14d13cb3841939bcaf98f041c864bf36ffc3d55aadf
0x212f94fa2d88785bb4a2b49683c60c72917f989acbe4f124a0c57a678dc9b398
0xa6fceb86b0ea0d90cce732be8b03eb88bee63160d0060ebe9d9d826b0cf1868b
0x692e110bc7640df6d4b07044c61284cea5ded145f215cff9c7f36a9704b5286a
0x0bce89cb6f6a50969e509bf81daecb15c8c1fb039903b19dc5b32cfba33d0184
0x7e6b38babd6aaa46c2e68aa5ba19144d265ac2c7adeb94721129a9f48932790e
0x0e0a49d0a15bc591ba7b3c5a0b290fc18edd5533ff214d4411abc7140c615d20
0x99759f4edcf2160697c4df362bda0ced5e67b7e68f4f604464fce2ddafffdf5b

Functions
Getter at block 22762637
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(