A S C I I Z
Verified contract
Active on
Ethereum with 1,046 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 "A S C I I Z"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515824 | a year ago | | | 0 | 0.0012905260 | |
| 16959088 | 2 years ago | | | 0 | 0.00057046711 | |
| 16959088 | 2 years ago | | | 0 | 0.00057046711 | |
| 16958919 | 2 years ago | | | 0 | 0.00083484344 | |
| 16958901 | 2 years ago | | | 0.005 | 0.00059075630 | |
| 16958843 | 2 years ago | | | 0 | 0.00077486779 | |
| 16958833 | 2 years ago | | | 0 | 0.00081260030 | |
| 16958827 | 2 years ago | | | 0 | 0.00085649405 | |
| 16958818 | 2 years ago | | | 0 | 0.00079208456 | |
| 16958812 | 2 years ago | | | 0 | 0.00050251195 |
ABI
ABI objects
Getter at block 21190330
maxSupply() view returns (uint256)
1024
mintPrice() view returns (uint256)
2500000000000000
name() view returns (string)
A S C I I Z
owner() view returns (address)
0x4ba1068f9a851bdd07aa185b6f3f09106c09a6dd
symbol() view returns (string)
ASCIIZ
totalSupply() view returns (uint256)
1024
Read-only
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
claim(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()