B&O DNA Collection: Audio Vial
Verified contract
Active on
Ethereum with 450 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 "B&O DNA Collection: Audio Vial"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115252 | 16 days ago | | | 0 | 0.00045581588 | |
| 20270813 | 4 months ago | | | 0 | 0.00024404027 | |
| 20270780 | 4 months ago | | | 0 | 0.00097731307 | |
| 19855791 | 6 months ago | | | 0 | 0.00027561409 | |
| 19855318 | 6 months ago | | | 0 | 0.00097756400 | |
| 19521395 | 8 months ago | | | 0 | 0.0010042153 | |
| 19194253 | 9 months ago | | | 0 | 0.0017036094 | |
| 19078619 | 10 months ago | | | 0 | 0.00052448078 | |
| 18918623 | a year ago | | | 0 | 0.00048867195 | |
| 18848346 | a year ago | | | 0 | 0.00046869712 |
ABI
ABI objects
Getter at block 21229740
name() view returns (string)
B&O DNA Collection: Audio Vial
owner() view returns (address)
0x1084bb5da62c4808acd81e38566184dab00bc0b4
phase2Address() view returns (address)
0xdda28e7812d2b9c837cdd86109d4261631651d9b
revealTime() view returns (uint256)
1675958400
symbol() view returns (string)
BOAUD
toggle() view returns (bool)
true
totalSupply() view returns (uint256)
87
Read-only
_owners(uint256) view returns (address)
alreadyClaimed(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftOfUser(address user) view returns (uint256[])
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)
userNftId(address, uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(uint256 phase2NFTId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRevelTimer(uint256 revealTime_)
setToggle(bool toggle_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePhase2Address(address phase2Address_)
updateURI(string newURI_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
revealTimer(uint256 revealTime)
constructor(string _name, string _symbol, address _phase2Address)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)