Pyramid by Creature World

Unverified contract

Proxy

Active on Base with 4,351 txns
Deployed by via 0x63bab073 at 21423141
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 "Pyramid by Creature World"

0x167e6ca669e3d8b46cbab4e025f85747e46d9c2c02a31916301e2a64d56c34d8
0xa1d5ed07de028fd9fc6b72d7b4733369309af632b1a54c796d3699db10372f91
0x4a460a3b3cba13771aa1c51cef35b8245f859a62d141f25c48aa3dd7b0e476e0
0x84d87eda43a90010a3d2ea0c4bfa632d15bd52b655657691dc68f34621025388
0xbb48f455a8cedd8c9740f47f02d95bb109f0d8a0dfec89bb2ae97fe63df9ac1f
0x4f453bc6a85689ac09e7d51998fa13208da908f20d0189d74839de6100109a02
0xa8d9bfe9e5baa6cd36dc3d832b435ff53b91adac26e9a4f3865cd6eb36c01ad0
0x3b4a4ef03798a11565b1c08d623e377d27437a816b68ace41cf27d03eaf2d5dd
0x10772c50317c3b1804cd92e91e04f4e4962ea5790c6bba6978184161c434e76c
0x3677474dd8fbf2c0f3f4b89a9e46dd50fee0459523363777213c4e17dea37071

Functions
Getter at block 22902490
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4318
 
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)
Pyramid by Creature World
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PBC
totalSupply(view returns (uint256)
4317
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