HypeBuddies
Verified contract
Active on
Ethereum with 294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,475.63)
Native
Value
$3,475.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.128 | $3,081.23 |
$3,475.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19828958 | 6 months ago | | | 0 | 0.00017688557 | |
| 17087622 | 2 years ago | | | 0.188 | 0.0079668042 | |
| 17027130 | 2 years ago | | | 0 | 0.0014694365 | |
| 16978140 | 2 years ago | | | 0 | 0.0029970432 | |
| 16454794 | 2 years ago | | | 0.188 | 0.0022868636 | |
| 16454783 | 2 years ago | | | 0.188 | 0.0023926114 | |
| 16408168 | 2 years ago | | | 0.188 | 0.0030091332 | |
| 16233070 | 2 years ago | | | 0.188 | 0.0021240138 | |
| 16208870 | 2 years ago | | | 0.188 | 0.0020920645 | |
| 16018156 | 2 years ago | | | 0.188 | 0.0016618902 |
ABI
ABI objects
Getter at block 21226254
MAX_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
1111
PRICE_PER_TOKEN() view returns (uint256)
188000000000000000
PROVENANCE() view returns (string)
e5124f7dfc4ac425ceafb2904a4f014e0167abbdfc92dc6914437946a36f25a0
isAllowListActive() view returns (bool)
false
name() view returns (string)
HypeBuddies
owner() view returns (address)
0xd5856277dab3b774abc603fd3c3b45994e0d75bf
royaltyAddress() view returns (address)
0xbdd1b81756fffe049dfcdab252f6c8c8b4e0f33d
royaltyBps() view returns (uint96)
750
saleIsActive() view returns (bool)
true
symbol() view returns (string)
HB
totalSupply() view returns (uint256)
273
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address addr) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, 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)
mint(uint256 numberOfTokens) payable
mintAllowList(uint8 numberOfTokens) payable
renounceOwnership()
reserve(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setIsAllowListActive(bool _isAllowListActive)
setMaxPublicMint(uint256 maxPublicMint)
setPricePerToken(uint256 pricePerToken)
setProvenance(string provenance)
setSaleState(bool newState)
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.
This contract contains no error objects.