This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 13 minutes old. We're running behind the tip but working to resolve the issue.

INSC Plus

Verified contract

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

No balances found for "INSC Plus"

0x5b0525b029fe7a16cf0c3d4015c59b97907c3fb2713852e81e38c2d81f5ae4ed
0x20ed85773345291792b672bd4f858ee4806917f0ff2180f3fd9b1ab423afc5c1
0x753ccf8248286ddcad9bb385457a1aecc9310252afc2dfc3e13f69fe60879727
0x8cdfa7cdf10a1d7add0cb101b5e4e1da6ef140428cbd5d4f4e0d7502dc346731
0x7992e338cea9bd42217ef675bed0456a3bd764ebc856e573114f934d5fbc7673
From
0xc0b853a21c5064f667c8c961a17674d87574e991b1be9741e4c55e10859fd393
0x4862bfb9941eb07161ab38617f6534935c42bc725ea59501d8a0e7388c605d66
0x27acb2df7d30aff3f6a34855edbfee57cab8b8d0d928c34900d04c4604106c3a
0xeb5dad32d927bfca5c855ce8fdec635b4808f99bf9fbdabba43bd2447665d4e5
0x66218dd2f689ec348adcc89f4fbefa98d3515b7a57c85eb675bf7ee8d07c12cd

Functions
Getter at block 20793296
decimals(pure returns (uint8)
0
isFTOpen(view returns (bool)
false
isInscribeOpen(view returns (bool)
false
maxSupply(view returns (uint64)
21000000
mintLimit(view returns (uint64)
1000
name(view returns (string)
INSC Plus
owner(view returns (address)
0x38480093ad3c093e973fff9f8f794204e557c16f
root(view returns (bytes32)
0x43ae3cc595d67eee36905a16769aca50f21f88fd63d8b309a4da7ade22771116
symbol(view returns (string)
INSC+
tickNumber(view returns (uint64)
16699
tickNumberMax(view returns (uint64)
63000
totalSupply(view returns (uint256)
16699000
transferInsData(view returns (bytes)
0x646174613a746578742f706c61696e3b636861727365743d7574662d382c7b2270223a22696e732d3230222c226f70223a227472616e73666572222c227469636b223a22494e53432b222c22616d74223a2231303030227d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
slotFT(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address spenderuint256 amountOrTokenIDreturns (bool)
inscribe(uint256 tokenIdbytes32[] proofs
openFT(
openInscribe(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 root_
setRoyaltyRecipient(address r
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 tokenIdOrAmountreturns (bool)
transferOwnership(address newOwner
waterToWine(struct INS20WTW[] fromsuint256 to
waterToWine(uint256 fromuint256 touint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Inscribe(uint256 indexed idbytes data
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint64 maxSupply_uint64 mintLimit_address owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account