pyramid

Unverified contract

Proxy

Active on Base with 2,775 txns
Deployed by via 0xfb9aabbc at 20041981
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"

0x3326e2dd82728e56526f6af81706985be1b53cc78cee7ea874e7d4bc554a3be0
0xf2505eb1fd8887ad0093df058a47edd661c837ae911daa2a1f2b8c5d885f0dc8
0x45aa23b219152126e8717fa79b98f6ada44842f9eddb29ef1cb4115bbef62bfc
0x715955f31b64e44ac5def64e78447d4c2fe67304cd9663e4b9fc2da72f9780ad
0xf5e38a625e2688d99bd23709ddd54c640319390538310c2058e7859f8742e8d4
0x1e86f3b3c3f4871cf9ffe065a1835bd14e5b5a5b2408b2a71c51c9e8b809c5cb
0x5509af1d3eb188f50be6470ac7ed72b7e110c0896670691d6f05a10f3fecb902
0xff520b8a3bef53a713e0a99421f01cecc94a66a17fa83f3034a17c0149843053
0x7d4759805ae2eee78f11a30954aef61aa4f7eb41d2b7a2932f67262e00d08410
0x01cb305fc725b4a1914f472a5680b87c52b2acd3e33ff24206e962a6532974c5

Functions
Getter at block 21823290
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2791
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
pyramid
owner(view returns (address)
0x524d7823d8d2c9d03b2e79837a84e2aa52330042
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
P
totalSupply(view returns (uint256)
2790
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