Onigiri Pepes

Verified contract

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

No balances found for "Onigiri Pepes"

0xae68d1f2aded9dc67dd195eca794f63c685ab520480258ee6b36eb385ca07d08
0x0300b6343b6e4c560cca1a44554770dc5aa99c46a39e04a088618da030af9257
0xdd32e6ac3d74b1169fd6a9163fdaef6546ddbb1072b85088e60e214fc82c8e7e
0x238b06e9d1500af9569343c9df2ed1139e9c86cf45b8a856a9feed88ecfff498
0xde7dbef7fe315a6635d96e3f5c5c8f5900807dab104c1b12fe5bcc9aaa3e5c6d
0x346491e4ed47c9a88807543bf4962a71058636cbcb14e733887b63b1ad5dc87e
0x4088a03a9e9ea930b6a7edcddbc0e2864890915c495377da14a0f3097de7a624
0xe8788b194a0cff8468d12d4cf00050e36e26cd296f7a91b8c9264164e0b5214f
0x3433788f3c0ed05fe07aeb5222f8fb1c74f3407d4210c8c102172dc562f4f3a0
0x4530b2402478d87e056142986374cbec94283d6b1599b5e44b57b7cf669f9214

Functions
Getter at block 21291868
baseURI(view returns (string)
https://api.onigiri.art/onigiripepes/
mintEnabled(view returns (bool)
false
mintPrice(view returns (uint256)
30000000000000000
mintStartTime(view returns (uint256)
1656676800
name(view returns (string)
Onigiri Pepes
owner(view returns (address)
0x7373f8726dfa785578193fef1388535b52646954
recipient(view returns (address)
0x082e8a9da4397bc24ac22fad57cd7063dc1cd58b
symbol(view returns (string)
OPEPE
totalSupply(view returns (uint256)
6198
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(address touint256 quantitypayable 
recoverETH(address toreturns (uint256 amount)
recoverTokens(address tokenaddress toreturns (uint256 amount)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMintEnabled(bool status
setMintPrice(uint256 price
setMintStartTime(uint256 timestamp
setOwner(address newOwner
setRecipient(address account
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnerUpdated(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 mintStartTime_uint256 mintPrice_address recipient_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InsufficientMintValue(
MaxMintsReached(
MintERC2309QuantityExceedsLimit(
MintIsNotEnabled(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(