The Harvest Dance

Unverified contract

Proxy

Active on Base with 4,234 txns
Deployed by via 0xcbcb6f6d at 20548458
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 Harvest Dance"

0xb80f97ef02ac3ff6d5b5bd2ac7d68c6d6d268e53a1faf7b45ee35d7cdb8723a4
0xf8fdbe1a313b72bfa4548dd54a53097366fd02ed1a433b4f510bcedf5f2f8e7f
0x6e8709d3167346203290afa38e19e81480bd99a3911708fa0f6606956843c200
0x15c894d8ebfab45431522df960267c414d330f31b59eede61558d5332026777e
0xa77436372ff5006b42c4feec169b3b974f2b9afd5e4b3d3f7af2be691532754c
0x1e9cd9bc37ba67f2cc21b74464aeff505915be706ca77a05bea6f4181d7f56d3
0xf7c474559f858fd82b060630ac996e1ffa63b6fe6548f74c1982a23cda97876e
0xafd1fa5300a10771c42a7d8d59a3bada3c8255818af5d64f97db85a22e68a4a2
0xb604b53722cd87dd13ef0dedd68e67d1284b621ea75d6a1ea0e191fe94ba95c8
0xcf2e0f51251129ffa589a16ca7f4a9e966294f4a959f43b99ed94e113174bf33

Functions
Getter at block 23276363
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4317
 
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)
The Harvest Dance
owner(view returns (address)
0xf894507c45e0491e27d38c71c1b2fe634820a4db
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
THD
totalSupply(view returns (uint256)
4316
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