Hammies
Verified contract
Active on
Ethereum with 4,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe006…1b57
Balances ($0.00)
No balances found for "Hammies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20644845 | 3 months ago | | | 0 | 0.000072279971 | |
| 20607007 | 3 months ago | | | 0 | 0.000055940730 | |
| 19827322 | 7 months ago | | | 0 | 0.00012172632 | |
| 18910497 | a year ago | | | 0 | 0.00042244827 | |
| 18909888 | a year ago | | | 0 | 0.00045976537 | |
| 18853176 | a year ago | | | 0 | 0.0016705973 | |
| 18810700 | a year ago | | | 0 | 0.0011062749 | |
| 18810699 | a year ago | | | 0 | 0.0010169359 | |
| 18807605 | a year ago | | | 0 | 0.00081354923 | |
| 18807598 | a year ago | | | 0 | 0.00090377039 |
ABI
ABI objects
Getter at block 21261215
_totalSupply() view returns (uint256)
5985
baseTokenURI() view returns (string)
https://hammiesprod.s3.us-east-2.amazonaws.com/
dev1Address() view returns (address)
0xcd2367fcfbd8bf8ef87c98fc53cc2ea27437f6ee
dev2Address() view returns (address)
0x2e824997ace675f5bdb0d56121aa04b2599bda8b
fluffMinting() view returns (bool)
true
maxFreePerWallet() view returns (uint256)
10
maxFreeSupply() view returns (uint256)
888
maxPerTx() view returns (uint256)
10
maxPublicSupply() view returns (uint256)
4888
maxTotalSupply() view returns (uint256)
8888
mintPrice() view returns (uint256)
60000000000000000
name() view returns (string)
Hammies
owner() view returns (address)
0x539afdf2888fd20da4cd9388c0f910eeebf697e0
symbol() view returns (string)
HG
totalSupply() view returns (uint256)
5985
Read-only
balanceOf(address owner) view returns (uint256)
freeMintsClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _count)
mint(uint256 _count) payable
mintHammieForFluff()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFluffAddress(address fluffAddr)
toggleFluffMinting()
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.