Candy Story
Verified contract
Active on
Ethereum with 357 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 "Candy Story"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17948241 | a year ago | | | 0 | 0.00035016201 | |
| 16366914 | 2 years ago | | | 0 | 0.00089561880 | |
| 16023621 | 2 years ago | | | 0 | 0.00048428094 | |
| 15877320 | 2 years ago | | | 0 | 0.00067168588 | |
| 15863194 | 2 years ago | | | 0 | 0.00026094688 | |
| 15857464 | 2 years ago | | | 0 | 0.00038155221 | |
| 15787703 | 2 years ago | | | 0 | 0.0010057551 | |
| 15667299 | 2 years ago | | | 0 | 0.00019942497 | |
| 15640942 | 2 years ago | | | 0 | 0.00039671024 | |
| 15638496 | 2 years ago | | | 0 | 0.00015888518 |
ABI
ABI objects
Getter at block 21188979
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmaWLa9X3baqNeZnmxjJqcZQ6XtNWX43UTHVkXJAkTyvtq
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
9999
name() view returns (string)
Candy Story
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x728e08f2b1f2b5d3cb4b6438b2ecd45a26fb5bac
price() view returns (uint256)
10000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
CANDY
totalSupply() view returns (uint256)
1037
whitelistMerkleRoot() view returns (bytes32)
0x8736966a8c54fb5cd5c025591a8cf377aff2e3b6db1a1880d176e578377521ec
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) 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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setPublicPaused(bool paused)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
whitelistStop(uint256 _maxSupply)
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.