CryptoTyans 2.0
Verified contract
Active on
Ethereum with 1,693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe2fd…9521
Balances ($6.40)
Native
Value
$6.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,201.60 |
$6.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202802 | 4 months ago | | | 0 | 0.000080228240 | |
| 18785205 | a year ago | | | 0 | 0.0023255107 | |
| 17609799 | a year ago | | | 0 | 0.00072658318 | |
| 17268559 | a year ago | | | 0 | 0.0027052394 | |
| 17075616 | 2 years ago | | | 0 | 0.0039515407 | |
| 16719973 | 2 years ago | | | 0 | 0.0010402552 | |
| 16646435 | 2 years ago | | | 0 | 0.0011314858 | |
| 16575787 | 2 years ago | | | 0 | 0.0010354375 | |
| 16484377 | 2 years ago | | | 0 | 0.00037483125 | |
| 16373195 | 2 years ago | | | 0 | 0.00096432130 |
ABI
ABI objects
Getter at block 21161666
baseUriHash() view returns (bytes32)
0x493cb4204b8573c36d28fb25446edabeb44da2ac5637d1e25e429936f39414e3
freeLimit() view returns (uint256)
500
getFreeAvailable() view returns (uint256)
0
getPrice() view returns (uint256)
1000000000000000
getSalesStartedAt() view returns (uint256)
1625439600
maxSupply() view returns (uint256)
19800
metadataRevealed() view returns (bool)
true
name() view returns (string)
CryptoTyans 2.0
owner() view returns (address)
0xde194c654f0c94876717ce1414fdb7f9b4fd46d2
provenance() view returns (string)
5ddee3a9170ab6edcd5c2947c42c5dc01599d1cb11a831e642736482813ca772
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
7648
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isSalesStartedAt(uint256 timestamp) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePayoutAddress(address newPayoutAddress)
mint(uint256 num) payable
renounceOwnership()
revealMetadata(string baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice)
startSales(uint256 presaleStartAt)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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, string presaleUri, bytes32 futureUriHash, address payoutAddress, address proxyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.