Creepy Friends
Verified contract
Proxy
Active on
Ethereum with 4,198 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "Creepy Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220206 | 15 days ago | | | 0 | 0.00065309585 | |
| 20598124 | 3 months ago | | | 0 | 0.000041451102 | |
| 20518371 | 4 months ago | | | 0 | 0.000044362810 | |
| 19771848 | 7 months ago | | | 0 | 0.00027764924 | |
| 19695787 | 7 months ago | | | 0 | 0.00030034054 | |
| 19243224 | 10 months ago | | | 0 | 0.0017149443 | |
| 19075851 | 10 months ago | | | 0 | 0.00078616741 | |
| 18299611 | a year ago | | | 0 | 0.00027043240 | |
| 18224265 | a year ago | | | 0 | 0.00075116008 | |
| 18185643 | a year ago | | | 0 | 0.00057401717 |
ABI
ABI objects
Getter at block 21330093 proxiableUUID() view returns (bytes32)
isPaused() view returns (bool)
false
mintActive() view returns (bool)
true
name() view returns (string)
Creepy Friends
owner() view returns (address)
0xf3d0752e8b668191b47c127729d1213d062334d4
symbol() view returns (string)
CREEP
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
initialize()
mint(bytes signature, uint256 amount, uint8 maxAmountForAddress) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newValue)
setMaxSupplyForMint(uint256 newValue)
setMintActive(bool active)
setMintPrice(uint256 newValue)
setMintSigningServerAddress(address newValue)
setRoyalty(uint256 newValue)
setToDefaultSettings()
teamMint(address to, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()