aiImaginedFaces On-Chain by Van Arman

Verified contract

Active on Ethereum with 212 txns
Deployed by via 0x4fff8b7e at 17092804
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "aiImaginedFaces On-Chain by Van Arman"

0x28ac54ff2425aa3682150217e73fcfb7b272fc97e7a12d67ad974d9ab4a9102e
0x972e685790bf4f39f41e78db6d2745007179e328635a840f8c37ae036a76c5bf
0xf3e4e065e14f9dc61094c2b0e5ebff7304c97334bc2a2d252905e250511b8a60
0x44ac90dabf966533f8ec54d5f25d20600b48a293e5acc45382c379790b06bbed
0xbfec612bb32b299baa136c783a10c5a1a17a0e9af6d5c43f710a8a8870dfd45d
0x04e90fe93eadcf861132fc1a3b03f892c23e584ccae78b84476714c4b569b41f
0xc899f5f17ca1969b64f9e2e4eb0fd4a46c8d8652fc88242881c6996b2e7376e6
0x904dde154386a61a78fd0f7617aa3f3b0caddcaf5f1280e9a1a67b91afd9a13d
0xa52eb8bbfc9855f32a064eeca36a522e67335692de40b5ab122b3c2746d8fa72
0xffc67c2e703e65b599359a2dcc8146363c3938ee5a854b500e7ad2f6dd5f5e18

Functions
Getter at block 21200727
collectionDescription(view returns (string)
AI Imagined Faces On-Chain
cost(view returns (uint256)
1000000000000000000000
image_footer(view returns (string)
<style> #aiface{}.bota { animation: 3.0s bota infinite alternate ease-in-out; } @keyframes bota { from { opacity: 0.75; } to { opacity: 0.1; }} #aiface2{}.mida { animation: 2.0s mida infinite alternate ease-in-out; } @keyframes mida { from { opacity: 0.75; } to { opacity: 0.1; }} #aiface3{}.topa { animation: 1.5s topa infinite alternate ease-in-out; } @keyframes topa { from { opacity: 0.75; } to { opacity: 0.1; }} #aiface4{}.bota2 { animation: 2.0s bota2 infinite alternate ease-in-out; } @keyframes bota2 { from { opacity: 0.1; } to { opacity: 0.75; }} #aiface5{}.mida2 { animation: 1.5s mida2 infinite alternate ease-in-out; } @keyframes mida2 { from { opacity: 0.1; } to { opacity: 0.75; }} #aiface6{}.topa2 { animation: 1.0s topa2 infinite alternate ease-in-out; } @keyframes topa2 { from { opacity: 0.1; } to { opacity: 0.75; }} </style> </svg>
image_header(view returns (string)
<svg id='aiface' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' width='1024' height='1024'><rect width='1024' height='1024'/>
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
100
name(view returns (string)
aiImaginedFaces On-Chain by Van Arman
owner(view returns (address)
0x55372173689c288552885d897d32f5f706f79aa6
ownerAddress(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
true
symbol(view returns (string)
AIIF
theAdminAddress(view returns (address)
0x55372173689c288552885d897d32f5f706f79aa6
totalSupply(view returns (uint256)
100
Read-only
aiImaginedFace(uint256 _tokenIdview returns (string)
aiImaginedFaceText(uint256 _tokenIdview returns (string)
aiImaginedFaces(uint256 _tokenIdview returns (string)
balanceOf(address ownerview returns (uint256)
buildColumn(uint256 _tokenIdstring _xystringview returns (string)
buildMetadata(uint256 _tokenIdview returns (string)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
_ChangeLiveMintAddress(address LiveMintAddress
approve(address touint256 tokenId
ownerMint(uint256 _mintAmount
purchaseTo(address Recipientreturns (uint256 tokenID)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdminAddress(address _adminAddress
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setTokenInfo(uint256 _tokenIdstring _namebytes _image_content_bytesuint256 _origsizestring _trait
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(