BlockArt
Verified contract
Active on
Ethereum with 5,066 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BlockArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203800 | 8 days ago | | | 0 | 0.00048215854 | |
| 21155355 | 15 days ago | | | 0 | 0.00074511693 | |
| 21121621 | 20 days ago | | | 0 | 0.0013710680 | |
| 21103110 | 22 days ago | | | 0 | 0.000093109255 | |
| 21074333 | a month ago | | | 0 | 0.00040561420 | |
| 21052745 | a month ago | | | 0 | 0.00019513081 | |
| 21008411 | a month ago | | | 0 | 0.00048698166 | |
| 21002503 | a month ago | | | 0 | 0.00033837710 | |
| 20985039 | a month ago | | | 0 | 0.00051907812 | |
| 20969921 | a month ago | | | 0 | 0.00093883853 |
ABI
ABI objects
Getter at block 21263314
baseURI() view returns (string)
contractURI() view returns (string)
https://ethblock.art/contract_metadata/blockart.json
name() view returns (string)
BlockArt
owner() view returns (address)
0xaa84f7c9164db5c11b9fa65ad0118977c12a4729
symbol() view returns (string)
EBA
totalSupply() view returns (uint256)
10792
Read-only
balanceOf(address owner) view returns (uint256)
blockArtSupply(uint256 blockNumber) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
styleArtSupply(uint256 styleId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenToBlock(uint256 id) view returns (uint256)
tokenToStyle(uint256 id) view returns (uint256)
tokenToValue(uint256 id) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToken(uint256 id)
mint(address to, uint256 blockNumber, uint256 styleId, uint256 value, string metadata) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string uri)
setTokenURI(uint256 id, string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 contractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.