BABY DRAEKS
Verified contract
Active on
Ethereum with 359 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 "BABY DRAEKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16979534 | 2 years ago | | | 0 | 0.0013622209 | |
| 16409376 | 2 years ago | | | 0 | 0.0010690672 | |
| 16352805 | 2 years ago | | | 0 | 0.00091304631 | |
| 16306283 | 2 years ago | | | 0 | 0.00048082717 | |
| 16289121 | 2 years ago | | | 0 | 0.00070408474 | |
| 16277530 | 2 years ago | | | 0 | 0.00046127215 | |
| 16266732 | 2 years ago | | | 0 | 0.00056720592 | |
| 16264147 | 2 years ago | | | 0 | 0.00037000758 | |
| 16264141 | 2 years ago | | | 0 | 0.00032258773 | |
| 16264138 | 2 years ago | | | 0 | 0.00052280399 |
ABI
ABI objects
Getter at block 21325051
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeicm7y7jrw2pby7fclguv4pey3mphnkaxuqg6dnyfjhs6rxt5f7c5m/
cost() view returns (uint256)
0
currentState() view returns (uint256)
1
maxMintAmountPublic() view returns (uint256)
3
maxSupply() view returns (uint256)
380
name() view returns (string)
BABY DRAEKS
notRevealedUri() view returns (string)
ipfs://bafybeia4zsgsknaml6rcuilum7skvbwaugvdvtph2nvclbdkkzrrdq5k7q/hidden.json
owner() view returns (address)
0xde55b07d311ec8fef2520f5bcceb4c8fd1b19769
revealed() view returns (bool)
true
symbol() view returns (string)
BBD
totalSupply() view returns (uint256)
380
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintableAmountForUser(address _user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
reveal()
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)
setNotRevealedURI(string _notRevealedURI)
setPublic()
setPublicCost(uint256 _price)
setmaxMintAmountPublic(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()