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

Creepy Friends

Verified contract

Proxy

Active on Ethereum with 4,198 txns
Deployed by via 0xc6ce5823 at 16162165
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 499 additional slots

No balances found for "Creepy Friends"

0x675b77b656d770fb29ed6d5fdaea8573d57c58e16ccb0e9b376e2704c08df19c
0x115e15eea7886cde1e9c1df3a6e28cc783bf08f59b17f27eee94882cd8706132
0x943d6c94dc458b170fc50668dd0da4384efe4c473efd9fcb84ca733ad648c7b0
0x48c42a5664e47b8cbcce1446e16a3f78654df9237c8c4345f4c49084da3c85ff
0x253e5ea7f8ff741fa9b1dcbbca5fece6b3dc24e58321e0170d2ee240ebb8f521
0xe23129fb4971b9f600ca38ff96a421d1e04487c7f9c8c51561ecfc2a66d3c2d9
0x73ea9aa3be226ccc7f4b6c38010df9013e9da1868ef5ee83f56b5bd2164c185f
0xf8f0b70c8664bcabc6618a97a6a9f68e5d735a7723129052df066f5a47e87b01
0xa5337c687fffc7402ede1083c9d82d51b62203c72f3baa4fe2046861a7c2c8c5
0x4bdaca50515a8cd44112b51c9835efd1a658c21226ad88360af80002d46e5d20

Functions
Getter at block 21330093
isPaused(view returns (bool)
false
mintActive(view returns (bool)
true
name(view returns (string)
Creepy Friends
owner(view returns (address)
0xf3d0752e8b668191b47c127729d1213d062334d4
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
CREEP
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(
mint(bytes signatureuint256 amountuint8 maxAmountForAddresspayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 newValue
setMaxSupplyForMint(uint256 newValue
setMintActive(bool active
setMintPrice(uint256 newValue
setMintSigningServerAddress(address newValue
setRoyalty(uint256 newValue
setToDefaultSettings(
teamMint(address touint256 amount
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
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
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(