SUPER SPACEMONKEY WORLD

Verified contract

Proxy

Active on Ethereum with 2,578 txns
Deployed by via 0x47d5caa2 at 15399260
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "SUPER SPACEMONKEY WORLD"

0xd6a2e553fa9bd8fb17a1790240286d917d280a0a6eb352f853e0fbe3a8636e82
0xb2c415d8ce6e8b5e9a4eabaecd9a9f90337e4ed7465f2bf8aade5a50d3b29306
0xfe5b23d858fbcb54fa8f7a3a608c36d83b3bd730a0b865fe787e4efa4ba8b7f4
0x7b7591a2fa5b05b4199062e436d287b5907889499532636714a107e2ac3c209a
0x4d9726e8f60d607ab45f0ceef97dd9a5d309548619d086c3327898a4a2f343b7
0x74096f7a9de456f7c9525ee53b5e26b4cb3e036c0506630a4cca7fa2aa4d8a6e
0x240de9361ce80e868202ac201e9e2635dc3b78bcf84bf5d943a962de5cd40716
0x3245a8fcf85726010eed0e54e35219bd5a8edf05cc81b0a2c82495cfdcfcb7c2
0xb7101f0b3f23a5dba95133916811182c58f18eb2f781ba7b346aeed620d6ed29
0xb8c843c670e6047b129d6f1be383fa07eb1814e618cc18442c72aa8342c9aa67

Functions
Getter at block 21200752
maxAmount(view returns (uint256)
777
maxPerMint(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
name(view returns (string)
SUPER SPACEMONKEY WORLD
owner(view returns (address)
0x3dbc93aecd50e485ecd2dd6dbe73d1ec19a4d839
presaleActive(view returns (bool)
false
price(view returns (uint256)
50000000000000000
saleActive(view returns (bool)
false
symbol(view returns (string)
SSMW
totalRevenue(view returns (uint256)
37750000000000000000
totalSupply(view returns (uint256)
777
treasury(view returns (address)
0x819a1efd9f0d9981088aa606088ca7dbd81c08b2
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(