Pepe the birth of Ethereum#01

Unverified contract

Proxy

Active on Base with 641 txns
Deployed by via 0xb1ff7636 at 22558520
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Pepe the birth of Ethereum#01"

0x26f0e0c47bd311babdf8479ceb3cb8d715f67c738841ddd3dc7cd533e9c1c15f
0x2254f9b30b333873952ab3a6be51cd54f48b1c2f99a4d7314e44997aed7fd929
0xdcd2870211b02ca1f45f687c823b8c2057b2212b6f9eb0756f6a39fcb38b7997
0x8f1738b9e79ff9c688505693f18c7f65a928fd25eac7d91d37abb2180f371cdf
0x3eedc9b18f894c81ddcc99857831ca2ef0712273101443e9567ed638128247b1
0xfbaac9834777dbc966da8a709e8c86c71d32e6de06a9b9142cc8e41ec6b2b8a6
0x02adfcdcdd718a18c15c7bcd73e1413e0873aba69b5a226680b7e3be2117dbe7
0x69a0f26444d20165e2586fdcd0f236151040404f78e6a8a3cefacfe22d75ef39
0x72983fe7a0c37df88a49a9bab91dc5016d20c22f649ffc4ded86153967f1f89d
0x9254dae72d807c8bed84f85bc0c69bb30fb94b6b6bc98e054ba2de88969347a5

Functions
Getter at block 22752382
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
638
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Pepe the birth of Ethereum#01
owner(view returns (address)
0x0aaebbfcc79cc781535cbafd70f0cf96dd6e65d4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PTB
totalSupply(view returns (uint256)
637
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId