Cold Blooded Creepz
Verified contract
Active on
Ethereum with 33,762 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9940…0434
0xf3ec…39cc
3 additional
variables
Balances ($32.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 2 | $14.42 |
$28.84 | |
BOOP | ERC-20 | 66.43 | $0.055615 |
$3.69 | |
LOOMI | ERC-20 | 9.721788K | -- | -- | |
0x5317…8130 | ERC-1555 | 1 | -- | -- | |
0x58ec…6166 | ERC-1555 | 1 | -- | -- | |
0xc474…d479 | ERC-1555 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124658 | 5 days ago | | | 0 | 0.00012373828 | |
| 21102598 | 8 days ago | | | 0 | 0.00011180760 | |
| 21019731 | 20 days ago | | | 0 | 0.00029787945 | |
| 20939089 | a month ago | | | 0 | 0.00048003220 | |
| 20933915 | a month ago | | | 0 | 0.00029160351 | |
| 20933913 | a month ago | | | 0 | 0.00028737194 | |
| 20893467 | a month ago | | | 0 | 0.00032424921 | |
| 20893446 | a month ago | | | 0 | 0.00031363182 | |
| 20887414 | a month ago | | | 0 | 0.00043664894 | |
| 20699791 | 2 months ago | | | 0 | 0.000047435079 |
ABI
ABI objects
Getter at block 21161833
FloorXCreepz() view returns (address)
0x9940bf08f6457b6e484249e2a9d965e81ff10434
InvasionPass() view returns (address)
0xf3ec2d6394fc899a5dc1823a205670ebb30939cc
MAX_PER_TRANSACTION() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
11111
PROVENANCE_HASH() view returns (string)
74e7c3bd4d5afad587670a48ad87478fc54682350cd4ca30a723ea340c8c19a5
ROYALTY_DENOMINATOR() view returns (uint256)
10000
ROYALTY_SIZE() view returns (uint256)
750
metadataFinalised() view returns (bool)
false
metadataRevealed() view returns (bool)
true
name() view returns (string)
Cold Blooded Creepz
owner() view returns (address)
0x41859f5cbef654d566c463462104f0afb7a0c075
royaltyAddress() view returns (address)
0xd6d095bb8aa4634ccaa61145ad0e5338856540ab
saleIsActive() view returns (bool)
false
signatureClaimIsActive() view returns (bool)
true
signerAddress() view returns (address)
0x3f2c152b91d1ca6ab86a94f113e778aa2ee8dffc
startingIndex() view returns (uint256)
3016
symbol() view returns (string)
CBC
totalSupply() view returns (uint256)
11111
Read-only
_mintPassesUsed(address, address) view returns (uint256)
_usedNonces(address) view returns (uint256)
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 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addRoyaltyReceiverForTokenId(address receiver, uint256 tokenId)
approve(address to, uint256 tokenId)
emergencyMint(uint256 tokensToMint)
finalizeMetadata()
finalizeStartingIndex() returns (bytes32 requestId)
mintPassPurchase(address _collectionAddress, uint256 tokensToMint)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
revealMetadata()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setProvenanceHash(string provenanceHash)
signatureClaim(uint256 tokensToMint, uint256 nonce, bytes signature)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSaleStatus(bool status)
updateSignatureClaimStatus(bool status)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensMinted(address indexed mintedBy, uint256 indexed tokensNumber)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
baseUriUpdated(string oldBaseUri, string newBaseUri)
startingIndexFinalized(uint256 indexed startingIndex)
constructor(address _royaltyAddress, address _signerAddress, address _fxc, address _invasionPass, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.