Caveman NFT
Verified contract
Active on
Ethereum with 3,966 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Caveman NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20002214 | 6 months ago | | | 0 | 0.00011377723 | |
| 19866567 | 6 months ago | | | 0 | 0.00020537229 | |
| 18301618 | a year ago | | | 0 | 0.00012503947 | |
| 18172211 | a year ago | | | 0 | 0.0012830140 | |
| 17981879 | a year ago | | | 0 | 0.00037670779 | |
| 17869939 | a year ago | | | 0 | 0.0011239705 | |
| 17363813 | a year ago | | | 0 | 0.0016524455 | |
| 17354188 | a year ago | | | 0 | 0.00056570107 | |
| 17354188 | a year ago | | | 0 | 0.00056766457 | |
| 17010288 | 2 years ago | | | 0 | 0.00048781635 |
ABI
ABI objects
Getter at block 21257115
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmcSc53XkrqNiEuoaCBkWESZQwoGesBCkNbQ32un4vypNf/
cost() view returns (uint256)
0
curWLTxn() view returns (uint256)
0
freeMint() view returns (uint256)
1
maxMint() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
maxWLMint() view returns (uint256)
2
maxWLTxn() view returns (uint256)
3555
name() view returns (string)
Caveman NFT
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedUri() view returns (string)
ipfs://QmbM3pzF1HDabhLiYcHoGpJRszzix8eq3bDXmNi6hVMXGv/hidden.json
owner() view returns (address)
0x29af568493d19ecd9443826425bebc10a746a28b
paused() view returns (bool)
false
publicStartTime() view returns (uint256)
1665021600
revealTokenId() view returns (uint256)
5555
royaltyAddress() view returns (address)
0x29af568493d19ecd9443826425bebc10a746a28b
royaltyPercent() view returns (uint256)
10
serverNow() view returns (uint256 currenttimeStamp)
1732445363
symbol() view returns (string)
CAVEMAN
totalSupply() view returns (uint256)
5555
wlCost() view returns (uint256)
9900000000000000
wlMerkleRoot() view returns (bytes32)
0x0b0bb9fe82a11cfc656681511ef2ed3048f5201f87208bf1d8919ac7cb42dc6a
wlStartTime() view returns (uint256)
1664983800
Read-only
balanceOf(address owner) view returns (uint256)
cavemanSacrificed(address) view returns (bool)
cavemanStaked(uint256) view returns (bool)
checkWhitelist(bytes32[] _merkleProof) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
wlMintInit(address) view returns (bool)
State-modifying
Events SacrificeRitual(uint256 tokenId)
approve(address to, uint256 tokenId)
gift(address[] receivers)
giveAwayMint(uint256 _mintAmt)
mint(uint256 _mintAmt) payable
pause(bool _state)
renounceOwnership()
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)
setNotRevealedURI(string _notRevealedURI)
setRevealTokenId(uint256 _revealTokenId)
setRoyaltyPercentage(uint256 royaltyPercentage)
setRoyaltyReceiver(address royaltyReceiver)
setWLCost(uint256 _newWLCost)
setWhitelistRoot(bytes32 _wlMerkleRoot)
setpublicStartTime(uint256 _publicStartTime)
setwlStartTime(uint256 _wlStartTime)
stakeCaveman(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstakeCaveman(uint256 tokenId)
whitelistMint(uint256 _mintAmt, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.