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 "Vibes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078920 | 11 days ago | | | 0 | 0.00076556386 | |
| 21073147 | 12 days ago | | | 0 | 0.00040801675 | |
| 20980970 | 25 days ago | | | 0 | 0.00034774830 | |
| 20905823 | a month ago | | | 0 | 0.00043177290 | |
| 20905784 | a month ago | | | 0 | 0.00055752751 | |
| 20883271 | a month ago | | | 0 | 0.00022279947 | |
| 20882360 | a month ago | | | 0 | 0.00056373672 | |
| 20882328 | a month ago | | | 0 | 0.00030022410 | |
| 20831769 | 2 months ago | | | 0 | 0.00083239270 | |
| 20822935 | 2 months ago | | | 0 | 0.00077018207 |
ABI
ABI objects
Getter at block 21160267
MINT_COST() view returns (uint256)
70000000000000000
mintingActive() view returns (bool)
true
name() view returns (string)
Vibes
owner() view returns (address)
0xee50e712c9afa8d3781510d958d9e75681b0e8cb
symbol() view returns (string)
VIBES
totalSupply() view returns (uint256)
1823
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(uint256 mintCount) payable
renounceOwnership()
reserveVibes(uint256 reserveCount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.