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 "Boomers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17680125 | a year ago | | | 0 | 0.0011029666 | |
| 17006895 | 2 years ago | | | 0 | 0.00091502600 | |
| 16291395 | 2 years ago | | | 0 | 0.00097763255 | |
| 16139150 | 2 years ago | | | 0 | 0.00069418964 | |
| 16138407 | 2 years ago | | | 0 | 0.00035937318 | |
| 16134089 | 2 years ago | | | 0 | 0.00068196351 | |
| 16131892 | 2 years ago | | | 0 | 0.00063002386 | |
| 16131734 | 2 years ago | | | 0 | 0.00066519636 | |
| 16131606 | 2 years ago | | | 0 | 0.00070652399 | |
| 16131432 | 2 years ago | | | 0 | 0.00066713846 |
ABI
ABI objects
Getter at block 21230368
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/gyGcXB8zSmTs1tpHRrZ7u/chain/1/metadata/
name() view returns (string)
Boomers
owner() view returns (address)
0x9f49d214780233e0d462d8e3a572bdab3367ffa3
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
333
price() view returns (uint256)
0
saleState() view returns (uint8)
2
supply() view returns (uint256)
333
symbol() view returns (string)
BOOMERS
totalSupply() view returns (uint256)
333
Read-only
addressMintBalance(address) view returns (uint256)
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)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()