deliraBBita-Christmas-
Verified contract
Active on
Ethereum with 168 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 "deliraBBita-Christmas-"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16704062 | 2 years ago | | | 0 | 0.0014701194 | |
| 16660840 | 2 years ago | | | 0 | 0.0011117398 | |
| 16656244 | 2 years ago | | | 0 | 0.0016153994 | |
| 16397047 | 2 years ago | | | 0 | 0.00060789965 | |
| 16397047 | 2 years ago | | | 0 | 0.00062284182 | |
| 16390992 | 2 years ago | | | 0 | 0.00065773676 | |
| 16381564 | 2 years ago | | | 0 | 0.0010314854 | |
| 16347379 | 2 years ago | | | 0 | 0.00048505340 | |
| 16316335 | 2 years ago | | | 0 | 0.00088960054 | |
| 16312421 | 2 years ago | | | 0 | 0.00099494442 |
ABI
ABI objects
Getter at block 21216551
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
.json
cost() view returns (uint256)
10000000000000000
free_cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
300
maxSupply() view returns (uint256)
300
name() view returns (string)
deliraBBita-Christmas-
notRevealedUri() view returns (string)
ipfs://QmV1fm1LQY6bNThmNxZBAEAAGXMWywoPTtYbBZhPmm1mDe
owner() view returns (address)
0xd0bac4ebf5b92ad20f98c16bec67600819f9ad4f
phases() view returns (uint256)
0
pre_cost() view returns (uint256)
10000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
DRC
totalSupply() view returns (uint256)
187
Read-only
_hashPair(bytes32 a, bytes32 b) view returns (bytes32)
balanceOf(address owner) view returns (uint256)
free_check(address _addr, uint256 _maxMintAmount, bytes32[] proof, uint256 limit) view returns (bool, bytes32, uint256)
free_merkle(uint256 _maxMintAmount, bytes32[] proof) view returns (bool)
freemint_cnt(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wl_check(address _addr, uint256 _maxMintAmount, bytes32[] proof, uint256 limit) view returns (bool, bytes32, uint256)
wl_merkle(uint256 _maxMintAmount, bytes32[] proof) view returns (bool)
wlmint_cnt(address) view returns (uint256)
wlmint_list(address) view returns (bool)
State-modifying
Events approve(address operator, uint256 tokenId) payable
freemint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] proof) payable
mint(uint256 _mintAmount) payable
phase(uint256 _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeroot(bytes32 _free_root)
setNotRevealedURI(string _notRevealedURI)
setWlroot(bytes32 _wl_root)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
wldmint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] proof) payable
wlmint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()