cheaptricksclub
Verified contract
Active on
Ethereum with 6,464 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 "cheaptricksclub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20886858 | 2 months ago | | | 0 | 0.00065244719 | |
| 20886804 | 2 months ago | | | 0 | 0.00066452269 | |
| 20614337 | 3 months ago | | | 0 | 0.00011610114 | |
| 20614226 | 3 months ago | | | 0 | 0.00013572210 | |
| 20508585 | 4 months ago | | | 0 | 0.00010864161 | |
| 19811591 | 7 months ago | | | 0 | 0.00047633572 | |
| 19685333 | 7 months ago | | | 0 | 0.00022621240 | |
| 19685329 | 7 months ago | | | 0 | 0.00019670930 | |
| 19455912 | 8 months ago | | | 0 | 0.0018356496 | |
| 18893389 | a year ago | | | 0 | 0.00082045810 |
ABI
ABI objects
Getter at block 21306154
_ctcLink() view returns (string)
ipfs://QmPiaFTezVU8uAU5V1Tj5Q2Z6kQYtQexWzqYdkzgrfGJvU/
ctcMaxSupply() view returns (uint256)
10000
ctcMintAmount() view returns (uint256)
1
name() view returns (string)
cheaptricksclub
owner() view returns (address)
0xd3d9b135d9f6faf4645acaa94a57c056b9d73773
symbol() view returns (string)
CTCNFT
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
ctcHolders(address) 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)
mintCtc()
mintCtcVault(address bossAddr, uint256 _ctcToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCtcLink(string ctcLink)
setMintAmount(uint256 _ctcMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.