CryptoToysClub
Verified contract
Active on
Ethereum with 965 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) |
---|---|---|---|---|---|---|---|
| 19009761 | 10 months ago | | | 0 | 0.00093172485 | |
| 17974950 | a year ago | | | 0 | 0.00038658627 | |
| 17819045 | a year ago | | | 0 | 0.00082843049 | |
| 17819035 | a year ago | | | 0 | 0.0013869698 | |
| 17802514 | a year ago | | | 0 | 0.00068677485 | |
| 17290964 | 2 years ago | | | 0 | 0.0017197648 | |
| 17237539 | 2 years ago | | | 0 | 0.0065558953 | |
| 16853521 | 2 years ago | | | 0 | 0.00072692929 | |
| 16848776 | 2 years ago | | | 0 | 0.00097478484 | |
| 16846278 | 2 years ago | | | 0 | 0.00081825548 |
ABI
ABI objects
Getter at block 21221992
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeifkbaxlcwp4pyfrqcx7blvebzwvenb5ef63o7jbfl4qj5cuna5wtm/
isPublicSaleOpened() view returns (bool)
true
maxSupply() view returns (uint256)
3000
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)
true
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
2209
whiteListMerkleRoot() view returns (bytes32)
0x5877ed36b5d221a90528b4284a02b0d86f9e504e0ee276d1247ebb03541f47c8
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()
reveal(uint256 mintAmount, bool isWhiteListMint, bytes32[] proof) payable
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)
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.