AIBlockchain
Verified contract
Active on
Ethereum with 2,109 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 "AIBlockchain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20886073 | a month ago | | | 0 | 0.00075013120 | |
| 18907322 | 10 months ago | | | 0 | 0.00069687413 | |
| 17467856 | a year ago | | | 0 | 0.0012863740 | |
| 17057821 | 2 years ago | | | 0 | 0.0010226652 | |
| 17029675 | 2 years ago | | | 0 | 0.00090910563 | |
| 16975481 | 2 years ago | | | 0 | 0.0010800654 | |
| 16951685 | 2 years ago | | | 0 | 0.0010318638 | |
| 16918695 | 2 years ago | | | 0 | 0.0011370897 | |
| 16895399 | 2 years ago | | | 0 | 0.00047088796 | |
| 16887248 | 2 years ago | | | 0 | 0.00052583595 |
ABI
ABI objects
Getter at block 21161816
MINT_PRICE() view returns (uint256)
1500000000000000
freeMintsRemaining() view returns (uint256 remainder)
0
maxFreePerWallet() view returns (uint256)
3
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
AIBlockchain
owner() view returns (address)
0x258cc47a6c4fb69458f87825d8e3f7b57c90748d
symbol() view returns (string)
BOC
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
claimedWhiteListCount(address) view returns (uint256)
generateSVG(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Withdraw() payable
approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setFreeMints(uint256 _freemints)
setMintPrice(uint256 newMintPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
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()