Creepz by OVERLORD
Verified contract
Proxy
Active on
Ethereum
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- | |
CBC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208356 | 4 hours ago | | | 0 | 0.00066531049 | |
| 21207380 | 7 hours ago | | | 0 | 0.00067652859 | |
| 21204042 | 18 hours ago | | | 0 | 0.00034859000 | |
| 21203843 | 19 hours ago | | | 0 | 0.00060022466 | |
| 21203219 | 21 hours ago | | | 0 | 0.00056335524 | |
| 21203208 | 21 hours ago | | | 0 | 0.00041529253 | |
| 21201565 | a day ago | | | 0 | 0.0017801139 | |
| 21199553 | a day ago | | | 0 | 0.00074272186 | |
| 21198663 | 2 days ago | | | 0 | 0.00081174849 | |
| 21198627 | 2 days ago | | | 0 | 0.00079733432 |
ABI
ABI objects
Getter at block 21209459
administrator() view returns (address)
0x23692d965d700be09fe8805b48c98123b1718d34
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator() view returns (address validator)
0xa000027a9b2802e1ddf7000061001e5c005a0000
globalOperator() view returns (address)
0x0000000000000000000000000000000000000000
isClaimPaused() view returns (bool)
false
isPaused() view returns (bool)
false
name() view returns (string)
Creepz by OVERLORD
owner() view returns (address)
0x23692d965d700be09fe8805b48c98123b1718d34
royaltySize() view returns (uint256)
750
symbol() view returns (string)
CBC
Read-only
balanceOf(address owner) view returns (uint256)
calculateStakeForMultipleTokens(uint256[] tokenIds) view returns (uint256 totalAccumulated)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
stakedAtTimestamp(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdrop(address[] recipients, uint256[] tokenIds)
applyListToCollection(uint120 listId)
approve(address to, uint256 tokenId)
claim(uint256[] tokenIds)
initialize(address _royaltyAddress, string _baseURI, address _creepzV1Address)
ownerRemoveFromSoftStake(uint256[] tokenIds)
pause(bool _isPaused)
pauseClaim(bool _isPaused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdministrator(address _administrator)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setRoyaltySize(uint256 _royaltySize)
setTransferValidator(address transferValidator_)
stake(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferWhileStaked(address to, uint256[] tokenIds)
unstake(uint256[] tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
Unstake(uint256 indexed tokenId, uint256 stakedAtTimestamp, uint256 removedFromStakeAtTimestamp)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CreatorTokenBase__InvalidTransferValidatorContract()
ShouldNotMintToBurnAddress()