Frank Stella Geometries
Verified contract
Active on
Ethereum with 2,415 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd3c1…cb87
Balances ($0.00)
No balances found for "Frank Stella Geometries"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21342297 | 6 days ago | | | 0 | 0.00072226045 | |
| 21340614 | 6 days ago | | | 0 | 0.00085350817 | |
| 21327179 | 8 days ago | | | 0 | 0.00088646570 | |
| 21325690 | 8 days ago | | | 0 | 0.00095455158 | |
| 21260318 | 17 days ago | | | 0 | 0.00038291330 | |
| 21248253 | 19 days ago | | | 0 | 0.00047184505 | |
| 21244032 | 20 days ago | | | 0 | 0.00087052498 | |
| 21241090 | 20 days ago | | | 0 | 0.00043588951 | |
| 21238980 | 20 days ago | | | 0 | 0.00069088971 | |
| 21235675 | 21 days ago | | | 0 | 0.00060498304 |
ABI
ABI objects
Getter at block 21384998
getDefaultRoyaltyInfo() view returns (address, uint16)
(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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
isAllowlisted(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isDenyListed(address _operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenEdition(uint256 tokenId) view returns (uint256)
tokenGeometry(uint256 tokenId) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addAllowlistAddresses(address[] addresses)
addDenyListOperators(address[] operators)
approve(address to, uint256 tokenId)
flipPrivateSaleState()
flipPublicSaleState()
freezeCollection()
mint(uint256 geometry) payable
mintCollectionTo(address to)
mintTo(uint256 geometry, address to)
removeAllowlistAddresses(address[] addresses)
removeDenyListOperators(address[] operators)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setArtworkPrice(uint256 price)
setBaseURI(string _newBaseURI)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setMaxSaleEdition(uint256 maxSaleEditions)
setOwner(address _newOwner)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setWithdrawAddress(address withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
Minted(address indexed to, uint256 indexed tokenId, uint256 geometry, uint256 edition)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
privateSaleState(bool active)
publicSaleState(bool active)
constructor(string name, string symbol, string baseTokenURI, uint256 artworkPrice, address withDrawAddress, uint256 maxSaleEditions)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()