CryptoToysClub
Verified contract
Active on
Ethereum with 1,126 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 "CryptoToysClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19771484 | 6 months ago | | | 0 | 0.00030218371 | |
| 19770832 | 6 months ago | | | 0 | 0.00047522947 | |
| 19009756 | 10 months ago | | | 0 | 0.00083364855 | |
| 17819046 | a year ago | | | 0 | 0.00072605362 | |
| 17819033 | a year ago | | | 0 | 0.0010924879 | |
| 17275532 | a year ago | | | 0 | 0.0019366536 | |
| 16938419 | 2 years ago | | | 0 | 0.0011436643 | |
| 16887388 | 2 years ago | | | 0 | 0.00057395936 | |
| 16737095 | 2 years ago | | | 0 | 0.0027021709 | |
| 16737060 | 2 years ago | | | 0 | 0.00099815473 |
ABI
ABI objects
Getter at block 21170012
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://cdn.cryptotoys.club/
isPublicSaleOpened() view returns (bool)
true
maxSupply() view returns (uint256)
5555
name() view returns (string)
CryptoToysClub
notRevealedUri() view returns (string)
https://cdn.cryptotoys.club/nft.json
owner() view returns (address)
0x318323924f487a415abb34d99f582f3e7dc09381
paused() view returns (bool)
false
publicSaleCost() view returns (uint256)
150000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
2876
whiteListMerkleRoot() view returns (bytes32)
0x39207942d665b8154560e9cefe1d5cb47c852ed7c94c694bd82e1feb4385ac5a
whiteListMintOpened() view returns (bool)
true
whiteListPrice() view returns (uint256)
0
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)
publicSaleBalanceMap(address) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whiteListBalanceMap(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 mintAmount, bool isWhiteListMint, bytes32[] proof) payable
nftAdmin1(bytes32 _whiteListMerkleRoot, uint256 _whiteListPrice, uint256 _publicSaleCost, bool _whiteListMintOpened, bool _isPublicSaleOpened)
nftAdmin2(string _baseURI, string _baseExtension, string _notRevealedUri, bool _paused, bool _revealed, address recipient, uint256 royaltyValue)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address withdrawTo) payable
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(string _name, string _symbol, uint256 _maxSupply, string _baseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.