Whole Picture
Verified contract
Active on
Ethereum with 318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Whole Picture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20615178 | 3 months ago | | | 0 | 0.000036549033 | |
| 20615177 | 3 months ago | | | 0 | 0.000064297908 | |
| 18607259 | a year ago | | | 0 | 0.0010147891 | |
| 18411260 | a year ago | | | 0 | 0.00038033134 | |
| 17145471 | 2 years ago | | | 0 | 0.0017822937 | |
| 16673077 | 2 years ago | | | 0 | 0.0012140342 | |
| 16252777 | 2 years ago | | | 0 | 0.00051735057 | |
| 15714138 | 2 years ago | | | 0 | 0.0013956225 | |
| 15610372 | 2 years ago | | | 0 | 0.00025598854 | |
| 15562243 | 2 years ago | | | 0 | 0.00049012224 |
ABI
ABI objects
Getter at block 21318747 blocksUntilNextLayerRevealed() view returns (uint256)
AUTOMATIC_START_BLOCK_DELAY() view returns (uint256)
184000
availableArtworks() view returns (uint16)
974
firstPurchaseBlock() view returns (uint256)
12522776
getAction() view returns (uint8)
20
getCurrentLayerAndAction() view returns (uint8, uint8)
(3, 5)
hasStarted() view returns (bool)
true
name() view returns (string)
Whole Picture
owner() view returns (address)
0xbe00ecd9321e5e33476eabbc5195501f1903630f
startBlock() view returns (uint256)
12706799
symbol() view returns (string)
WP
totalArtworks() pure returns (uint16)
1200
Read-only
artworkTier(uint256) view returns (uint8)
balanceOf(address owner) view returns (uint256)
canLock(uint256 artworkId) view returns (bool)
canvasIdStartOffsets(uint256) view returns (uint256)
currentPrice(uint8 tier) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCanvasIds(uint256 artworkId) view returns (uint16, uint16, uint16, uint16)
getTierPurchaseData(uint8 tier) view returns (uint256, uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
locksRemaining(uint256 artworkId) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockLayer(uint256 artworkId)
purchase(uint8 tier) payable returns (uint256)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
requestStartArtwork() returns (bytes32)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawlFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArtworkPurchased(uint256 artworkId, uint8 tier)
LayerLocked(uint256 artworkId, uint8 layer, uint256 canvasId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.