The girl has many sorrows

Unverified contract

Proxy

Active on Base with 389 txns
Deployed by via 0xe4ae018f at 22043145
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 "The girl has many sorrows"

0xd4d4a9e4cb9e0bde6bab8853610595e13cdaf31717c1bc02da1ca7fbb747f9bd
0xe8d075f184d3947c2af8bf8f4ce2d9071c787a56de5f1130c6bb7427cad24916
0x525cc356542749df4389b6a2a760c699b736bb1948d0f2fa1e9410597d849fc5
0x98aff00a072d3a3c3a6e1f6d87a7d73b02cab77215d5571f483d6be5879b0c22
0xd06ae4116c42ca493160ddd6158411df65f9aa8e3422d31bcd8eb8183f68b635
0xcbd920a1db36c256f1985b66b4ba7247f04f59a8d6956ae89009859142f18850
0xe55b6b0350667867bf7a63e213816807d20112ebc37c1f038cd1acad09410757
0x4d97fd1cbfeba4b3750674d2251d31fece5c4697a5bf644ac0c64835eae6b130
0xb16275544856f91f647967279ece689abe1aaae10efe6adcbfa0480d6a97d438
0x0873374b61b3f7c30098728d4d3c10189ecb398f5d036c42ff2d20931ebb1bf3

Functions
Getter at block 22756205
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
390
 
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)
The girl has many sorrows
owner(view returns (address)
0x20f9355cc83bfcda5c4b936a1967c03b47d3ee92
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TGH
totalSupply(view returns (uint256)
389
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