INSC Plus

Verified contract

Active on Ethereum with 1,084 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"

0x66149c7a38b203de68afa27499e81d1741501e93412a1a427d2c6f5fd7a5a75e
0x65f774d1cf0ba38a5ee84b926971d3ecc47b6813d671d418441c409d0faebb9b
0xb9d5d0e1d822f07aab11ad71c6aa40847d5bf82631f9d128d9356dd0f13c62a0
0x9f4f887a7f1f0efaba29c74bc033468722790c478e451a709ced3426932c76f5
0x8ef68593578a803156739086559dc016e941852d053348bbb5bcb2610c849339
0x36b065fc190c2c9cb0069714e9e435e36b8cbdfb958cfa5e681279ec885aee78
0x8f0fed49d3103750d23ba4b275929df056c156d4a1e2a7c3bb3bc8ae735f837f
0xc53d48fd6a7e642f8433f94f5be6aa10b76d450a3d082cb362362a60345bfa5f
0xd82977e1831f3bcf8cd8b295c10506eee52bd7e513fe49c50f146666c7a9a0d8
0xb272ecfb49e24d660e97ec9cdf0e0d2e4b9692fe37efea475b42052b0df3acdc

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