NFTBoxes
Verified contract
Active on
Ethereum with 8,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROLLS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257342 | 21 hours ago | | | 0 | 0.00032375766 | |
| 21253743 | a day ago | | | 0 | 0.00089382858 | |
| 21253738 | a day ago | | | 0 | 0.0010931370 | |
| 21253718 | a day ago | | | 0 | 0.0011599486 | |
| 21253116 | a day ago | | | 0 | 0.00026247196 | |
| 21222307 | 6 days ago | | | 0 | 0.0023424323 | |
| 21206890 | 8 days ago | | | 0 | 0.00023185860 | |
| 21189182 | 10 days ago | | | 0 | 0.0033254539 | |
| 21162910 | 14 days ago | | | 0 | 0.0011407032 | |
| 21162903 | 14 days ago | | | 0 | 0.0013616618 |
ABI
ABI objects
Getter at block 21263575
baseURI() view returns (string)
https://walrus-app-56ayt.ondigitalocean.app/?id=
boxContract() view returns (address)
0x6a53dc033d85d98b59f6dc596588860d962a3cf6
name() view returns (string)
NFTBoxes
owner() view returns (address)
0xb0c58e55ad0641912c281a0923da90b15d5eac50
symbol() view returns (string)
[NFT]
totalSupply() view returns (uint256)
44438
Read-only
NFTMouldFileData(uint256 NFTId) view returns (string hashIPFS, string hashArweave, string artworkType, uint256 unmintedEditions)
NFTMouldMetadata(uint256 NFTId) view returns (string artistName, string artistNote, uint256 editionSize, string artTitle, string boxDetails, bool isActive)
NFTMouldSignatureData(uint256 NFTId) view returns (address signatureAddress, string signatureHash, string signatureMessage)
authorisedCaller(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
getFileData(uint256 tokenId) view returns (string hashIPFS, string hashArweave, string artworkType)
getMetadata(uint256 tokenId) view returns (string artistName, string artistNote, uint256 editionSize, string artTitle, uint256 editionNumber, string boxDetails, bool isActive)
getSignatureData(uint256 tokenId) view returns (address signatureAddress, string signatureHash, string signatureMessage)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events NFTMachineFor(uint256 NFTId, address _recipient)
approve(address to, uint256 tokenId)
closeNFTWindow(uint256 NFTId)
createNFTMould(string artworkHashIPFS, string artworkHashArweave, string artistName, string artistNote, address signatureAddress, string signatureHash, string signatureMessage, uint256 editionSize, string artTitle, string artworkType, string boxDetails, address[] royaltyAddress, uint256[] royaltyBps)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCaller(address _caller, bool _value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBoxContract(address newBoxContract)
updateURI(string newURI)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloseNFTWindow(uint256 NFTId)
NewNFTCreatedFor(uint256 NFTId, uint256 tokenId, address recipient)
NewNFTMouldCreated(uint256 NFTIndex, string artworkHashIPFS, string artworkHashArweave, string artistName, uint256 editionSize, string artTitle, string artworkType, string artworkSeries)
NewNFTMouldSignatures(uint256 NFTIndex, address signatureAddress, string signatureHash, string signatureMessage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.