This contract is being backfilled. You may encounter incomplete storage history.

GalacticMonkes

Verified contract

Active on Ethereum with 6,940 txns
Deployed by via 0xefaa2c7b at 13662393
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 312 additional slots

No balances found for "GalacticMonkes"

0x0933c42407047a45de8436be76d02a4fc85d0c72fb15b4acea21787947063c23
0x57b08d36085c144473931b6d4a59820a02a6f84f06be66dccbe3118c7776f856
0xf07a539f4d7330278205b50271e775bdae569d9e2037b0674f8cd6c11d470d94
0xd7ea9f47b899c32d05df33d2864e50dc03e71b06c528e15dda6bcb3f120ca14a
0x3c1368d45cef49f678e71f89b157fa542f973ad2ac95bb0bb7cceaeb884b529e
0x5b9fbdf6abbc894ea1dab0c4d87a13b62c352c200d0716d260f150383b830024
0x8bffe807c895b6d354f1b090e70a6b0dcc3a568ad0fecd4ee93766f344ab5096
0xe6be78551119c4411ab9b3509a7602696b090abc41458fb895175068cafc1ec9
0x3407e972aef87ee2a98f39478b13557b8c0ab7ff8f4b3866b1f6738ec33a9557
0x1b3ae75a413fec8426b042ef0e8d3ed0e42034d8f5e48f985db7c43c51492260

Functions
Getter at block 20793101
getRevealData(view returns (uint256uint256)
(9155, 1640278904)
isActive(view returns (bool)
false
name(view returns (string)
GalacticMonkes
owner(view returns (address)
0x4821acf3f9795bb903b6ddc95d7fe52fd0287572
revealMaxId(view returns (uint256)
9155
revealTime(view returns (uint256)
1640278904
symbol(view returns (string)
MONKES
totalSupply(view returns (uint256)
9156
Read-only
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 startuint256 endview returns (uint256)
canMint(uint256[] apeIdsview returns (bool[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
giveAuthorization(address target
manualMint(uint256[] monkeIdsaddress[] receivers
mint(uint256[] apeIds
renounceOwnership(
revokeAuthorization(address target
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setNextMonkeId(uint256 id
setPreReveaURI(string _preRevealURI
setRevealData(uint256 _iduint256 _timebool automatic
toggleActive(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
fallback(
Errors
Ape_Already_Minted(uint256 apeId
Not_Ape_Owner(uint256 apeIdaddress apeOwner