Cave Paintings
Verified contract
Active on
Ethereum with 595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Cave Paintings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20507953 | 3 months ago | | | 0 | 0.00019591259 | |
| 20204879 | 5 months ago | | | 0 | 0.00022388568 | |
| 20032060 | 5 months ago | | | 0 | 0.0010144429 | |
| 19071564 | 10 months ago | | | 0 | 0.00055712541 | |
| 18968568 | 10 months ago | | | 0 | 0.00079050907 | |
| 18968562 | 10 months ago | | | 0 | 0.0010245586 | |
| 18910785 | a year ago | | | 0 | 0.00059502207 | |
| 18910380 | a year ago | | | 0 | 0.00072648944 | |
| 18887539 | a year ago | | | 0 | 0.0020792796 | |
| 18886538 | a year ago | | | 0 | 0.0012235494 |
ABI
ABI objects
Getter at block 21219735
CONTRACT_VERSION() view returns (uint8)
2
EARLY_MINT_PRICE() view returns (uint256)
0
PRICE() view returns (uint256)
2000000000000000
PROVIDER_FEE() view returns (uint256)
777000000000000
_baseTokenExtension() view returns (string)
.json
_baseTokenURI() view returns (string)
ipfs://bafybeigtx7ssbdbobmlab5imtceibtyzazlidi7pyuuevf7skjjovtw5ii/
baseTokenURI() view returns (string)
ipfs://bafybeigtx7ssbdbobmlab5imtceibtyzazlidi7pyuuevf7skjjovtw5ii/
collectionSize() view returns (uint256)
888
contractURI() pure returns (string)
https://metadata.mintplex.xyz/um3LUnYvWefOBjV7kjkO/contract-metadata
currentTokenId() view returns (uint256)
888
earlyMintTokenIdCap() view returns (uint256)
250
erc20Payable() view returns (address)
0xddddf49ee6ff02b6236e0f24335c432f331da021
getNextTokenId() view returns (uint256)
889
maxBatchSize() view returns (uint256)
10
mintingOpen() view returns (bool)
false
name() view returns (string)
Cave Paintings
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0xddddf49ee6ff02b6236e0f24335c432f331da021
payableAddressCount() view returns (uint256)
2
strictPricing() view returns (bool)
true
symbol() view returns (string)
CAVE
totalSupply() view returns (uint256)
888
usingEarlyMintIncentive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
chargeAmountForERC20(address _erc20TokenContract) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForERC20Payments(address _erc20TokenContract) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
restrictedApprovalAddresses(address) view returns (bool)
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)
State-modifying
Events addOrUpdateERC20ContractAsPayment(address _erc20TokenContract, bool _isActive, uint256 _chargeAmountInTokens)
addToTeam(address _address)
approve(address to, uint256 tokenId)
disableERC20ContractAsPayment(address _erc20TokenContract)
disableERC20OnlyMinting()
disableEarlyMintIncentive()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
enableEarlyMintIncentive()
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalRestriction(address _address, bool _isRestricted)
setBaseTokenExtension(string baseExtension)
setBaseURI(string baseURI)
setERC20PayableAddress(address _newErc20Payable)
setEarlyIncentivePrice(uint256 _feeInWei)
setEarlyMintTokenIdCap(uint256 _newTokenIdCap)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setProviderFee(uint256 _fee)
setStrictPricing(bool _newStatus)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
withdrawERC20(address _tokenContract, uint256 _amountToWithdraw)
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.
CannotBeNullAddress()
CapExceeded()
DuplicateTeamAddress()
ERC20InsufficientAllowance()
ERC20InsufficientBalance()
ERC20TokenNotApproved()
ERC20TransferFailed()
ERC721RestrictedApprovalAddressRestricted()
InvalidPayment()
InvalidTeamAddress()
MintZeroQuantity()
NoStateChange()
NotMaintainer()
OnlyERC20MintingEnabled()
OperatorNotAllowed(address operator)
PublicMintClosed()
TransactionCapExceeded()
ValueCannotBeZero()