The Billion Dollar Picture
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
Balances ($0.00)
No balances found for "The Billion Dollar Picture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5260823 | 7 years ago | | | 0 | 0.00028459000 | |
| 5260820 | 7 years ago | | | 0 | 0.00028965000 |
ABI
ABI objects
Getter at block 21219341 totalSupply() view returns (uint256 _count)
managerAddress() view returns (address)
0xdd5ffd78d339f336319372a1b195696c2b998236
name() pure returns (string)
The Billion Dollar Picture
ownerAddress() view returns (address)
0x901edf2878cc27f8a34e177614a9c16db628169c
paused() view returns (bool)
false
setupCompleted() view returns (bool)
false
symbol() pure returns (string)
BDP
version() view returns (bytes8)
0x3730316565316220
Read-only
balanceOf(address _owner) view returns (uint256 _count)
checkImageInput(uint256 _regionId, uint256 _imageId, uint256[] _imageData, bool _swapImages, bool _clearImage) view
contracts(uint256) view returns (address)
getOwnedArea(address _owner) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address _owner)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 _tokenId)
tokenURI(uint256 _tokenId) view returns (string _tokenURI)
State-modifying
Events createRegion(uint256 _x1, uint256 _y1, uint256 _x2, uint256 _y2) returns (uint256)
deleteRegion(uint256 _regionId) returns (uint256)
kill()
pause()
purchase(uint256 _regionId) payable
setContracts(address[16] _contracts)
setManager(address _newManager)
setNextImagePart(uint256 _regionId, uint16 _part, uint16 _partsCount, uint16 _imageDescriptor, uint256[] _imageData)
setOwner(address _newOwner)
setSetupCompleted()
setupRegion(uint256 _regionId, uint256 _imageId, uint256[] _imageData, bool _swapImages, uint8[128] _url)
unpause()
updateRegion(uint256 _regionId, uint256 _imageId, uint256[] _imageData, bool _swapImages, bool _clearImage, uint8[128] _url, bool _deleteUrl, address _newOwner) payable
updateRegionPixelPrice(uint256 _regionId, uint256 _pixelPrice) payable
withdrawBalance()
This contract contains no event objects.
constructor(bytes8 _version)
fallback()
This contract contains no error objects.