OctoHedz VX2
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($455.37)
Native
Value
$455.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.17 | $2,678.62 |
$455.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607606 | 2 months ago | | | 0 | 0.000056861689 | |
| 20274188 | 4 months ago | | | 0 | 0.00040037525 | |
| 20274183 | 4 months ago | | | 0 | 0.00032672275 | |
| 20274176 | 4 months ago | | | 0 | 0.00033016543 | |
| 20214532 | 4 months ago | | | 0.01 | 0.00042973639 | |
| 20207248 | 4 months ago | | | 0 | 0.00027767951 | |
| 20176649 | 4 months ago | | | 0 | 0.0011778707 | |
| 20129956 | 4 months ago | | | 0 | 0.00017061481 | |
| 20129953 | 4 months ago | | | 0 | 0.00029441283 | |
| 19836281 | 6 months ago | | | 0 | 0.00020097651 |
ABI
ABI objects
Getter at block 21079908
MAX_VXOCTOS() view returns (uint256)
6047
Price() view returns (uint256)
10000000000000000
contractURI() view returns (string)
https://ipfs.io/ipfs/QmNpchX6DcDvB1bKU8Sr7ge8VeFz4ZScw9h4oGdSuFZWZC/
hasSaleStarted() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x33efc1bfcae5dcbbe9859c880504a0675fa84d22a07dd07c0a82c42c33e5c39e
name() view returns (string)
OctoHedz VX2
owner() view returns (address)
0x24f01da12667d5679bc2f4df44c919396ed152f2
preSaleIsActive() view returns (bool)
true
presalePaidCounter() view returns (uint256)
109
presalePaidLimit() view returns (uint256)
4
presalePrice() view returns (uint256)
0
symbol() view returns (string)
OctoVX2
totalSupply() view returns (uint256)
224
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)
presaleWalletTracker(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events OctoHedzWL(uint256 numOctoHedz, bytes32[] proof) payable
approve(address to, uint256 tokenId) payable
flipSaleState()
getOctoHedz(uint256 numOctoHedz) payable
renounceOwnership()
reserveAirdrop(uint256 numOctoHedz)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsAllowListActive()
setMerkleRoot(bytes32 merkleRoot_)
setPresalePaidLimit(uint256 presalePaidLimit_)
setPrice(uint256 _price)
setpresalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TotalSupplyChanged(uint256 _val)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseTokenURI, string baseContractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()