INSC Plus
Verified contract
Active on
Ethereum with 1,084 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 "INSC Plus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129129 | 18 days ago | | | 0 | 0.00037721345 | |
| 21100371 | 22 days ago | | | 0 | 0.00031849880 | |
| 21100323 | 22 days ago | | | 0 | 0.00020711207 | |
| 21100293 | 22 days ago | | | 0 | 0.00022292847 | |
| 20977485 | a month ago | | | 0 | 0.00026303297 | |
| 20941144 | a month ago | | | 0 | 0.00029497966 | |
| 20940749 | a month ago | | | 0 | 0.00027995953 | |
| 20883519 | 2 months ago | | | 0 | 0.00014005170 | |
| 20853117 | 2 months ago | | | 0 | 0.00059904285 | |
| 20843083 | 2 months ago | | | 0 | 0.00061585686 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfNFT(address owner) view returns (uint256)
balancesIns(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
inscribed(uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
slotFT(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
inscribe(uint256 insId, bytes data, bytes32[] proofs)
migrate(uint256[] tokenIds)
ownerInscribe(uint256 insId, bytes data)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 root_)
setRoyaltyRecipient(address r)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromNFT(address from, address to, uint256 tokenId) returns (bool)
transferOwnership(address newOwner)
waterToWine(struct INS20WTW[] froms, uint256 to)
waterToWine(uint256 from, uint256 to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Inscribe(uint256 indexed id, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferFT(uint256 indexed from, uint256 indexed to, uint256 indexed amount)
constructor(address owner)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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)