DeepBlack
Verified contract
Active on
Ethereum with 10,691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbc11…161d
Balances ($0.00)
No balances found for "DeepBlack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298588 | 10 hours ago | | | 0 | 0.00090184449 | |
| 21297331 | 14 hours ago | | | 0 | 0.00039505836 | |
| 21293922 | a day ago | | | 0 | 0.00080877004 | |
| 21292052 | a day ago | | | 0 | 0.00018443568 | |
| 21290330 | 2 days ago | | | 0 | 0.00054254142 | |
| 21290317 | 2 days ago | | | 0 | 0.00058713111 | |
| 21290306 | 2 days ago | | | 0 | 0.00069388222 | |
| 21287898 | 2 days ago | | | 0 | 0.00075262168 | |
| 21285980 | 2 days ago | | | 0 | 0.00081821893 | |
| 21285756 | 2 days ago | | | 0 | 0.00040032140 |
ABI
ABI objects
Getter at block 21301612
baseTokenURI() pure returns (string)
https://bitairt.io/api/photo/
currentPrice() view returns (uint256)
10000000000000000
getCurrentPrice() view returns (uint256)
10000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
DeepBlack
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DPB
totalBought() view returns (uint256)
3063
totalSupply() view returns (uint256)
3073
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenHashes(uint256) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyToken(uint256 tokenId) payable
mintPhoto(uint256 tokenId, string hash)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalExternal(address to, bool approved)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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)
TokenSold(uint256 indexed tokenId, address indexed acquirer, uint256 price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _feesTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.