INSC Plus

Verified contract

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

No balances found for "INSC Plus"

0x8ef68593578a803156739086559dc016e941852d053348bbb5bcb2610c849339
0x36b065fc190c2c9cb0069714e9e435e36b8cbdfb958cfa5e681279ec885aee78
0x8f0fed49d3103750d23ba4b275929df056c156d4a1e2a7c3bb3bc8ae735f837f
0xc53d48fd6a7e642f8433f94f5be6aa10b76d450a3d082cb362362a60345bfa5f
0xd82977e1831f3bcf8cd8b295c10506eee52bd7e513fe49c50f146666c7a9a0d8
0xb272ecfb49e24d660e97ec9cdf0e0d2e4b9692fe37efea475b42052b0df3acdc
0x89c0e85601d94bec7162b32f3c8b5fbe88eadda3c8144841e49ca65c6d672b15
0x63053d014fc9a054da83d213009cab2d07a5b9226453c72782ff67bea1d89e35
0xd53256a3350cdc839a2d400d12aa65cabba99a2207d8ec768218681e0772274a
0xe6787abdcbf10192dcdbcf25345add74c4eab94d92280d606254ba11afe923da

Functions
Getter at block 20977560
INSCPlusOld(view returns (address)
0x0b8be07f6e2a79acfce49274eba0fa612e5cb8f9
decimals(pure returns (uint8)
0
maxSupply(view returns (uint32)
21000000
name(view returns (string)
INSC Plus
owner(view returns (address)
0x38480093ad3c093e973fff9f8f794204e557c16f
rootForInscribe(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
INSC+
totalSupply(view returns (uint256)
7730000
transferInsId(view returns (uint256)
21235
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOfNFT(address ownerview returns (uint256)
balancesIns(uint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
inscribed(uint256view returns (bool)
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 amountreturns (bool)
inscribe(uint256 insIdbytes databytes32[] proofs
migrate(uint256[] tokenIds
ownerInscribe(uint256 insIdbytes data
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 amountreturns (bool)
transferFromNFT(address fromaddress touint256 tokenIdreturns (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
TransferFT(uint256 indexed fromuint256 indexed touint256 indexed amount
Constructor
constructor(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