Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIVID | ERC-721 | 1 | -- | -- | |
VIVID | ERC-721 | 1 | -- | -- | |
VIVID | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255837 | 3 hours ago | | | 0 | 0.00043257442 | |
| 21245503 | 2 days ago | | | 0 | 0.00055382228 | |
| 21106720 | 21 days ago | | | 0 | 0.000083194392 | |
| 21106575 | 21 days ago | | | 0 | 0.00010018755 | |
| 21106463 | 21 days ago | | | 0 | 0.000077514334 | |
| 21106463 | 21 days ago | | | 0 | 0.000071723632 | |
| 21105990 | 21 days ago | | | 0 | 0.00010651960 | |
| 21103776 | 21 days ago | | | 0 | 0.000076793200 | |
| 21101670 | 22 days ago | | | 0 | 0.00023533400 | |
| 21082668 | 24 days ago | | | 0 | 0.0011265422 |
ABI
ABI objects
Getter at block 21256584
baseURI() view returns (string)
https://vivid.mypinata.cloud/ipfs/QmR17WSUWyx3caii8QXgJcdA3EUJPLrPP7wnVWJbq4v1Y9/
maxMint() view returns (uint256)
420
maxWlMint() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x1cb66b23a52c28fcd93969d9123c2c452d80bedf3d0e96387a337affa5f5450d
name() view returns (string)
VIVID
owner() view returns (address)
0x0298c38972fdb817608642e30b107887c9842887
price() view returns (uint256)
300000000000000000
publicSale() view returns (bool)
false
symbol() view returns (string)
VIVID
tokenSupply() view returns (uint256)
8888
totalSupply() view returns (uint256)
8888
whitelistSale() view returns (bool)
false
wlPrice() view returns (uint256)
250000000000000000
Read-only
_whitelistClaimed(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 tokens)
approve(address to, uint256 tokenId)
mint(uint256 tokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMint(uint256 _newMaxMint)
setMaxWlMint(uint256 _newMaxMint)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setSupply(uint256 _newSupply)
setWlPrice(uint256 _wlprice)
togglePublicSale()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 tokens, bytes32[] merkleProof) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()