HardAnimalGenerative
Verified contract
Active on
Ethereum with 5,935 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "HardAnimalGenerative"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256979 | 18 hours ago | | | 0 | 0.00019772860 | |
| 21105433 | 22 days ago | | | 0 | 0.00010069617 | |
| 20882322 | 2 months ago | | | 0 | 0.00012538991 | |
| 20831450 | 2 months ago | | | 0 | 0.00033169019 | |
| 20697733 | 3 months ago | | | 0 | 0.00016975859 | |
| 20674089 | 3 months ago | | | 0 | 0.00012326788 | |
| 20655928 | 3 months ago | | | 0 | 0.000054573772 | |
| 20582388 | 3 months ago | | | 0 | 0.000034258688 | |
| 20581816 | 3 months ago | | | 0 | 0.000025983955 | |
| 20577275 | 3 months ago | | | 0 | 0.000032535149 |
ABI
ABI objects
Getter at block 21262212
MAX_SUPPLY() view returns (uint256)
4444
MINTLIMIT_G() view returns (uint256)
1
MINTLIMIT_H() view returns (uint256)
3
MINTLIMIT_P() view returns (uint256)
1
baseURI() view returns (string)
https://l25c23xy5mitpuaryapmaohl7wtjccpxd5tke4cesp5wnozikwdq.arweave.net/XrotbvjrETfQEcAewDjr_aaRCfcfZqJwRJP7ZrsoVYc/
merkleRootG() view returns (bytes32)
0x422fb654cd419f12db9c76c08f17fa85eff33f33cdb88557db3bebd559702df0
merkleRootH() view returns (bytes32)
0xa2c1277999d73e28bf385e38fd613ea502c0361b02fe0ab21829b7ad0b2526a0
name() view returns (string)
HardAnimalGenerative
notRevealedURI() view returns (string)
https://urfdhafjgmutvgtjbslkg4tmwspqdevffdrszobniqobt4yvddba.arweave.net/pEozgKkzKTqaaQyWo3JstJ8BkqUo4yy4LUQcGfMVGMI
owner() view returns (address)
0x195903a241555a23accd14c981fe5fd320aeb5b0
paused() view returns (bool)
false
publicCost() view returns (uint256)
5000000000000000
publicStart() view returns (bool)
false
revealed() view returns (bool)
true
royaltyAddress() view returns (address)
0x195903a241555a23accd14c981fe5fd320aeb5b0
royaltyFee() view returns (uint96)
1000
saleGCost() view returns (uint256)
5000000000000000
saleGStart() view returns (bool)
true
saleHCost() view returns (uint256)
5000000000000000
saleHStart() view returns (bool)
true
symbol() view returns (string)
HAG
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedG(address) view returns (uint256)
mintedH(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events GPassMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
HPassMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) payable
ownerMint(address _address, uint256 _mintAmount)
pause()
publicMint(uint256 _mintAmount) payable
renounceOwnership()
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 _newBaseURI)
setGSale(bool _state)
setHSale(bool _state)
setHiddenURI(string _newHiddenURI)
setMerkleRootG(bytes32 _merkleRoot)
setMerkleRootH(bytes32 _merkleRoot)
setPSale(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
switchReveal()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdrawRevenueShare()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()