The CT Collection (Set 1)
Verified contract
Active on
Ethereum with 19 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 "The CT Collection (Set 1)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10817001 | 4 years ago | | | 0 | 0.0033602250 | |
| 9952446 | 5 years ago | | | 0 | 0.00032139800 | |
| 9943354 | 5 years ago | | | 0 | 0.00022957000 | |
| 9943277 | 5 years ago | | | 0 | 0.00027548400 | |
| 9943275 | 5 years ago | | | 0 | 0.00027548400 | |
| 9943274 | 5 years ago | | | 0 | 0.00027548400 | |
| 9943270 | 5 years ago | | | 0 | 0.00027548400 | |
| 9943229 | 5 years ago | | | 0 | 0.00027548400 | |
| 9943203 | 5 years ago | | | 0 | 0.00027548400 | |
| 9943178 | 5 years ago | | | 0 | 0.00027548400 |
ABI
ABI objects
Getter at block 21195137
baseTokenURI() view returns (string)
https://api.opensea.io/api/v1/metadata/0x9ce1cf95d95f555fc755660b493f0d3f3aa37b86/
isOwner() view returns (bool)
false
name() view returns (string)
The CT Collection (Set 1)
openSeaVersion() pure returns (string)
1.2.0
owner() view returns (address)
0x49e5c693dc0cc586b6e29e2404b17dc0565ac12b
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
9
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)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, address _proxyRegistryAddress, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.