BuenoKING

Verified contract

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

No balances found for "BuenoKING"

0x202a5bba32d06221d3f6bc0d14da5e19bd85e62239f682cf0e2f75ec23c472a4
0x4f836f73c8f45d20e8d8d7826a4597acaef7457f2231462e34e6d931219d08c4
0x46671e0e52fdc3d83b1c8c3cdbd45fef4a1c8cadf2c05ae3093284999908d439
0xa412c5d45df9acf023ddf15d85bb4e02c1c83a0f49dce1121e2780ac2a77ddb2
From
0x472613ce2142cd62ea935c8945f1492b5294f641e1e47f3c83601f6064f9634b
0x355b1d5dc08fef2a0b67fb05364f5f53509fdc7c6cd6f6b0d74d5d971b6797ac
0x13f44a6d63bc079b7accfedb2014c1495d73fe1ddb6d166776114c02752e0083
0x0576c9686ca27d047917ef6ff111d8cb8416a74304d29b78595311965bd5827a
0x130dd8ca7bda623c7dfffd8c6ee563cbdd6f27c899b54b6e88cb9cc9bd81ad11
0x733a7355aedf381bd1cdfeb42742db2a67c2e99f5d502a946295fc8a95bce301

Functions
Getter at block 20927713
_baseTokenURI(view returns (string)
https://nft.bueno.art/api/contract/GY0qQsSlTICu2R_0qGKr8/chain/1/metadata/
maxPerTransaction(view returns (uint256)
3
maxPerWallet(view returns (uint256)
3
name(view returns (string)
BuenoKING
owner(view returns (address)
0x4e138eeb061362d78759d3aa82ef669ba6495054
presaleMaxPerTransaction(view returns (uint256)
3
presaleMaxPerWallet(view returns (uint256)
3
presalePrice(view returns (uint256)
10000000000000000
presaleSupply(view returns (uint256)
3000
price(view returns (uint256)
0
saleState(view returns (uint8)
1
supply(view returns (uint256)
12000
symbol(view returns (string)
BKG
totalSupply(view returns (uint256)
12000
Read-only
addressMintBalance(addressview returns (uint256)
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)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPresalePerTransactionMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(