pepe

Unverified contract

Proxy

Active on Base with 76 txns
Deployed by via 0x726fd5e7 at 20294379
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"

0xbb138d56faa24fd8d4bd0e035d718907cdd7c2964185ea6a01044012a7207e3c
0x8b54a7fbd5078978ad188e51db4924a07b7cd82d95199554a01678716c2fda45
0x7081cb05c9000ba42cc75fad232401ff6e3e9e4ce6fbacd2a1dc0822094d4e18
0x1e6b8fe19c0710b592ab0d3e74fc915d5df78b5646314f7595a2d6c38012f3a2
0xf75447286db08abd6e8b9a3e9b79f7cfd1820bfe390db0ac0dda2fb57af5b12f
0xfdedbcbe0fa33c6930a1bb05f6b994fba73ac30b1d6743d15e00f22f90cf8d43
0x9ea0914c5e61d1b7a751c85997df85b0d825a22c4504195e209fc70e516ca417
0x1f42155d1ccf43d59a8ef328266131265dbea720efcb8daf9d00f0475edab2c3
0x378328c0218a90ae73220346eccd69ad40c1823df8b8d4dcb48ef2859501bf93
0xf88625f295b8c6a2dc26f64e631997fa283aa4ec2e97830d6f4bd6905e5d1fb9

Functions
Getter at block 23819529
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
67
 
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
owner(view returns (address)
0xbb0f7298b8ecb8171846f3df921ea68b47e4c3cb
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
P
totalSupply(view returns (uint256)
66
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