HellCowBoy
Verified contract
Active on
Ethereum with 2,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "HellCowBoy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17551903 | a year ago | | | 0 | 0.00032705026 | |
| 17515972 | a year ago | | | 0 | 0.0019542881 | |
| 17515920 | a year ago | | | 0 | 0.0011618925 | |
| 17515848 | a year ago | | | 0 | 0.00093219479 | |
| 16690935 | 2 years ago | | | 0 | 0.0013953611 | |
| 16669837 | 2 years ago | | | 0 | 0.0010079070 | |
| 16586788 | 2 years ago | | | 0 | 0.0015407853 | |
| 16087299 | 2 years ago | | | 0 | 0.00053380626 | |
| 16058545 | 2 years ago | | | 0 | 0.00052744906 | |
| 15897051 | 2 years ago | | | 0 | 0.0013587802 |
ABI
ABI objects
Getter at block 21312738
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
currentStage() view returns (uint256)
2
dropAmount() view returns (uint256)
8
dropSupply() view returns (uint256)
540
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
7777
name() view returns (string)
HellCowBoy
notRevealedUri() view returns (string)
ipfs://bafybeif4q6ta4qsqqtsstuhamnrzlchj5rkdkdsqqveh2clcv6gcilphga/hidden.json
owner() view returns (address)
0xb82b2f064f7e310349feba87c0b439c94719a2ab
paused() view returns (bool)
false
preSupply() view returns (uint256)
3600
revealed() view returns (bool)
true
saleMerkleRoot() view returns (bytes32)
0x860ccb82b7b6da28bac4b8457e4589142588f39ade57d45a5b9d28c655b2f57e
symbol() view returns (string)
HCB
totalSupply() view returns (uint256)
3853
wlSupply() view returns (uint256)
600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
members(uint256) view returns (address account, uint32 value, uint32 total)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchDropHCB(address dropAddress, uint256 numToDrop)
mint(uint256 _mintAmount) payable
pause(bool _state)
preMint(uint256 _mintAmount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setCurrentStage(uint256 _stage)
setNotRevealedURI(string _notRevealedURI)
setSaleMerkleRoot(bytes32 merkleRoot)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteMint(uint256 _mintAmount, bytes32[] merkleProof) payable
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, struct HCB_NFTMember[] _members)
This contract contains no fallback and receive objects.
StreamTransferFailed()