Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29.22)
Native
Value
$29.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00905 | $3,228.74 |
$29.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20974262 | a month ago | | | 0 | 0.00042685069 | |
| 20687386 | 2 months ago | | | 0 | 0.000057805060 | |
| 19770417 | 6 months ago | | | 0 | 0.00081024184 | |
| 19751818 | 7 months ago | | | 0 | 0.00019960387 | |
| 18642130 | a year ago | | | 0 | 0.0016507947 | |
| 18080097 | a year ago | | | 0 | 0.00093647248 | |
| 18034303 | a year ago | | | 0 | 0.00064516200 | |
| 17947991 | a year ago | | | 0 | 0.00061218247 | |
| 17025062 | 2 years ago | | | 0 | 0.00099652439 | |
| 17009926 | 2 years ago | | | 0 | 0.00046842248 |
ABI
ABI objects
Getter at block 21184084
_proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
name() view returns (string)
NoAzukiNoApe
owner() view returns (address)
0xff0cc7aedeab95853318c1a55274056e931b2075
symbol() view returns (string)
NoAzukiNoApe
totalSupply() view returns (uint256)
5555
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setStage(uint256 newStage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETHFunds()
withdrawWrappedETHFunds()
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(string URI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()