CrypTotems
Verified contract
Active on
Ethereum with 480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc2cf…c6f1
Balances ($0.00)
No balances found for "CrypTotems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905353 | a month ago | | | 0 | 0.00025191460 | |
| 19800297 | 6 months ago | | | 0 | 0.00018318065 | |
| 19445709 | 8 months ago | | | 0 | 0.0014713636 | |
| 19334322 | 8 months ago | | | 0 | 0.0070904536 | |
| 19107471 | 9 months ago | | | 0 | 0.00050628384 | |
| 18864440 | a year ago | | | 0 | 0.0010258835 | |
| 18863548 | a year ago | | | 0 | 0.0026621434 | |
| 18863548 | a year ago | | | 0 | 0.0022188491 | |
| 18863548 | a year ago | | | 0 | 0.0026621434 | |
| 18738981 | a year ago | | | 0 | 0.0010030899 |
ABI
ABI objects
Getter at block 21161888 showContractBalance() view returns (uint256)
balanceOfTickets() view returns (uint256)
0
baseExtension() view returns (string)
.json
cost() view returns (uint256)
40000000000000000
maxSupply() view returns (uint256)
4444
name() view returns (string)
CrypTotems
notRevealedUri() view returns (string)
ipfs://QmQ6TM3zbVwbWfqxV6GA1752CM6ThAiALP39LkiX4DXm8g/Unrevealed.json
owner() view returns (address)
0x3227b5b4c83c2723428c70b51f713c8e72cab620
paused() view returns (bool)
true
preSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
TOTEMS
totalSupply() view returns (uint256)
570
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 mintAmount)
pause(bool _state)
publicMint(uint256 mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPresale(bool _data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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 _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.