Pyramidal (2023)

Verified contract

Active on Ethereum with 226 txns
Deployed by via 0xa3cc8090 at 18949606
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "Pyramidal (2023)"

0x517475908c79077413708c04ffc0e556cec53eae23aa48dda80a894a6df5d5d2
0x43b6fa31fc6461c1de0b479fb988acc2bbc62b2bbe7095b61f5c6dce1b97d192
0x7f97d6c57bc96341220913b209819993eb03a2f8fb72bb35aa3e22c7bd93495d
0x5a43f4a374352df324d1d341bf38d43bcb2bad22293c7f8ac31d1df4dd1e0406
0x764811afab6082afebecbf8cf49d9144a3d71e4cb463188bb015471a901273d2
0x7e2c6729f529f6ec20e2bfd63cd12a70c49de4aed9e80d127b4699b803200343
0x7f4c720da16b8d82351631ba6bc5cf4bc10a02fa54cce89ccc50bafe889db0fb
0xd76d7bde21f780adc4f3b7af657dc5baa6ff5303e944684ef3e3824fcf00f92e
0xabe86f8f518e1ed4838f3ea01b15445646eea29369d6bd1091dca5dafa0fce97
0x078c8f16904b779d9489294f6fd79feac373b693ee7b475748489c0fcacc2080

Functions
Getter at block 21203601
MAX_SUPPLY(view returns (uint256)
330
PUBLIC_SUPPLY(view returns (uint256)
143
RESERVED(view returns (uint256)
5
SEC_RESERVED(view returns (uint256)
25
WHITELIST_SUPPLY(view returns (uint256)
300
baseExtension(view returns (string)
.json
contractAddress1(view returns (address)
0xcf808358c1cbd3f8d574e3ee235463f5ed4c1bef
merkleRoot(view returns (bytes32)
0xf1ae6b70523d314879dad0390a26a19c206031d83fcb9dfb4ecc100f085675bb
mintPrice(view returns (uint256)
29500000000000000
name(view returns (string)
Pyramidal (2023)
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x59de7273191e6bf1907d614e94ecfbe8e5fb7318
provenanceHash(view returns (string)
publicSaleStatus(view returns (bool)
false
symbol(view returns (string)
Pyramidal (2023)
totalClaimed(view returns (uint256)
84
totalSupply(view returns (uint256)
330
whiteListPrice(view returns (uint256)
29500000000000000
whitelistSaleStatus(view returns (bool)
false
Read-only
Claimed(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
functionLocked(bytes4view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUk(addressview returns (bool)
numberMinted(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
enablePrivateMint(bool _status
enablePublicMint(bool _status
lockFunction(bytes4 id
publicMint(uint256 quantitybool _isUkpayable 
renounceOwnership(
reserve(address to
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
secondaryReserve(address touint256 quantity
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMerkleRoot(bytes32 _merkleRoot
setOperatorFilteringEnabled(bool value
setProvenanceHash(string _provenanceHash
setPublicMintPrice(uint256 _newPrice
setPublicSupply(uint256 _newSupply
setRoyalties(address receiveruint96 royaltyFraction
setWhiteListPrice(uint256 _newPrice
setWhiteListSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteListMint(address touint256 quantitybool _isUkbytes32[] merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PUBLICMINT(address touint256 quantitybool _isUk
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WHITELISTMINT(address touint256 quantitybool _isUk
Constructor
constructor(address _royaltyReceiveraddress initialOwneruint96 _royaltyFraction
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyReservedTokens(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
FunctionLocked(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashAlreadySet(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(