AI for 858909
Verified contract
Active on
Base with 5,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000694 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22788608 | 3 days ago | | | 0 | 0.000000092272998244 | |
| 22747579 | 4 days ago | | | 0 | 0.0000011172268 | |
| 22747570 | 4 days ago | | | 0 | 0.0000011290825 | |
| 22616239 | 7 days ago | | | 0 | 7.9728907e-7 | |
| 22616226 | 7 days ago | | | 0 | 7.8423556e-7 | |
| 22616213 | 7 days ago | | | 0 | 7.6718747e-7 | |
| 22616212 | 7 days ago | | | 0 | 7.6438533e-7 | |
| 22616210 | 7 days ago | | | 0 | 9.6354068e-7 | |
| 21432008 | a month ago | | | 0 | 2.4955560e-7 | |
| 20775176 | 2 months ago | | | 0 | 2.6352443e-7 |
ABI
ABI objects
Getter at block 22911484
MAX_SUPPLY() view returns (uint256)
30000
name() view returns (string)
AI for 858909
owner() view returns (address)
0xed7aa5e8a97b1e29f3bdacd923b37e7c1ab296d2
symbol() view returns (string)
AI858909
totalSupply() view returns (uint256)
15448
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) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()