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 "Hooters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102197 | 17 days ago | | | 0 | 0.00023743271 | |
| 19624057 | 7 months ago | | | 0 | 0.00086046593 | |
| 18800635 | a year ago | | | 0 | 0.0017249082 | |
| 18800633 | a year ago | | | 0 | 0.0017514291 | |
| 18621504 | a year ago | | | 0 | 0.0032594962 | |
| 18545344 | a year ago | | | 0 | 0.0018225949 | |
| 17871192 | a year ago | | | 0 | 0.0019141939 | |
| 17659581 | a year ago | | | 0 | 0.00081074390 | |
| 17466439 | a year ago | | | 0 | 0.00061143690 | |
| 17466439 | a year ago | | | 0 | 0.00090023472 |
ABI
ABI objects
Getter at block 21222721
FREE_AMOUNT() view returns (uint256)
1
PAID_AMOUNT() view returns (uint256)
10
PRICE() view returns (uint256)
1000000000000000
SUPPLY() view returns (uint256)
3000
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeicnikn2oc65wpr6ddusoooqiodd5pnxalyix2wzqspnc7ti37qttq/
mintState() view returns (uint8)
1
name() view returns (string)
Hooters
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xcbceb7323bacd2d557b058fce4cfb2653699b010
symbol() view returns (string)
HOOT
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
freeTokensRemaining(address who) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
paidTokensRemaining(address who) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchMint(address[] recipients, uint256[] quantities)
mintFree()
mintPaid(uint256 quantity) payable
renounceOwnership()
repeatRegistration()
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 uri)
setFreeAmount(uint256 _newAmount)
setMintState(uint256 newState)
setOperatorFilteringEnabled(bool value)
setPaidAmount(uint256 _newAmount)
setPrice(uint256 _newPrice)
setSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address recipient, uint256 allocation)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()