Candyverse
Verified contract
Active on
Ethereum with 2,053 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($282.37)
Native
Value
$282.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.09 | $3,137.41 |
$282.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078590 | 18 days ago | | | 0 | 0.0010330454 | |
| 19725150 | 7 months ago | | | 0 | 0.00084129466 | |
| 19597099 | 7 months ago | | | 0 | 0.00042976780 | |
| 19363770 | 8 months ago | | | 0 | 0.0061273727 | |
| 18834792 | a year ago | | | 0 | 0.0023044936 | |
| 18406302 | a year ago | | | 0 | 0.00097790612 | |
| 18343331 | a year ago | | | 0 | 0.00036220459 | |
| 18343324 | a year ago | | | 0 | 0.00035145015 | |
| 18343316 | a year ago | | | 0 | 0.00037773065 | |
| 17359750 | a year ago | | | 0 | 0.0015558627 |
ABI
ABI objects
Getter at block 21206091
MAX_BY_MINT_PRESALE() view returns (uint256)
10000
MAX_BY_MINT_SALE() view returns (uint256)
10000
MAX_NFT() view returns (uint256)
10000
PRESALE_MINTED() view returns (uint256)
729
PRESALE_PRICE() view returns (uint256)
0
SALE_MINTED() view returns (uint256)
856
SALE_PRICE() view returns (uint256)
90000000000000000
baseTokenURI() view returns (string)
ipfs://QmeaHRXJyM4Kv5ZwHyDjiPkDxCd1vnkpqghzR8cnpy8DCs/
merkleRoot() view returns (bytes32)
0x74d15c95beb4dd017d0f646cf6d2c09f436629746ed49d9ae30ee36b832a739a
name() view returns (string)
Candyverse
owner() view returns (address)
0xee1b905c245e0a2c0d54900352cc63c7a14fea17
paused() view returns (bool)
false
presaleEnable() view returns (bool)
true
saleEnable() view returns (bool)
true
symbol() view returns (string)
CANDYV
totalSupply() view returns (uint256)
1585
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
users(address) view returns (uint256 presalemint, uint256 salemint)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintPreSaleNFT(uint256 _count, bytes32[] merkleProof) payable
mintSaleNFT(uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPreSaleStatus(bool _status)
setSaleStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newRoot)
updatePreSaleMintLimit(uint256 newLimit)
updatePreSalePrice(uint256 newPrice)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateCANDYV(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.