CryptoVerseSpike
Verified contract
Active on
Ethereum with 3,036 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 "CryptoVerseSpike"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205288 | a month ago | | | 0 | 0.00044749051 | |
| 20477154 | 4 months ago | | | 0 | 0.00027938107 | |
| 20296675 | 5 months ago | | | 0 | 0.000041711204 | |
| 20186716 | 6 months ago | | | 0 | 0.00015678470 | |
| 19666507 | 8 months ago | | | 0 | 0.00040625519 | |
| 19338206 | 10 months ago | | | 0 | 0.0011722091 | |
| 19187856 | 10 months ago | | | 0 | 0.0017302846 | |
| 18922621 | a year ago | | | 0 | 0.0011060151 | |
| 18715478 | a year ago | | | 0 | 0.0032148004 | |
| 18089968 | a year ago | | | 0 | 0.00045127250 |
ABI
ABI objects
Getter at block 21414826
MAX_OG_TOKENS() view returns (uint256)
4
MAX_PRESALE_TOKENS() view returns (uint256)
3
MAX_PURCHASE() view returns (uint256)
3
TOTAL_SUPPLY() view returns (uint256)
3333
assetsLeft() view returns (uint256)
0
getPrice() view returns (uint256)
30000000000000000
merkleRoot() view returns (bytes32)
0x72132efb6f97295b4078be2e27a22463858d98edb4253a8b2e134f6aa4d45311
merkleRootOG() view returns (bytes32)
0x5a00593b0a06a100b146b0a422c9bc44f6e9f83c266d12c7bfcbdce3e94b5961
name() view returns (string)
CryptoVerseSpike
ogMintIsActive() view returns (bool)
false
owner() view returns (address)
0xe670e26d9c1309965516cb8d14afb53b73689874
presaleIsActive() view returns (bool)
false
presalePrice() view returns (uint256)
20000000000000000
price() view returns (uint256)
30000000000000000
saleIsActive() view returns (bool)
true
supplyReached() view returns (bool)
false
symbol() view returns (string)
CVSpike
totalSupply() view returns (uint256)
3333
Read-only
OGMintedQty(address userAddress) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
whilteListMintedQty(address userAddress) view returns (uint256)
whitelistClaimed(address) view returns (uint256)
whitelistOGClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintSpikesTo(uint256 numberOfTokens) payable
ogMint(bytes32[] _merkelProof, uint256 numberOfTokens) payable
renounceOwnership()
reserveMint(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newUri)
setOGMintMerkleRoot(bytes32 root)
setPresaleMerkleRoot(bytes32 root)
switchOGSaleIsActive()
switchPresaleIsActive()
switchSaleIsActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkelProof, uint256 numberOfTokens) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CryptoVerseMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOGMintMerkleRoot(bytes32 root)
SetPresaleMerkleRoot(bytes32 root)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.