OctoHedz V2
Verified contract
Active on
Ethereum with 7,180 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 "OctoHedz V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106112 | 8 days ago | | | 0 | 0.00012120251 | |
| 21039278 | 17 days ago | | | 0 | 0.00028398045 | |
| 20857151 | a month ago | | | 0 | 0.00046654341 | |
| 20740101 | 2 months ago | | | 0 | 0.000081708260 | |
| 20719324 | 2 months ago | | | 0 | 0.000061996143 | |
| 20637605 | 2 months ago | | | 0 | 0.000029749200 | |
| 20602884 | 3 months ago | | | 0 | 0.000067189781 | |
| 20449686 | 3 months ago | | | 0 | 0.00022528409 | |
| 20413734 | 3 months ago | | | 0 | 0.00020300766 | |
| 20413684 | 3 months ago | | | 0 | 0.00025960584 |
ABI
ABI objects
Getter at block 21162293 Price() view returns (uint256)
MAX_SOCTOS() view returns (uint256)
8001
contractURI() view returns (string)
https://ipfs.io/ipfs/QmQzxb14kihTYs6J1oQfYEJhUw3p9aCjTyb67rRjQecmXc/
hasSaleStarted() view returns (bool)
false
name() view returns (string)
OctoHedz V2
owner() view returns (address)
0x24f01da12667d5679bc2f4df44c919396ed152f2
preSaleIsActive() view returns (bool)
true
symbol() view returns (string)
OctoV2
totalSupply() view returns (uint256)
8001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address addr) view returns (uint8)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
getOctoHedz(uint256 numOctoHedz) payable
mintOctoHedzV2PreSale(uint8 numOctoHedz) payable
renounceOwnership()
reserveAirdrop(uint256 numOctoHedz)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsAllowListActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 baseTokenURI, string baseContractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.