ASCIIUnordinalInscriptions

Verified contract

Active on Ethereum with 700 txns
Deployed by via 0x9a40ef53 at 16766328
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ASCIIUnordinalInscriptions"

0x4672c04b35de02f6b188d781c357576cb89e7267f3d6e0eccceec164c2cf8c45
0x25ebecaf751de0fa5f70ff53c02648264bf448b2d4f55119953b6ae6eefde1f8
0xd8890ff0eaebf37bfde96e11dd6c8729f83d5ef1493e456b58b2715400b8d05a
0xfab3e2c8bcff3ec792b82ed6ddd12c9bbc06e3fd0aadcf4425e439f82337c27e
0x88c5f20f0863a626277a5d7678964e62f6e80fda44a5c49f7fb11d7eae95b9bd
0xb1407902fa390ca09ec28848c8a0357f42d5235567a1a14d9663965c0b623024
0x0699df4d74ec60b753a09deecd585294493b249c68c78a4c61d7bbd5f4c54ac8
0x4dfd9d2d4321fe517c47e95a4a2cd5f0629fee106d1a99181914e1da3350f43c
0xdc6438dc23abf279c68bbf4f720b2af7968d758b1967bfbfe9149d90d6bfdbf5
0x52cb2749d753563b6cf8f936e860b454c70bd97ef32970941c83b4ab81d043a6

Functions
Getter at block 21387355
cost(view returns (uint256)
0
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
0
maxMintAmountPerTx(view returns (uint8)
2
maxSupply(view returns (uint16)
1000
name(view returns (string)
ASCIIUnordinalInscriptions
owner(view returns (address)
0x33544261eaa29a1d9bb02ad83a380cf958d694d5
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
UNIN
totalSupply(view returns (uint256)
1000
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
ReserveAirdrop(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(