The Big Picture
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($117.24)
Native
Value
$117.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0375 | $3,126.46 |
$117.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14704013 | 3 years ago | | | 0 | 0.0037949209 | |
| 14703464 | 3 years ago | | | 0 | 0.0014225938 | |
| 14703460 | 3 years ago | | | 0 | 0.0019085311 | |
| 14703459 | 3 years ago | | | 0 | 0.0020496132 | |
| 14703452 | 3 years ago | | | 0 | 0.0020594114 | |
| 14703452 | 3 years ago | | | 0 | 0.0024735206 | |
| 14703291 | 3 years ago | | | 0 | 0.0014671472 | |
| 14703291 | 3 years ago | | | 0 | 0.0014670862 | |
| 14703272 | 3 years ago | | | 0 | 0.0014321914 | |
| 14550280 | 3 years ago | | | 0.005 | 0.0042725550 |
ABI
ABI objects
Getter at block 21219986
DEV_MINT_FEE() view returns (uint256)
80
DEV_MISC_FEE() view returns (uint256)
5
LIMIT_FEE_PER_BLOCK() view returns (uint256)
0
MAX_LIMIT_PERIOD() view returns (uint256)
6400
MAX_SUPPLY() view returns (uint16)
1024
MINT_PRICE() view returns (uint256)
0
MODIFY_FEE() view returns (uint256)
0
MODIFY_INCREASE_RATE() view returns (uint256)
2
PUBLIC_MISC_FEE() view returns (uint256)
5
getGameVariables() view returns (struct TheBigPictureGameData)
(1024, 80, 5, 5, 8, true, true, true, 0, 0, 0, 6400, 2)
name() view returns (string)
The Big Picture
owner() view returns (address)
0x4890a05b814bd302e65a123bf89b6b5224684e5c
symbol() view returns (string)
PLOT
totalSupply() view returns (uint16)
8
viewDevRewards() view returns (uint256)
0
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)
plotIdToPlot(uint16) view returns (uint16 id, uint32 timesModified, uint256 modifyRewards, uint256 claimedGlobalRewards, uint256 limitBlock)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
viewPlot(uint16 plotId) view returns (struct TheBigPicturePlot)
viewPlots(uint16[] plotIds) view returns (struct TheBigPicturePlot[])
viewRewards(uint16 plotId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimDevRewards()
claimRewards(uint16 plotId)
doLockFees()
doLockMaxLimitPeriod()
doLockMintPrice()
limitPlot(uint16 plotId, uint256 blocks) payable
mint(uint16 plotId) payable
renounceOwnership()
rewardHolders() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setLimitPerBlockFee(uint256 newLimitPerBlockFee)
setMaxLimitPeriod(uint256 newMaxLimitPeriod)
setMintPrice(uint256 newPrice)
setModifyFee(uint256 newModifyFee)
setModifyIncreaseRate(uint256 newModifyIncreaseRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlimitPlot(uint16 plotId)
updateFullPlot(uint16 plotId, uint256[7] pixels) payable
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 newBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.