Hostile Crypto Hogz
Verified contract
Active on
Ethereum with 1,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($777.65)
Native
Value
$777.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.202 | $3,849.76 |
$777.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21429318 | 7 hours ago | | | 0 | 0.00094922173 | |
| 21419216 | 2 days ago | | | 0.019 | 0.00061501077 | |
| 21389081 | 6 days ago | | | 0.019 | 0.0022666555 | |
| 21367215 | 9 days ago | | | 0.019 | 0.0030978514 | |
| 21360042 | 10 days ago | | | 0 | 0.00062079616 | |
| 21359752 | 10 days ago | | | 0 | 0.00091528767 | |
| 21359462 | 10 days ago | | | 0 | 0.0010010482 | |
| 21325252 | 15 days ago | | | 0 | 0.0012207114 | |
| 21325248 | 15 days ago | | | 0 | 0.0011015386 | |
| 21324480 | 15 days ago | | | 0 | 0.0015782261 |
ABI
ABI objects
Getter at block 21431509
_baseTokenURI() view returns (string)
https://hogzmodels.nyc3.digitaloceanspaces.com/hogfiles/public/metadata/
getTotalShares() view returns (uint256)
100
maxPerWallet() view returns (uint256)
100
maxPerWalletPresale() view returns (uint256)
100
maxSupply() view returns (uint256)
9666
merkleRoot() view returns (bytes32)
0xa52a79929435ce2a67b0ab00372819a3785385149a4400ea75baafc9446a5e7f
name() view returns (string)
Hostile Crypto Hogz
owner() view returns (address)
0x972d500c7816c386df91b385196103a449f47d68
paused() view returns (bool)
false
presaleCost() view returns (uint256)
19000000000000000
presaleOnly() view returns (bool)
false
presaleSupply() view returns (uint256)
4000
presaleUsed() view returns (uint256)
46
publicCost() view returns (uint256)
19000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
HC HOGZ
totalSupply() view returns (uint256)
1192
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
shareholders(uint256) view returns (address)
shares(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events NFTPayMint(uint256 quantity) payable
approve(address to, uint256 tokenId) payable
changeSaleDetails(uint256 _publicCost, uint256 _presaleCost, uint256 _maxPerWallet, uint256 _maxPerWalletPresale)
changeShareholders(address[] newShareholders, uint256[] newShares)
ownerMint(uint256 quantity) payable
pause(bool _state)
preSaleMint(uint256 quantity, bytes32[] proof) payable
publicMint(uint256 quantity) payable
renounceOwnership()
reveal(bool _state, string baseURI)
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)
setMerkleRoot(bytes32 _newMerkleRoot)
setPresaleOnly(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateNFTPay(address _newAddress)
withdraw()
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)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseUri_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()