8 BIT UNIVERSE
Verified contract
Active on
Ethereum with 8,382 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "8 BIT UNIVERSE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104551 | 8 days ago | | | 0 | 0.00017271642 | |
| 21062649 | 14 days ago | | | 0 | 0.00019250720 | |
| 21024200 | 19 days ago | | | 0 | 0.00058352011 | |
| 21013606 | 21 days ago | | | 0 | 0.00018006498 | |
| 20689365 | 2 months ago | | | 0 | 0.000038988800 | |
| 20650969 | 2 months ago | | | 0 | 0.000019494400 | |
| 20586777 | 3 months ago | | | 0 | 0.00021660768 | |
| 20586777 | 3 months ago | | | 0 | 0.00025101380 | |
| 20555117 | 3 months ago | | | 0 | 0.000053474272 | |
| 20505972 | 3 months ago | | | 0 | 0.000086175941 |
ABI
ABI objects
Getter at block 21162761
BitPrice() view returns (uint256)
88880000000000000
MAX_BITS() view returns (uint256)
8888
baseURI() view returns (string)
ipfs://QmeqEdVnieZQmKjKC7YFBkQkTaaEx1WzKqgZynjZihb9am/
maxBitPurchase() view returns (uint256)
8
name() view returns (string)
8 BIT UNIVERSE
owner() view returns (address)
0xb75a5f0bb19d0a6c14b0fd988e8893e7f8397342
saleIsActive() view returns (bool)
true
symbol() view returns (string)
8BIT
totalSupply() view returns (uint256)
8888
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)
flipSaleState()
mintBit(uint256 numberOfTokens) payable
renounceOwnership()
reserveBits()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxNftSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.