Blockchain Beings
Verified contract
Active on
Ethereum with 9,701 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 "Blockchain Beings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106012 | a month ago | | | 0 | 0.00018334220 | |
| 20655473 | 3 months ago | | | 0 | 0.000065338112 | |
| 19105210 | 10 months ago | | | 0 | 0.00066229169 | |
| 19078297 | 10 months ago | | | 0 | 0.00079197086 | |
| 18915458 | a year ago | | | 0 | 0.00093397804 | |
| 18903984 | a year ago | | | 0 | 0.00083429359 | |
| 18901607 | a year ago | | | 0 | 0.00089152492 | |
| 18879436 | a year ago | | | 0 | 0.0016343324 | |
| 18873278 | a year ago | | | 0 | 0.00090093363 | |
| 18857229 | a year ago | | | 0 | 0.0013092180 |
ABI
ABI objects
Getter at block 21328261
MAX_PER_TRANSACTION() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
8888
PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://bafybeidxayihyviow7vjjqxxbu64h7vepvbruxex2xm7zmbespj5xiilja/
name() view returns (string)
Blockchain Beings
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xf88290e8b93e71c014edb147962a5cdbdadb6fb1
saleIsLive() view returns (bool)
true
symbol() view returns (string)
BB
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setOperatorFilteringEnabled(bool value)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsufficientPayment()
MaxMintPerTransactionExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleIsNotLive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()