EightBit
Verified contract
Active on
Ethereum with 17,362 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 "EightBit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112076 | 6 days ago | | | 0 | 0.00025344014 | |
| 21104648 | 8 days ago | | | 0 | 0.00015986144 | |
| 21093059 | 9 days ago | | | 0 | 0.00026320106 | |
| 21090248 | 10 days ago | | | 0 | 0.00027067429 | |
| 21090240 | 10 days ago | | | 0 | 0.00026160667 | |
| 21060355 | 14 days ago | | | 0 | 0.00016401520 | |
| 21060355 | 14 days ago | | | 0 | 0.00028839699 | |
| 21047949 | 15 days ago | | | 0 | 0.00017178580 | |
| 20981317 | 25 days ago | | | 0 | 0.00022262225 | |
| 20978310 | 25 days ago | | | 0 | 0.00040467102 |
ABI
ABI objects
Getter at block 21158599
MAX_SUPPLY() view returns (uint256)
8888
isPremintSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
maxPerAddress() view returns (uint256)
8
name() view returns (string)
EightBit
owner() view returns (address)
0x02085755fa2636a2d6bfb11d98a07618231a1c8d
premintSaleMerkleRoot() view returns (bytes32)
0x043c0ab316127ec823ddc9d90c19d0a0af7735ca472e09b8d394e83865101dd5
price() view returns (uint256)
50000000000000000
royaltyAddress() view returns (address)
0x02085755fa2636a2d6bfb11d98a07618231a1c8d
royaltyFee() view returns (uint96)
500
symbol() view returns (string)
BIT
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedPerk(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimPerk(uint256 tokenId)
mint(uint256 count) payable
premintMint(uint256 count, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
setMaxPerAddress(uint256 max)
setPremintListMerkleRoot(bytes32 root)
setPrice(uint256 priceInWei)
setRoyaltyAddress(address addr)
setRoyaltyFee(uint96 fee)
teamMint()
togglePremintSale()
togglePublicSale()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.