PEPE RENGA
Verified contract
Active on
Ethereum with 3,813 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 "PEPE RENGA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20618630 | 2 months ago | | | 0 | 0.000042150121 | |
| 20482657 | 3 months ago | | | 0 | 0.000085653855 | |
| 20028320 | 5 months ago | | | 0 | 0.0011517585 | |
| 19116914 | 9 months ago | | | 0 | 0.00050414490 | |
| 18910572 | 10 months ago | | | 0 | 0.00042304640 | |
| 18908796 | 10 months ago | | | 0 | 0.00052416302 | |
| 18896060 | 10 months ago | | | 0 | 0.00058983073 | |
| 18052381 | a year ago | | | 0 | 0.00045624402 | |
| 17515806 | a year ago | | | 0 | 0.0010723230 | |
| 17515799 | a year ago | | | 0 | 0.0011356360 |
ABI
ABI objects
Getter at block 21158859
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUjKNvrkSH429qnsYu3qggco3tWTJbpamUZF85SP3Npzg/
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
3218
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
6000
name() view returns (string)
PEPE RENGA
owner() view returns (address)
0x2757c01ab678063c21294ea1d7a2781e1f4ab965
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
PEPERENGA
totalSupply() view returns (uint256)
6000
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(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _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 _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()