happy 3rd born day, NOUNS. keep going! ⌐◨-◨

Unverified contract

Proxy

Active on Base with 17,537 txns
Deployed by via 0x7a8365e8 at 18196265
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 "happy 3rd born day, NOUNS. keep going! ⌐◨-◨"

0x979e1407c884241548fa02d058dd2e9923d815265340b409dbdf3a1e28cfc3ed
0x89a2b3f726aa27feab1e2a88164d7c6b5f93e292286c6d409555b37ab7e923fe
0x01b94658cc9c821d6cb2e00630c8549dbe0d806403bb865b33885f71c97da8e1
0x2f09ab3f795c76fabd3d09c73bc11c4ed53a1c1bb0e01aedd2de4e28a3dd86c1
0xa325a975c4f4463afb630495e0b019ca7bafd50c30eb72573d0fed95101996b6
0xc41028373acbca2db4444b6eace152469c2068c5719a07e4eb5d35bb7d457c32
0x1202cc37a2ea7264eb8cf41768fc60d5127a1d6a372803adf2509ee71da9bae3
0x71e8356e17d8d024607b2dd04d1f8870dee1c1147387c2116a093d744d3f3bf8
0xb4f85b7110bcc8a30c4c37d82368fccc959fc382618a754d3ccdf73e25c17449
0xc2c8cc87d9ff43c7e0e6503fc44b1166854d7df1f1f49f75036202ef1b2f3eb3

Functions
Getter at block 22030672
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
17097
 
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)
happy 3rd born day, NOUNS. keep going! ⌐◨-◨
owner(view returns (address)
0x1a1c37c145a1eab58c43f003ebb55c18083b5987
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HRB
totalSupply(view returns (uint256)
17096
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