BarnBridge Non-fungible Token
Verified contract
Active on
Ethereum with 297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "BarnBridge Non-fungible Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18925006 | a year ago | | | 0 | 0.00028782372 | |
| 18828253 | a year ago | | | 0 | 0.0018364731 | |
| 18421720 | a year ago | | | 0 | 0.00099638347 | |
| 18384000 | a year ago | | | 0 | 0.00031272627 | |
| 17613410 | a year ago | | | 0 | 0.0024202414 | |
| 17553074 | a year ago | | | 0 | 0.00057655948 | |
| 17456322 | a year ago | | | 0 | 0.00077594092 | |
| 16645527 | 2 years ago | | | 0 | 0.00070078477 | |
| 16486361 | 2 years ago | | | 0 | 0.00052423863 | |
| 16486024 | 2 years ago | | | 0 | 0.00054814100 |
ABI
ABI objects
Getter at block 21280128
artistWalletAddress() view returns (address)
0x747dfb7d6d27671b4e3e98087f00e6b023d0aab7
factoryAddressRef() view returns (address)
0x677444a94d7ba549acab94da8767e1145e001aaa
fileArweaveReferenceURL() view returns (string)
https://arweave.rocks/
fileIPFSReferenceURL() view returns (string)
https://gateway.pinata.cloud/ipfs/
isOwner() view returns (bool)
false
name() view returns (string)
BarnBridge Non-fungible Token
owner() view returns (address)
0x747dfb7d6d27671b4e3e98087f00e6b023d0aab7
symbol() view returns (string)
BOND
tokenReferenceURI() view returns (string)
https://infiNFT.azurewebsites.net/api/HttpTrigger?artContract=
totalArtPieces() view returns (uint256)
140
Read-only
balanceOf(address owner) view returns (uint256)
getAdditionalMetadata(uint256 tokenID) view returns (string exhibitionByID, string fileTypeByID, string thumbnailHashByID)
getApproved(uint256 tokenId) view returns (address)
getCoreMetadata(uint256 tokenID) view returns (string fileIPFSHashByID, string fileArweaveHashByID, string artistNameByID, string artTitleByID, string artistNoteByID, uint256 editionNumberByID, uint256 totalEditionsByID)
getImageLink(uint256 tokenID) view returns (string fileIPFSURL, string fileArweaveURL, string thumbnailURL)
getRoyaltyData(uint256 tokenID) view returns (address artistAddress, uint256 royaltyFeeByID)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
createArt(string fileIPFSHash, string fileArweaveHash, string thumbnailHash, string artistName, string artTitle, string artistNote, string exhibition, uint256 royaltyFee, uint256 totalCap, string fileType) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtistAddress(address newAddress)
updateLinks(string newIPFSURL, string newArweaveURL)
updateURI(string newURI)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewArtAddtData(uint256 tokenID, string exhibition, string fileType)
NewArtImageRefs(uint256 tokenID, string fileIPFSHash, string fileArweaveHash)
NewArtMetadata(uint256 tokenID, string artistName, string artTitle, string artistNote, uint256 editionNumber, uint256 totalCap)
NewArtRoyaltyInfo(uint256 tokenID, uint256 royaltyFee, address artistAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address factoryAddress, address contractCreator)
This contract contains no fallback and receive objects.
This contract contains no error objects.