Hoodie Boys
Verified contract
Active on
Ethereum with 1,521 txns
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 "Hoodie Boys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19293993 | 9 months ago | | | 0 | 0.00060248642 | |
| 17820887 | a year ago | | | 0 | 0.0014630471 | |
| 16569641 | 2 years ago | | | 0 | 0.00092063598 | |
| 15985511 | 2 years ago | | | 0 | 0.00082984793 | |
| 15804236 | 2 years ago | | | 0 | 0.00086021227 | |
| 15794353 | 2 years ago | | | 0 | 0.00095482767 | |
| 15793364 | 2 years ago | | | 0 | 0.0010920895 | |
| 15789105 | 2 years ago | | | 0 | 0.0010005431 | |
| 15788235 | 2 years ago | | | 0 | 0.00099573109 | |
| 15786619 | 2 years ago | | | 0 | 0.00083839334 |
ABI
ABI objects
Getter at block 21204919
getNextId() view returns (uint256)
2609
hiddenMetadataUri() view returns (string)
https://api.hoodieboys.xyz/
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
3000
mintEnabled() view returns (bool)
true
name() view returns (string)
Hoodie Boys
nextId() view returns (uint256)
2609
owner() view returns (address)
0xcc2a14503c17ce8a9221fa708dd0628c75be54b0
price() view returns (uint256)
20000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
HB
totalFree() view returns (uint256)
3000
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events MintFreeWhiteList(address to, uint256 quantity)
approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPrice(uint256 _newPrice)
setRevealed()
setmaxFreePerWallet(uint256 _maxFreePerWallet)
setmaxPerTx(uint256 _maxPerTx)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()