OpenVibes
Verified contract
Active on
Ethereum with 4,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6840…0336
0xee67…55f8
Balances ($0.00)
No balances found for "OpenVibes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273413 | 7 days ago | | | 0 | 0.00059277112 | |
| 21105963 | a month ago | | | 0 | 0.000074953737 | |
| 21105961 | a month ago | | | 0 | 0.000063835725 | |
| 21101835 | a month ago | | | 0 | 0.00023981760 | |
| 20819655 | 2 months ago | | | 0 | 0.00053921148 | |
| 20818630 | 2 months ago | | | 0 | 0.00038451199 | |
| 20764687 | 3 months ago | | | 0 | 0.00029772328 | |
| 20731631 | 3 months ago | | | 0 | 0.00010655888 | |
| 20610331 | 3 months ago | | | 0 | 0.000039973219 | |
| 20589426 | 3 months ago | | | 0 | 0.000050722314 |
ABI
ABI objects
Getter at block 21326658
mintingActive() view returns (bool)
true
name() view returns (string)
OpenVibes
owner() view returns (address)
0xee50e712c9afa8d3781510d958d9e75681b0e8cb
symbol() view returns (string)
OVIBES
totalSupply() view returns (uint256)
2222
useAnimation() view returns (bool)
false
useOnChainAnimation() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getColorByIndex(uint256 tokenId, uint256 lookupIndex) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenScript(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintVibes()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLibArt(address lib)
setLibColorData(address lib)
setVibeURI(string uri)
toggleAnimation()
toggleOnChainAnimation()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vibeCheck()
withdraw()
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.