CryptoDickBurbz
Verified contract
Active on
Ethereum with 613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "CryptoDickBurbz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16622527 | 2 years ago | | | 0 | 0.0012041055 | |
| 16618541 | 2 years ago | | | 0 | 0.00086310556 | |
| 16618541 | 2 years ago | | | 0 | 0.00086310556 | |
| 16618541 | 2 years ago | | | 0 | 0.00086310556 | |
| 16618532 | 2 years ago | | | 0 | 0.00096088413 | |
| 16618532 | 2 years ago | | | 0 | 0.00096088413 | |
| 16618532 | 2 years ago | | | 0 | 0.00096088413 | |
| 16522353 | 2 years ago | | | 0 | 0.0012468879 | |
| 16456663 | 2 years ago | | | 0 | 0.0014924434 | |
| 16428255 | 2 years ago | | | 0 | 0.0015084742 |
ABI
ABI objects
Getter at block 21090476
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
2
PRICE() view returns (uint256)
0
_baseTokenExtension() view returns (string)
.json
_baseTokenURI() view returns (string)
ipfs://bafybeicpxjokkygwxzfocof56a3dce5tsvv72gmuqxwrm4rjta6rso6ooy/
baseTokenURI() view returns (string)
ipfs://bafybeicpxjokkygwxzfocof56a3dce5tsvv72gmuqxwrm4rjta6rso6ooy/
collectionSize() view returns (uint256)
1000
contractURI() pure returns (string)
https://metadata.mintplex.xyz/t14LjAN1yXVoHAHGy7co/contract-metadata
currentTokenId() view returns (uint256)
1000
enforcePublicDropTime() view returns (bool)
true
erc20Payable() view returns (address)
0x2159019d05fd453167b34e70e04378eaf4940da9
getNextTokenId() view returns (uint256)
1001
maxBatchSize() view returns (uint256)
2
mintingOpen() view returns (bool)
true
name() view returns (string)
CryptoDickBurbz
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0x2159019d05fd453167b34e70e04378eaf4940da9
payableAddressCount() view returns (uint256)
1
publicDropTime() view returns (uint256)
1672034400
publicDropTimePassed() view returns (bool)
true
redemptionAddress() view returns (address)
0x000000000000000000000000000000000000dead
redemptionModeEnabled() view returns (bool)
false
redemptionSurcharge() view returns (uint256)
0
symbol() view returns (string)
DickBurbz
totalSupply() view returns (uint256)
1000
verifiedClaimModeEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
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)
redemptionContracts(address) view returns (bool)
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)
tokenRedemptions(address, uint256) view returns (bool)
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()
disablePublicDropTime()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
openMinting()
redeem(address redemptionContract, uint256 tokenId) payable
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)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setPublicDropTime(uint256 _newDropTime)
setRedeemableContract(address _contractAddress, bool _status)
setRedemptionAddress(address _newRedemptionAddress)
setRedemptionMode(bool _newStatus)
setRedemptionSurcharge(uint256 _newSurchargeInWei)
setVerifiedClaimMode(bool _newStatus)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
usePublicDropTime()
verifedClaim(address redemptionContract, uint256 tokenId) payable
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)
Redeemed(address indexed from, uint256 indexed tokenId, address indexed contractAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VerifiedClaim(address indexed from, uint256 indexed tokenId, address indexed contractAddress)
constructor()
This contract contains no fallback and receive objects.
CannotBeNullAddress()
CapExceeded()
ClaimModeDisabled()
DropTimeNotInFuture()
DuplicateTeamAddress()
ERC20InsufficientAllowance()
ERC20InsufficientBalance()
ERC20TokenNotApproved()
ERC20TransferFailed()
ERC721RestrictedApprovalAddressRestricted()
ExcessiveOwnedMints()
IneligibleRedemptionContract()
InvalidApprovalForRedemption()
InvalidOwnerForRedemption()
InvalidPayment()
InvalidTeamAddress()
MintZeroQuantity()
NoStateChange()
OnlyERC20MintingEnabled()
OperatorNotAllowed(address operator)
PublicDropTimeHasNotPassed()
PublicMintClosed()
TokenAlreadyRedeemed()
TransactionCapExceeded()
ValueCannotBeZero()