YogaPepez
Verified contract
Active on
Ethereum with 2,881 txns
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 "YogaPepez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19680005 | 7 months ago | | | 0 | 0.00019304059 | |
| 19451490 | 8 months ago | | | 0 | 0.0011253308 | |
| 19009498 | 10 months ago | | | 0 | 0.00088135634 | |
| 18893669 | a year ago | | | 0 | 0.00050008715 | |
| 18893669 | a year ago | | | 0 | 0.00087899875 | |
| 18803274 | a year ago | | | 0 | 0.00072043551 | |
| 18607248 | a year ago | | | 0 | 0.00054859423 | |
| 18379529 | a year ago | | | 0 | 0.00044601978 | |
| 18379516 | a year ago | | | 0 | 0.00049533212 | |
| 18296920 | a year ago | | | 0 | 0.00032962071 |
ABI
ABI objects
Getter at block 21276303
_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(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, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePerTransactionMax(uint256 _val)
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()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()