B&O DNA Collection: Art Vial
Verified contract
Active on
Ethereum with 805 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: Art Vial"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20270761 | 4 months ago | | | 0 | 0.00023429232 | |
| 19668873 | 7 months ago | | | 0 | 0.00090792410 | |
| 19668786 | 7 months ago | | | 0 | 0.0048218922 | |
| 19521374 | 8 months ago | | | 0 | 0.00093816171 | |
| 19473146 | 8 months ago | | | 0 | 0.0013030535 | |
| 19078621 | 10 months ago | | | 0 | 0.00054331243 | |
| 18932339 | 10 months ago | | | 0 | 0.00034921701 | |
| 18918626 | a year ago | | | 0 | 0.00052299918 | |
| 18892054 | a year ago | | | 0 | 0.0085427226 | |
| 18859307 | a year ago | | | 0 | 0.0036624447 |
ABI
ABI objects
Getter at block 21212100
name() view returns (string)
B&O DNA Collection: Art Vial
owner() view returns (address)
0x1084bb5da62c4808acd81e38566184dab00bc0b4
phase1Address() view returns (address)
0x5e4a05e113f8084dc018f25e0134750dbfd5c94d
revealTime() view returns (uint256)
1671552000
symbol() view returns (string)
BOART
toggle() view returns (bool)
true
totalSupply() view returns (uint256)
108
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 phase1NFTId)
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)
updatePhase1Address(address phase1Address_)
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 _phase1Address)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)