Crypto Teeth Club
Verified contract
Active on
Ethereum with 266 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Crypto Teeth Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17569113 | a year ago | | | 0 | 0.00078054683 | |
| 16094195 | 2 years ago | | | 0 | 0.00025352522 | |
| 16000034 | 2 years ago | | | 0 | 0.0010708646 | |
| 15924858 | 2 years ago | | | 0 | 0.00062047212 | |
| 15686275 | 2 years ago | | | 0 | 0.00052610640 | |
| 15686111 | 2 years ago | | | 0 | 0.00085055186 | |
| 15650018 | 2 years ago | | | 0 | 0.00035437189 | |
| 15634172 | 2 years ago | | | 0 | 0.0028033668 | |
| 15626594 | 2 years ago | | | 0 | 0.00040774656 | |
| 15593482 | 2 years ago | | | 0 | 0.00027229392 |
ABI
ABI objects
Getter at block 21277907
baseURI() view returns (string)
ipfs://QmW3hTGaCh878QnfGVfYVtMDAhizCWkJ4oPck3h8k973eW/
isPaused() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xb217d8b9696f1900c81e47c914e5e09f67b2ffaa8d392a3d4c422dd807134241
name() view returns (string)
Crypto Teeth Club
owner() view returns (address)
0x67d937e606ae69c84b723679603a096d0cdf1893
publicSalePrice() view returns (uint256)
10000000000000
saleStartTime() view returns (uint256)
1663239600
sellingStep() view returns (uint8)
2
symbol() view returns (string)
CTC
totalReleased() view returns (uint256)
218660000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
598
wlSalePrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address _to, uint256 _quantity)
publicMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
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)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _isPaused)
setPublicSalePrice(uint256 _publicSalePrice)
setSaleStartTime(uint256 _saleStartTime)
setStep(uint256 _step)
setWlSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleRoot, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()