Earth Stands with Crypto

Unverified contract

Proxy

Active on Base with 64,115 txns
Deployed by via 0x64805708 at 18943367
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
ERC-20
--
0x4e810307779a33643f7ce00e3563fc9f6797c6ca976d60a9baa4ef03925b29c6
0x80faecd280b73ccf563e37ad1479da638ba9879329da29e9fdf9cd68a20f04af
0xa1a6c764055b1c0379221e25096993da097547e1a4d65078383c12bf14c22066
0x5f4e5c421cf03804342e488b79996e4869a1193929754f59b47f7cd3d5e35338
0xc10adcd2b6bd89bd4ffe7c2c3ff34eabcf7e2dcead9c5e53c74e197d91aa8ebe
0x0ad3943b0816eec3e22995b61941cf9bf6c8b26514319810599c8c555bfe790b
0x4253e107d1c88e33e8b1250c39958918b95e8ee69f078d8b326eb1ad33446dfb
0x92791c39b50ad007ead8631acd2bbc5960e4e35a00abce4c518fded87a7e2573
0x9d8a965770d4cad8581ec9294eb20439ff190d1a793ec60d83794f8a573380be
0x13ddb1abf171b3819deeb5c9a3586f0ce8c20be219e7da981a8a1e87a9f49983

Functions
Getter at block 22734842
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
63468
 
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)
Earth Stands with Crypto
owner(view returns (address)
0x2fb0e475f6d495dfdfd9176af9113f48f7687565
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ESW
totalSupply(view returns (uint256)
63467
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