Introducing Story Protocol
Verified contract
Active on
Base with 1,466 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Introducing Story Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22656652 | 2 days ago | | | 0 | 2.6530642e-7 | |
| 22417362 | 8 days ago | | | 0 | 5.7334822e-7 | |
| 22012007 | 17 days ago | | | 0 | 3.6120240e-7 | |
| 18865352 | 3 months ago | | | 0 | 0.0000026513975 | |
| 18865336 | 3 months ago | | | 0 | 0.0000027706996 | |
| 18865329 | 3 months ago | | | 0 | 0.0000034514025 | |
| 18865222 | 3 months ago | | | 0 | 0.0000032397875 | |
| 17590589 | 4 months ago | | | 0 | 1.2738850e-7 | |
| 17184555 | 4 months ago | | | 0 | 2.7151106e-7 | |
| 15803772 | 5 months ago | | | 0 | 4.5575326e-7 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()