ASCIIUnordinalInscriptions
Verified contract
Active on
Ethereum with 700 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 "ASCIIUnordinalInscriptions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16772492 | 2 years ago | | | 0 | 0.0014589978 | |
| 16770180 | 2 years ago | | | 0 | 0.0012224198 | |
| 16766671 | 2 years ago | | | 0 | 0.0012785269 | |
| 16766449 | 2 years ago | | | 0 | 0.0016627573 | |
| 16766449 | 2 years ago | | | 0 | 0.0016627573 | |
| 16766433 | 2 years ago | | | 0 | 0.0011552380 | |
| 16766426 | 2 years ago | | | 0 | 0.0018056989 | |
| 16766422 | 2 years ago | | | 0 | 0.0022101593 | |
| 16766420 | 2 years ago | | | 0 | 0.0019837668 | |
| 16766418 | 2 years ago | | | 0 | 0.0018677282 |
ABI
ABI objects
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(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events ReserveAirdrop(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()