Nieux Brieux NFT
Verified contract
Active on
Ethereum with 69 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Nieux Brieux NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20061894 | 5 months ago | | | 0 | 0.00096084251 | |
| 19878402 | 6 months ago | | | 0 | 0.00088566104 | |
| 19878387 | 6 months ago | | | 0 | 0.00085992314 | |
| 19878372 | 6 months ago | | | 0 | 0.00083416835 | |
| 19878367 | 6 months ago | | | 0 | 0.00083588197 | |
| 19878358 | 6 months ago | | | 0 | 0.00086304343 | |
| 19878335 | 6 months ago | | | 0 | 0.00082438161 | |
| 19878324 | 6 months ago | | | 0 | 0.00085601699 | |
| 19878322 | 6 months ago | | | 0 | 0.00085362927 | |
| 19878305 | 6 months ago | | | 0 | 0.00084352624 |
ABI
ABI objects
Getter at block 21215086
baseTokenURI() view returns (string)
https://bafybeibkklt3azdetiueuqzlrkb2oh5trbimpxko5nafbujnhxcawyj3fu.ipfs.nftstorage.link/
name() view returns (string)
Nieux Brieux NFT
owner() view returns (address)
0x6bedc9adc4266f708f63f2ac7aba39abbda4f9d0
symbol() view returns (string)
504-NB
totalDropped() view returns (uint256)
504
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
drop(address to)
dropMany(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address royaltyContract_, string customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.