Nature Stands with Crypto

Unverified contract

Proxy

Active on Base with 33,317 txns
Deployed by via 0xbc233c44 at 18843589
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 "Nature Stands with Crypto"

0xd6d4676b9c2d394b48c9b9d36cc6fa740a80e09ea68d8a3f834d86529617354c
0x841edcc6ede09d8551e0c04f11b535f6f62a004f6b1413dc8dada07a53405f9d
0xfa8f9c65ea55c03c2db5a9b8978f59b9d12955673d8ea3781fa9b4be4f5e2387
0xd8960ca9ebacbd463b47c21c66e2212fddb8f7ec9186fefb8d02d76e14e131bb
0xd3f7b6de623efa32af34a8e58fbf140258ec5f3339e0bafc4c745d66fe1d2187
0x62e8a0aa77ac701f4586d6608781cc5d16583072dfc24563c4f1ff171112d675
0x3732803f2a6be2c4bb8c64be01e2ae8d4000b22b5eee4a179239c69b71fe1494
0x142fb68342e5595ddbe257aa7660cbaab1f6cd0af2d71dfd6e76fa0caaabcf78
0xa94ff310d75d689f9b99e3ae0ad7b05eccd7d4a14b2ab2744718f1d06a6bf93c
0x8b69b098bc0fa9e24a41422e5e75a3ab192100ecb700a01b5e445401997e3b5c

Functions
Getter at block 22754854
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
32624
 
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)
Nature Stands with Crypto
owner(view returns (address)
0x2fb0e475f6d495dfdfd9176af9113f48f7687565
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NSW
totalSupply(view returns (uint256)
32623
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