Frank Stella Geometries

Verified contract

Active on Ethereum with 2,415 txns
Deployed by via 0x30a797ee at 15503648
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Frank Stella Geometries"

0xb34c8a4c0f14d83f87b90ad55b2b48c9f4fd22622cad1f3a500fef84123c764e
0x1b2771b3defade00f6127a0287f21d0e13c7c16060eac3765bc0432381389a73
0xa7aa397f2038881a2127bf667d48300260d61fcade6eec6793fa51c4bd496dc9
0xf07f5632108137dd8e49ac6d7bfc924db039122f152bf2065e16f71cbd6ade29
0xce706f6ce99118bdd887f5f8eb15da3abdb44b52e5b82bf099306ace30fa6442
0xbe87ddea69769ffa130c74b016a2c91bb24095ac76f08d600964c640eab80e38
0xfaf0b4f1825bfab2addd1e1cddb33f78f9be67252c4aa74c4f48c3eb409d2c14
0x1c654ffd2946950e218b87181ac42565cd834046ae87bfa9190c3f5f80ced8d3
0x1b13967b900efe7d72dddc0e9d1203a744553021851dc10b46a89ef78cf0abaa
0xb886772b62204d17168e791bc03c98dbbd498fc5c7bf4852a0c3e0aa67e777d5

Functions
Getter at block 21384998
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x1299f820ad7db91d6b3f2e6faaa66c05b254eb17, 1000)
isCollectionFreeze(view returns (bool)
false
isPrivateSaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
maxSaleEdition(view returns (uint256)
100
name(view returns (string)
Frank Stella Geometries
owner(view returns (address)
0x5e4f6a12021e4bdf7c93c703fd91048328e3b6bf
symbol(view returns (string)
Geometry
totalSupply(view returns (uint256)
2100
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
isAllowlisted(address _addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isDenyListed(address _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenEdition(uint256 tokenIdview returns (uint256)
tokenGeometry(uint256 tokenIdview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
addAllowlistAddresses(address[] addresses
addDenyListOperators(address[] operators
approve(address touint256 tokenId
flipPrivateSaleState(
flipPublicSaleState(
freezeCollection(
mint(uint256 geometrypayable 
mintCollectionTo(address to
mintTo(uint256 geometryaddress to
removeAllowlistAddresses(address[] addresses
removeDenyListOperators(address[] operators
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setArtworkPrice(uint256 price
setBaseURI(string _newBaseURI
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setMaxSaleEdition(uint256 maxSaleEditions
setOwner(address _newOwner
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setWithdrawAddress(address withdrawAddress
transferFrom(address fromaddress touint256 tokenId
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
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
Minted(address indexed touint256 indexed tokenIduint256 geometryuint256 edition
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
privateSaleState(bool active
publicSaleState(bool active
Constructor
constructor(string namestring symbolstring baseTokenURIuint256 artworkPriceaddress withDrawAddressuint256 maxSaleEditions
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(