7-color globe

Unverified contract

Proxy

Active on Base with 548 txns
Deployed by via 0xd85d7d1a at 21432618
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 "7-color globe"

0x157373a7b99513d7fbdff4ec649c96b2be6cce70e1f7fa4c31adcca17334e869
0xbe711d1a1b2edb2f7152aa15062dba2bd7c6d64f7541c80eec148bfb294053f0
0xf2187a309d30d95f061cfbb811cf545b1b8b8a9f4777b388f060eb55dff6e611
0x54e03ed45c4d5264913561115845522e652a49a7ef13d960b6d1b25ccf4a1490
0x4904e345fb79be1d1ccfeb39297da82cd2c616d95ef1cd9c05811eeb75afd031
0x525300baf9c9a0e027da435b2c337c97c422c621b0011a9c9a24c9cb784da23a
0xa82019998fa81fdcc68e57d653042d89a9adabad2e85f2f5dae4eb8bdbf27b23
0x70223114715cd95e7f3ddb47f1895f8e261a36fe4ab83b5188b9b9a36fc80d03
0x657560a721d0792b18753ee94a2adf5719ae429646e04a6f2fcb575fca9ccad6
0x5511b755fdcb5a3782266dbe939d862ea15bc5c30c3e27460858c18e93c74dce

Functions
Getter at block 23785060
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
575
 
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)
7-color globe
owner(view returns (address)
0x40360f4f0f87517664dffe28047b9d31145b6bb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CG
totalSupply(view returns (uint256)
574
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