JustBackgrounds
Verified contract
Active on
Ethereum with 368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "JustBackgrounds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17911495 | a year ago | | | 0 | 0.00029533968 | |
| 16610818 | 2 years ago | | | 0 | 0.00034969149 | |
| 16610767 | 2 years ago | | | 0 | 0.00035027406 | |
| 16411863 | 2 years ago | | | 0 | 0.0016615963 | |
| 15719332 | 2 years ago | | | 0 | 0.0014751669 | |
| 15691860 | 2 years ago | | | 0 | 0.00042818557 | |
| 15436162 | 2 years ago | | | 0 | 0.00076155362 | |
| 15248905 | 2 years ago | | | 0 | 0.00016107567 | |
| 15141520 | 2 years ago | | | 0 | 0.0010457124 | |
| 14963502 | 2 years ago | | | 0 | 0.0017073650 |
ABI
ABI objects
Getter at block 21280050
availableSupply() view returns (uint256)
0
isPaused() view returns (bool)
false
name() view returns (string)
JustBackgrounds
owner() view returns (address)
0xcfb794de0b0c27dbbda2b8fa6f088ccf21709550
symbol() view returns (string)
GRNDS
totalSupply() view returns (uint256)
256
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initializeMetadata(bytes8[] colorMetadata)
mintCollectibles(uint256 howMany) payable
pauseSale()
renounceOwnership()
reserveCollectibles()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
SalePaused(address account)
SaleUnpaused(address account)
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.