Happy 3rd Nouniversary

Unverified contract

Proxy

Active on Base with 21,540 txns
Deployed by via 0x441cf63b at 18175555
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 Nouniversary"

0x21596696041f0419e34e053a24b591b62e60d144bad29201f6c8aa27e684d87a
0x296b93e947a612a8e9b2dde14efa0c27aaa40b633b39c5823ff59a8a4cabcdf7
0xf2c92e6a9df91d2fc8a3941fdd68e81c6b68ff000dc4985d0131b7e52366ff67
0x811172d2fd6cdc1b58d6a178ea81ba425b3b28e44f08ac1d147916123ab9cce7
0x8133a0e39e67afc7e25a89207434405451bdc745a5ad8925bea70d3e201fde53
0x4df536026262dbfc8876f68c2d057a0ae0b0a5b601631a5ac58d25f0b4eb481f
0x73d67607c3526fcf5c88bd2d0fe71cfab7876eb3366c07e0358eb45be17e465f
0x5ba8bf73dbe92c7abad451980dbdc76521cdcfc974164abfd387b4d8cf2ccf4f
0x9b6a991ecf878e7fe4c30c8c4aea94a484f6a6259456c91609c886e1c1b2b9ba
0x1ce80faebba7725b6e31bfb1a039739eb9bef413740859fdac993f8ec92e77a6

Functions
Getter at block 22760165
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
21254
 
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 Nouniversary
owner(view returns (address)
0x1bae19af613bd5db94baf043d5817e16a53a4c33
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HRN
totalSupply(view returns (uint256)
21253
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