CryptoTitles
Verified contract
Active on
Ethereum with 440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,698.82)
Native
Value
$2,698.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.695 | $3,883.20 |
$2,698.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21316981 | 2 days ago | | | 0 | 0.00087144035 | |
| 18134454 | a year ago | | | 0 | 0.00053635027 | |
| 17796876 | a year ago | | | 0 | 0.00041438858 | |
| 17729784 | a year ago | | | 0 | 0.0019353466 | |
| 16492489 | 2 years ago | | | 0 | 0.00070784298 | |
| 16434424 | 2 years ago | | | 0 | 0.0018318921 | |
| 16278309 | 2 years ago | | | 0 | 0.00073511057 | |
| 16034147 | 2 years ago | | | 0 | 0.00073360666 | |
| 15972154 | 2 years ago | | | 0 | 0.00057468040 | |
| 15855979 | 2 years ago | | | 0 | 0.0020930637 |
ABI
ABI objects
Getter at block 21331570
drawContract() view returns (address)
0x0472984a90ef2b84e99eccd0e97a0f493e137a4e
name() view returns (string)
CryptoTitles
owner() view returns (address)
0xf2de13954cc05c91d4058db09e94100006bf5c9c
symbol() view returns (string)
CTL
totalSupply() view returns (uint256)
343
totalTitles() view returns (uint256)
33
totalTokens() view returns (uint256)
343
Read-only
balanceOf(address account, uint256 id2) view returns (uint256)
balanceOf(address owner) view returns (uint256)
credit(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRequirements(uint256 title) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
namesToIds(string) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
titleAddresses(uint256, uint256) view returns (address)
titleMinAssets(uint256, uint256) view returns (uint256)
titles(uint256) view returns (string name, address creator, uint256 claims, string fColor, string bColor, uint256 price)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenTitle(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
verifyTitle(uint256 _titleId, address _account) view returns (bool)
State-modifying
Events addTitle(string _name, address[] _projectAddresses, uint256[] _minAssets, string _fColor, string _bColor, uint256 _price) payable
approve(address to, uint256 tokenId)
claim(uint256 _titleId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDrawContract(address _drawContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawCredit()
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)
TitleClaimed(uint256 indexed titleId, address indexed creator)
TitleCreated(string name, address indexed creator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawn(address payee, uint256 payment)
constructor(address ownerAddress, address _drawContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.