hype

Unverified contract

Proxy

Active on Base with 24 txns
Deployed by via 0x7b48dc0f at 19806922
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "hype"

0x01f08779ae22d8ad6a4c6f6110125e2d233942b9bc9f8cf0605646fc2aee3a46
0xec2f0be2410d88844f1005ea179e5030f073080cf18f8e4e7dad2d0533d4a5ce
0x5ceb02f77856c782abeafbe9b98b22e8f8da9382b40b056b08fd5361ed5ffad9
0x18a5d16f3685c0bbd15461a44b8296fc2c8034f02977c3a73c9b3c7da117e50b
0xbf5b73cb738c946daddce3949fdec1349dd0e1529756a5bae99bfd811fa0b8c1
0xa5740d4f7819ccaca5b34461f761fd11c47904315cbeda89ff899c9d296e5104
0x258d68c6ae2806cfd3414e6bf1368cab20dfdee2ee7b8708171d93c92c450a79
0x4675bc2bdcb66426c5239c998dcb43347e873439d6552fff5674881e41fbb362
0x58848b7d982b992285961917a03b4b0aa753f88e8cafc208d43c325e92af2c5f
0x5c3fe215c259a34db00288bda6255e14bd8c3a062072864804c71888b0ef8eba

Functions
Getter at block 23073958
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
186
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
hype
owner(view returns (address)
0x04f53e939ae7a3becde330e1d1f3cc1dee6017b3
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
H
totalSupply(view returns (uint256)
185
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId