B3L B3asts
Verified contract
Active on
Ethereum with 1,513 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 "B3L B3asts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21019188 | 20 days ago | | | 0 | 0.00021339941 | |
| 20773433 | 2 months ago | | | 0 | 0.00046424822 | |
| 20645343 | 2 months ago | | | 0 | 0.000058361227 | |
| 20335808 | 4 months ago | | | 0 | 0.00052692475 | |
| 20204033 | 4 months ago | | | 0 | 0.00016177293 | |
| 19864005 | 6 months ago | | | 0 | 0.00016066445 | |
| 19821644 | 6 months ago | | | 0 | 0.00023967988 | |
| 19800364 | 6 months ago | | | 0 | 0.00018688568 | |
| 19777442 | 6 months ago | | | 0 | 0.00085347383 | |
| 19443851 | 8 months ago | | | 0 | 0.0029886934 |
ABI
ABI objects
Getter at block 21161294
burnAndBreedActive() view returns (bool)
true
maxSupply() pure returns (uint256)
1000
maxWLMint() pure returns (uint256)
5
mintActive() view returns (bool)
true
name() view returns (string)
B3L B3asts
operatorFilterEnabled() view returns (bool)
true
owner() view returns (address)
0x0f83a7bf2ea16c7d8c90e3aa4ca0c8e58a83c9ea
price() view returns (uint256)
500000000000000000
symbol() view returns (string)
B3ASTS
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWL(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
burnAndBreed()
changePrice(uint256 price_)
mint(uint256 amount, bytes signature) payable
renounceOwnership()
repeatRegistration()
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 baseTokenURI_)
setUnrevealedURI(string unrevealedURI_)
teamMint(uint256 quantity_, address to_)
toggleBurn()
toggleMint()
toggleOperatorFilter()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds(address to_, uint256 amount_)
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(address signer_, address oldPass_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ErrExceedsSupplyCap()
ErrExceedsWLAmount()
ErrInactive()
ErrInvalidSignature()
ErrInvalidValue()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NonSufficientFunds()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()