Xpepe

Unverified contract

Proxy

Active on Base with 6 txns
Deployed by via 0xa50f3c9f at 21605743
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 "Xpepe"

0xcf1d2469606df4815031c846163dbec02f9e3f6036e764d2d1f5305e3c6e41a2
0x3f205bbfa46d3b4c3ec74017a068f9b372ba396ea9fb9a63c5254dd476cb8d53
0xa9ab87b99415245d10b4fd07521f8d768a10fa47649e90a7f247aa03a46f01ce
0x373f72069a9edca3bc712445573019358954149d292c8daa5e1117b6b4dc43de
0x744632eafe41df20e1c3ec5e1c5ed9ea115f7c8e36240c1c99e669f4430a9f82
0x6aafd2c82f005337286fbc0492e4521098b1ffd24c283142f95f15458486f835

Functions
Getter at block 23781870
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
16
 
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)
Xpepe
owner(view returns (address)
0x65ebe4556c74666350c8806a46852e40718b85e4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
X
totalSupply(view returns (uint256)
15
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