StructERC721
Verified contract
Implementation
Active on
Ethereum with 6 txns
Storage
Map
Table
Raw
Constants and immutables
28
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "StructERC721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16774086 | 2 years ago | | | 0 | 0.00066969790 | |
| 16774038 | 2 years ago | | | 0 | 0.00076536200 | |
| 16773812 | 2 years ago | | | 0 | 0.00067677500 | |
| 16773574 | 2 years ago | | | 0 | 0.00088824380 | |
| 16773550 | 2 years ago | | | 0 | 0.00097142100 | |
| 16529037 | 2 years ago | | | 0 | 0.0065655053 |
ABI
ABI objects
Getter at block 20855984
config() view returns (address signer, uint16 maxSupply, uint16 reserveAmount, bool offsetEnabled, bool operatorFilterEnabled, bool revealed)
(signer=0x084fd17c6a5697bd651b6482fa916c0b3a0e6161, maxSupply=1, reserveAmount=0, offsetEnabled=true, operatorFilterEnabled=false, revealed=false)
mintSettings() view returns (uint8 status, uint16 maxPerAddress, uint112 privatePrice, uint112 publicPrice)
(status=0, maxPerAddress=0, privatePrice=0, publicPrice=0)
name() view returns (string)
StructERC721
owner() view returns (address)
0x9e03bbd9a0084d0925b0da7cf69cbe9df80854be
provenanceHash() view returns (string)
v1.0
symbol() view returns (string)
STRUCT
tokenOffset() view returns (uint256)
0
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
0
totalSupply() view returns (uint256)
0
uri() view returns (string)
structNFT.com
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, string _uri, string _provenanceHash, struct StructERC721Config _config) payable
initializeMint(address[] _payees, uint256[] _shares, struct StructERC721MintSettings _mintSettings, bytes _receipt, uint256 _nonce) payable
lockFunction(bytes4 id)
privateMint(uint256 amount, bytes signature) payable
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
releaseAll() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMintSettings(struct StructERC721MintSettings newMintSettings, bytes receipt, uint256 nonce) payable
setOffset(bool useVRF) payable
setOperatorFilter(bool enabled) payable
setProvenanceHash(string newProvenanceHash) payable
setRevealed(bool revealed, string newUri) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _struct, address _receiptIssuer, address _structPass, address _nonceManager, address _randomnessManager)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StructERC721_ExceedsMaxPerAddress()
StructERC721_FunctionLocked()
StructERC721_InsufficientSupply()
StructERC721_InvalidConfiguration()
StructERC721_InvalidMetadataState()
StructERC721_InvalidMintStatus()
StructERC721_InvalidSignature()
StructERC721_InvalidTransactionValue()
StructERC721_NoContractMinting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()