Cthulhu Armageddon 2022
Verified contract
Active on
Ethereum with 792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,900.54)
Native
Value
$4,900.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.36 | $3,603.34 |
$4,900.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559967 | 3 months ago | | | 0 | 0.00015009931 | |
| 20253827 | 5 months ago | | | 0 | 0.00010627790 | |
| 20029723 | 6 months ago | | | 0 | 0.00053871859 | |
| 18933494 | a year ago | | | 0 | 0.00039371141 | |
| 18780009 | a year ago | | | 0 | 0.0013333412 | |
| 18076954 | a year ago | | | 0 | 0.00083381052 | |
| 17910415 | a year ago | | | 0 | 0.00087493793 | |
| 17433636 | a year ago | | | 0.069 | 0.00063151373 | |
| 17433635 | a year ago | | | 0.138 | 0.00063745261 | |
| 16835625 | 2 years ago | | | 0 | 0.0015089132 |
ABI
ABI objects
Getter at block 21321105
decisionsContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
decisionsContractAddressStates() view returns (address)
0x0000000000000000000000000000000000000000
isPreSaleOpen() view returns (bool)
false
isPublicSaleOpen() view returns (bool)
true
locked() view returns (bool)
false
name() view returns (string)
Cthulhu Armageddon 2022
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6f08a927ba4ae8b862452f626b13a829381d85cb
preSaleStartTimestamp() view returns (uint256)
1652756400
presalelocked() view returns (bool)
false
publicSaleStartTimestamp() view returns (uint256)
1652842800
roleMerkelRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
salelocked() view returns (bool)
true
symbol() view returns (string)
CA22
totalSupply() view returns (uint256)
1111
verifyAddress() view returns (address)
0xd329159bbf6247da4f365bc1e6e90cbe06d4748b
wllocked() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
freeNonce(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleNonce(address) view returns (uint256)
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)
verifyProof(bytes32 _value, bytes32[] _proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _count, uint256 _nonce, bytes signature)
lockMetadata()
lockPreSale()
lockSale()
lockWL()
mintPreSale(uint256 _count, uint256 _nonce, bytes signature) payable
mintPublicSale(uint256 _count) 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 _BaseURI)
setOwnersExplicit(uint256 quantity)
setPreSaleTimestamp(uint256 timestamp)
setPublicSaleTimestamp(uint256 timestamp)
setRoleMerkelRoot(bytes32 _role)
setdecisionsContractAddress(address _decisionsAddress)
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)
Mint(address indexed to, uint256 nonce, uint256 amount, uint256 step)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize, uint256 collectionSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.