BitBuddy

Verified contract

Active on Base with 16 txns
Deployed by via 0x93c823d4 at 7135366
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BitBuddy"

0x8ec822ce34527f6b724c10ec07b2730f30921e3bc44cbbdf40c8ddb94f148343
0xbe3bed486185bb156b65463b1259b127ac79b52040b2b5d11d6602f30c315eb4
0xe1e95855e8a5360b073972f7e7818c80bdf3e088cd1fd1b496c3869128b44f09
0xbd2d851fe7cc51ddf90eb066fe16a3a4ffc55d6796f8af3c21246d1e862b52db
0x8ce605a334b6016cdcb7c681602adbbb68e5f52bc97bc1eb4fa0e0e101afef03
0x0dc30880b9807b073f02260d67a6f756d707fb6a983df68e0c7eaf515cae85f0
0x1114c762ee1721f53d9c113f25e5ab64d543cc8b1635bef2fdf1612a2d26902a
0x2111af03b6289e264925a156d4858c4f2f5b68cb792fa90351bbb1cebe480c03
0x7701cda722fac4c3f020dd213433d7509410b4185794490c21ab48a48ac07461
0x73001bda278208554ecf44b173b40cf40966f62f3836245e1c5c077bfddebf02

Functions
Getter at block 23718235
mintEnabled(view returns (bool)
true
mintSigner(view returns (address)
0xa777f0982019f0d9c2c9045fa7b7bd71693f3bf5
name(view returns (string)
BitBuddy
owner(view returns (address)
0xa777f0982019f0d9c2c9045fa7b7bd71693f3bf5
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
BB
totalSupply(view returns (uint256)
12
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIDview returns (string)
totalMintCount(address userview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenIdbytes signature
freeClaim(address touint256 amountbytes signaturepayable 
ownerMint(address touint256 amountpayable 
publicMint(address touint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setPrice(uint256 _price
toggleMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(address receiver
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(string namestring symbolstring baseTokenURIaddress _signeraddress _royaltyReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InsufficientPayment(
InvalidMintAmount(
InvalidSignature(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIForNonExistentToken(
URIQueryForNonexistentToken(
WithdrawFailed(