Aotu 3D NFT
Verified contract
Active on
Ethereum with 1,211 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 "Aotu 3D NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19866552 | 6 months ago | | | 0 | 0.00025756539 | |
| 19495347 | 7 months ago | | | 0 | 0.00062312818 | |
| 19495269 | 7 months ago | | | 0 | 0.00071903728 | |
| 19495263 | 7 months ago | | | 0 | 0.00071341484 | |
| 19495262 | 7 months ago | | | 0 | 0.00064888821 | |
| 19467027 | 8 months ago | | | 0 | 0.00085354050 | |
| 19423788 | 8 months ago | | | 0 | 0.0027703042 | |
| 18910891 | 10 months ago | | | 0 | 0.00039937333 | |
| 18910890 | 10 months ago | | | 0 | 0.00035816808 | |
| 18910890 | 10 months ago | | | 0 | 0.00035839148 |
ABI
ABI objects
Getter at block 21118772
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
availableSupply() view returns (uint256)
0
name() view returns (string)
Aotu 3D NFT
owner() view returns (address)
0xccab6b67a55f2078b32425a72c266811ee8bab6a
symbol() view returns (string)
AotuNFT3D
totalSupply() view returns (uint256)
888
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
renounceOwnership()
reserveOwn()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
OperatorNotAllowed(address operator)