AIBlockchain

Verified contract

Active on Ethereum with 2,109 txns
Deployed by via 0x5116e789 at 16872545
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AIBlockchain"

0x2be044498833ad7e60368f4e96b99ceca55d80c6fb247702177e086348ac676b
From
0xcd4947191e198c45371795a2444c277a51a7bb31539cb412b0590863e745faf8
0x9cc029db564d09a848ef67a62383dccdc809808a5877dc9806de4cf53f7d8bb2
0x465bd476a8588fa7001a253057cc81b9e302205ae7fcc1b4a6975d3f03982a52
0xe6feccf285a85bbc4bbef1e64162ce5ebe90672574054338529b826f842c15d9
0x0a74c402d1c4f45377b0b4b450e5825d286f9c815f32cbbf71273b60d87f3af7
0xd717cc2c408bef097b916b204b5c5aaf2a6974ec35ae2b347d817ffdbb11211b
0xd92513cbcc1540d3d030891772bc583d859add51f86b8122de0dc288bfaf80d0
0x78cd0900efe715f6bcf222a71bace0e389c5cd9ca40940ca887c9024b98cd911
0x01b5b8a3cca0547deecb1a3d8c91009946fea8aed54940d93fff4b63d773659b

Functions
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 ownerview returns (uint256)
claimedWhiteListCount(addressview returns (uint256)
generateSVG(uint256 tokenIdview returns (string)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
Withdraw(payable 
approve(address touint256 tokenIdpayable 
mint(uint256 quantitypayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setFreeMints(uint256 _freemints
setMintPrice(uint256 newMintPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(