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 "BitBuddy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7567125 | a year ago | | | 0 | 0.000000000002846610 | |
| 7396211 | a year ago | | | 0 | 0.000000000055864956 | |
| 7364857 | a year ago | | | 0 | 0.00011460601 | |
| 7356627 | a year ago | | | 0 | 0.00011460601 | |
| 7306240 | a year ago | | | 0 | 0.00011460601 | |
| 7273403 | a year ago | | | 0 | 0.000000051323105259 | |
| 7264680 | a year ago | | | 0 | 0.000088956006 | |
| 7219055 | a year ago | | | 0 | 0.00011460601 | |
| 7215723 | a year ago | | | 0 | 0.00011460601 | |
| 7215121 | a year ago | | | 0 | 0.00011460601 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
totalMintCount(address user) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId, bytes signature)
freeClaim(address to, uint256 amount, bytes signature) payable
ownerMint(address to, uint256 amount) payable
publicMint(address to, uint256 amount) 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 newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setPrice(uint256 _price)
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds(address receiver)
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(string name, string symbol, string baseTokenURI, address _signer, address _royaltyReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsufficientPayment()
InvalidMintAmount()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotStarted()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIForNonExistentToken()
URIQueryForNonexistentToken()
WithdrawFailed()