Onigiri Pepes
Verified contract
Active on
Ethereum with 8,938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x082e…d58b
Balances ($0.00)
No balances found for "Onigiri Pepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242432 | 7 days ago | | | 0 | 0.00045873623 | |
| 21106350 | a month ago | | | 0 | 0.000099615819 | |
| 20981852 | a month ago | | | 0 | 0.00028190718 | |
| 20927166 | 2 months ago | | | 0 | 0.00083158986 | |
| 20914669 | 2 months ago | | | 0 | 0.0022628823 | |
| 20896477 | 2 months ago | | | 0 | 0.00017511160 | |
| 20644474 | 3 months ago | | | 0 | 0.000062906754 | |
| 20615043 | 3 months ago | | | 0 | 0.000083660484 | |
| 20614968 | 3 months ago | | | 0 | 0.000077579503 | |
| 20604707 | 3 months ago | | | 0 | 0.000023774309 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 quantity) payable
recoverETH(address to) returns (uint256 amount)
recoverTokens(address token, address to) returns (uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMintEnabled(bool status)
setMintPrice(uint256 price)
setMintStartTime(uint256 timestamp)
setOwner(address newOwner)
setRecipient(address account)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 mintStartTime_, uint256 mintPrice_, address recipient_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientMintValue()
MaxMintsReached()
MintERC2309QuantityExceedsLimit()
MintIsNotEnabled()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()