CockBlockz
Verified contract
Active on
Ethereum with 368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CockBlockz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20186599 | 5 months ago | | | 0 | 0.000070949687 | |
| 20186589 | 5 months ago | | | 0 | 0.000080298486 | |
| 15869832 | 2 years ago | | | 0 | 0.00090464344 | |
| 15846433 | 2 years ago | | | 0 | 0.00036300137 | |
| 15494745 | 2 years ago | | | 0 | 0.00051979934 | |
| 15479976 | 2 years ago | | | 0 | 0.00054232166 | |
| 15463771 | 2 years ago | | | 0 | 0.00040972244 | |
| 15442072 | 2 years ago | | | 0 | 0.0017105908 | |
| 15437058 | 2 years ago | | | 0 | 0.00046462882 | |
| 15437057 | 2 years ago | | | 0 | 0.00059517882 |
ABI
ABI objects
Getter at block 21228942
MAX_PER_WALLET() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
500
MINT_PRICE() view returns (uint256)
3300000000000000
baseURI() view returns (string)
ipfs://Qmew5PcngtpAuxCTgUW1WjCJqyQZ25GsnYKQ6zm7w27drm/
mintIsActive() view returns (bool)
true
name() view returns (string)
CockBlockz
owner() view returns (address)
0x7c6d1bb260ab6acfe64ff15599ce7140e38af37a
symbol() view returns (string)
CB
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOOFHolder(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mint(uint8 quantity) payable
ownerMint(address[] addresses, uint8 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()