YogaPepez

Verified contract

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

No balances found for "YogaPepez"

0xcac88e20d0603ba0dce5c360031e06b35acf23207aae56b7820f01e4fc09705f
0x4b310b38e0d027745463744587b93f96cac97164db35190e50957be1dd1cef58
0xe23b689dd8aa32719be39d4a2fc8a27055f5f2a3305e4f44ca8d208c3c5c989e
0x4018bb42f6e9fce43c0ff7cd908cd0d0a0d9667d4399466097c48ec8d76f8418
0x91e3144adfb67d0ec901df1754170403697f055f51dde8ce66c14d21ef660e32
0x5feae95f173b9a8bb2a426cb5ee62f4daf1f8cd56c0b412e1ae02c00addfc80a
0x0e7b03ba6c70703f5ccd0589115ce5a2d711b914095d9f2589562dda5e557093
0xe3fdd32c19b0972763e268c764a72da35a03e732acb6391ebbd38edf43ccc5e4
0x9b2103c0efb4320f94c23ed5eb9972aecb20a26b7e604cf9b7cfd38263a937ae
0xf45dcaa3dec8e094cbce8270bb474c3c57daa5742f71d540797fe21e496e2800

Functions
Getter at block 20907984
_baseTokenURI(view returns (string)
https://nft.bueno.art/api/contract/sX4PbBYS3_3lgtbSDpefL/chain/1/metadata/
merkleRoot(view returns (bytes32)
0x913c222fe246c9bd062008b3542823d1ec5fcdd9bce8ade16ed05f9f9da49dbf
name(view returns (string)
YogaPepez
owner(view returns (address)
0x667109b86031a4bcb3357bcd746c94cecf56d2f0
presaleMaxPerTransaction(view returns (uint256)
1
presaleMaxPerWallet(view returns (uint256)
1
presalePrice(view returns (uint256)
12000000000000000
presaleSupply(view returns (uint256)
999
price(view returns (uint256)
50000000000000000
saleState(view returns (uint8)
2
supply(view returns (uint256)
999
symbol(view returns (string)
YPZ
totalSupply(view returns (uint256)
999
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
batchMint(uint64[] qtysaddress[] recipients
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
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(
InvalidBatchMint(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(