Hooliganz
Verified contract
Active on
Ethereum with 442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($459.32)
Native
Value
$459.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.117 | $3,925.84 |
$459.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19224863 | 10 months ago | | | 0 | 0.0010005010 | |
| 19065089 | a year ago | | | 0 | 0.00056865140 | |
| 18404951 | a year ago | | | 0 | 0.00040028931 | |
| 18265576 | a year ago | | | 0 | 0.00092977455 | |
| 17875100 | a year ago | | | 0 | 0.0010132589 | |
| 17709033 | a year ago | | | 0 | 0.00081497839 | |
| 17708531 | a year ago | | | 0 | 0.00080178291 | |
| 17047271 | 2 years ago | | | 0 | 0.0017935458 | |
| 16808189 | 2 years ago | | | 0 | 0.0018134911 | |
| 16760559 | 2 years ago | | | 0 | 0.0012964164 |
ABI
ABI objects
Getter at block 21393727
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
cost() view returns (uint256)
13000000000000000
maxFreeMintAmount() view returns (uint256)
1
maxMintAmount() view returns (uint256)
13
maxSupply() view returns (uint256)
1313
name() view returns (string)
Hooliganz
owner() view returns (address)
0xd122cab7df05a524b2f5ddc0531c2f65f9eb9205
paused() view returns (bool)
false
presale() view returns (bool)
false
symbol() view returns (string)
HOOLZ
totalSupply() view returns (uint256)
497
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintAllocations(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeMinter(address) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 addWhitelist(bool isFree, address[] _addresses)
adminMint(address to, uint256 _mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMax)
setPresale(bool _presale)
setWithdrawWallet(address wallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw() payable
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()