Hand of Nouns

Unverified contract

Proxy

Active on Base with 39,508 txns
Deployed by via 0x04cb38b3 at 18180213
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 "Hand of Nouns"

0xebf73041f53e20b58fbc4e66179653f4aa997e726564994e2ac6f7aab4f2156c
0x4e8093ce12732e8d09ba4eede9724a07703dc2ccac3d247913223ec0606a9757
0x15c3940d21f2910da4ea8a419b0f187c2dddd8f96568e6531d2841ad1e355bc4
0x0e71cf2e0400ff69d9261e3f3399ab2e662e71aedf3bebae532c0c0b934c9fae
0xa901c6265250ef445d053f9885a5e43e72583938a4c93bd8928dc1509e6eb3f2
0xaae1eeb1a70e4020fb0acd933c26fa8394b2b516aa74849596d0f21dd1ca0e5e
0x6084c33d6b55b5c9788e83f68f0ce8bd2b0358a409744f23062d0fff51796804
0x111e80e4907c456637f801bf5ede73aa8d2f1d87cb508b353741b02dbfb34d69
0xc925ddfbf3e236f97f9ce6d2e53668bb95a41dd0cfd31d335d7dcb68f614ce67
0x0c86cd71d445e81242d9a6427d2363baaf43ef5f6e0f64c2f2a20a8ed6e2efd1

Functions
Getter at block 22755063
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
38413
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Hand of Nouns
owner(view returns (address)
0xbb757f8777dd30776d610dc68e10a6d76aadfea3
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HON
totalSupply(view returns (uint256)
38412
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