The latest block we've processed for this chain is 20896310, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

Creep Crew Aditus

Verified contract

Proxy

Active on Ethereum with 1,129 txns
Deployed by via 0xd3544052 at 18037128
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 48 additional slots
-
variable spans 48 additional slots

No balances found for "Creep Crew Aditus"

0x9471351e2d88b303b8d0fc0868cbd24f08f46452efe7d64a4d678fe7e3a1b596
0x4c11362363a887c7cc3b1eb9372cfb80eb8274cbf2574508dc756a7efd4b315e
0x2ea32de8bbf3dee6a4d45b9fc8be6ff4261d8ef276fd16c46ac4978af13bf68b
0x5f1491078ce12d9568d1270a982be455e698e25a2a4bc6300698782500c86bd4
0x0c3a0e7243227ecc02168b5a6962fd4ce0da3389ae0f9b0e2086a4f9a5a3670e
0x9caee61457d4deaa068a0a6b267e9ffdef6f4f40082273c5155b880d1e0a3873
0x46ee14eb47234b0d4ab32e17a172b8a86c2f11bf24519c0017a9e8fcf702c8f7
0xe028a405e2d39e43619a932c9d30df7e35c32d0e196f38a4b4d0e3ab7fe18539
0x0dc8ea200af8e1d5b635f483bfe2c96f80f922d98306ca6c99fee574cb9ddcf6
0x5af5607c68946688c597a68d665c13c218742fe0e0768da459c3e09c05c27876

Functions
Getter at block 20896309
MAX_MINT_PER_WALLET(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
777
MINT_PRICE(view returns (uint256)
0
baseURI(view returns (string)
https://creep-aditus-gnf6h.ondigitalocean.app/rest/metadata/
maxMintPerTx(view returns (uint256)
1
name(view returns (string)
Creep Crew Aditus
owner(view returns (address)
0x8c76f77cc255b8041b48678975cafade3bec122b
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CCA
totalSupply(view returns (uint256)
777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintingLogic(addressview returns (bool)
mintCount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
airdrop(address[] touint256 tokenAmount
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
initialize(string _uriaddress _operatorFilterer
mint(uint256 amountaddress topayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setMaxMintPerTx(uint256 _maxMintPerTx
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMaxSupply(uint256 _maxSupply
setMintPrice(uint256 _mintPrice
setMintingLogic(address callerbool status
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(address to
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(