B3L B3asts

Verified contract

Active on Ethereum with 1,513 txns
Deployed by via 0x0a35a0aa at 16026675
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "B3L B3asts"

0x90d72976c03ddc35ee6b8158cbc9ad405f3e8e7609ca9f67a49b7b399fc7b7a2
0x2b443da2e3b4d9f367569c7f445bfb0fca0d22fc421578ce1c3d5f26c37d5955
0x30975e5a6bc90ab30dd17f6cd0762226686dd04a76fd1ee8367ea740ad4b2b2f
0x43e73954f0c005dba8ee9ff519320531abfb208d1e349a380d7cc09681c08621
0xf62c245f5adcddc26273618c51f10e8013138e18becfcc090e359b9061355909
0x181b51ce722c6ad8476701994241c162dfec476d46045ea8d86995c38d1ed13f
0xdc39ef3322e5271dfcc94ef9b2c1b43755d51ccd129fd20428906a3835fd7e9e
0x8577b584c1c6b0f6b3b886d352ee66eff7b32716e0a10459c9dc11db7341e730
0xd600ae2d7d778fd8ce886796a19e0a50d91a6d46841d448b23910a4d43882e0b
0xab37b2ae82b255631dc825310b5e8908e1b48dacf7e7863b4852ca348fb851c2

Functions
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 ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedWL(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burnAndBreed(
changePrice(uint256 price_
mint(uint256 amountbytes signaturepayable 
renounceOwnership(
repeatRegistration(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI_
setUnrevealedURI(string unrevealedURI_
teamMint(uint256 quantity_address to_
toggleBurn(
toggleMint(
toggleOperatorFilter(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(address to_uint256 amount_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address signer_address oldPass_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ErrExceedsSupplyCap(
ErrExceedsWLAmount(
ErrInactive(
ErrInvalidSignature(
ErrInvalidValue(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonSufficientFunds(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(