aiImaginedFaces On-Chain by Van Arman
Verified contract
Active on
Ethereum with 212 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 "aiImaginedFaces On-Chain by Van Arman"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158246 | 6 days ago | | | 0 | 0.0010154242 | |
| 21065483 | 19 days ago | | | 0 | 0.00090772021 | |
| 21016506 | a month ago | | | 0 | 0.00022870812 | |
| 20993619 | a month ago | | | 0 | 0.0018592978 | |
| 20828415 | 2 months ago | | | 0 | 0.0013191125 | |
| 20627669 | 3 months ago | | | 0 | 0.00021938831 | |
| 20578265 | 3 months ago | | | 0 | 0.00027708663 | |
| 20577233 | 3 months ago | | | 0 | 0.000086766768 | |
| 20566371 | 3 months ago | | | 0 | 0.00011580034 | |
| 20046017 | 5 months ago | | | 0 | 0.00015325488 |
ABI
ABI objects
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 _tokenId) view returns (string)
aiImaginedFaceText(uint256 _tokenId) view returns (string)
aiImaginedFaces(uint256 _tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
buildColumn(uint256 _tokenId, string _xystring) view returns (string)
buildMetadata(uint256 _tokenId) view returns (string)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events _ChangeLiveMintAddress(address LiveMintAddress)
approve(address to, uint256 tokenId)
ownerMint(uint256 _mintAmount)
purchaseTo(address Recipient) returns (uint256 tokenID)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminAddress(address _adminAddress)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setTokenInfo(uint256 _tokenId, string _name, bytes _image_content_bytes, uint256 _origsize, string _trait)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()