Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($201.15)
Native
Value
$201.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,352.58 |
$201.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240588 | a day ago | | | 0 | 0.00055083654 | |
| 21240114 | a day ago | | | 0 | 0.00045093394 | |
| 21225641 | 3 days ago | | | 0 | 0.00044532145 | |
| 21117843 | 18 days ago | | | 0 | 0.00020372857 | |
| 21045793 | a month ago | | | 0 | 0.00028902364 | |
| 20982486 | a month ago | | | 0 | 0.00043351482 | |
| 20978726 | a month ago | | | 0 | 0.0011173564 | |
| 20831628 | 2 months ago | | | 0 | 0.00046358206 | |
| 20807253 | 2 months ago | | | 0 | 0.00053987651 | |
| 20786957 | 2 months ago | | | 0 | 0.00061566002 |
ABI
ABI objects
Getter at block 21250004
_minPaintbrushesToExtend() view returns (uint256)
0
_purchasePrice() view returns (uint256)
20000000000000000
_tokenSupply() view returns (uint256)
1400
maxSupply() view returns (uint256)
5000
name() view returns (string)
ArtAI2
owner() view returns (address)
0x147b6b69903023f1ba1eaa48f45c6a75f2e6e0d8
paused() view returns (bool)
false
symbol() view returns (string)
ARTAI2
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
burnTokenBalance(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isExtensionNameAvailableForToken(uint256 _tokenId, string _imageName) view returns (bool)
isNameAvailableForAddress(address _address, string _imageName) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdForName(string _paintingName) view returns (uint256)
tokenInfo(uint256 _tokenId) view returns (string _imageHash, string _imageName, string _imageId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId1, uint256 _tokenId2)
closeExtending()
closeMinting()
extend(uint256 _tokenId, string _imageHash, string _imageName, string _imageId, bytes _signedMessage) payable
lockMinting()
mint(string _imageHash, string _imageName, string _imageId, bytes _signedMessage) payable returns (uint256)
openExtending()
openMinting()
pause()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setGen1Address(address newAddress)
setMessageSigner(address newSigner)
setMinPaintbrushesToExtend(uint256 amount)
setPaintbrushAddress(address newAddress)
setPurchasePrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAmountTo(address _recipient, uint256 _amount)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burn(address indexed owner, uint256 indexed tokenId1, uint256 indexed tokenId2)
Extend(address owner, uint256 tokenId, string oldHash, string newHash, string oldName, string newName, string oldId, string newId)
Paused(address account)
Purchase(address indexed owner, string imageId, string name)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.