A nounish birthday

Unverified contract

Proxy

Active on Base with 15 txns
Deployed by via 0x65587e74 at 18181629
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 "A nounish birthday"

0x93acca4838263ca226810e7523fa39022837f639610ac2254892aa79d3c1a9dc
0x6ece9d643d7cd8eda4be921729523f9c803548858167fe9a8f1d5097c1260a4f
0xf46b291166a5474e2cf9f8660e12bbcbc55f8b4e22a507cc56ccb016d5635a4f
0x80615617e3485e06d27d607950409ada200e23e6c02dd8d060608bcea2999329
0x9004e404510ca70204886118746d54ede5914159d4ba3fe26da37b4c8e4660c3
0xb31ae6a5e816e6d70b1cda4504c187f3b98de16eb4b5706dc73ecfa2b0aacdc9
0x6b03ac3976931d9b1877f842ad163babf667a57687edca296baa6226b7901ef1
0x0021986c4da886323fd7c260a07f0f4f770c95e7ba499f2a161d4afc1f5696fa
0xd047563144652a9b99fa3c79926488eddaa22f4ec161dd9023e3061340e9e9e6
0x3c1dbf53b5d65d7bc0188a8a357cedc48b52e8e2ab5e9397c84c82fdfd818c25

Functions
Getter at block 22051936
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
19
 
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)
A nounish birthday
owner(view returns (address)
0xf1f5d35c46fd62fdd9150c39acc4a1b6a8327ae4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ANB
totalSupply(view returns (uint256)
18
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