BabyDoge
Verified contract
Active on
Ethereum with 16,905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281589 | 9 hours ago | | | 0 | 0.00092191583 | |
| 21279332 | 16 hours ago | | | 0 | 0.00068062846 | |
| 21278285 | 20 hours ago | | | 0 | 0.00039066272 | |
| 21264070 | 3 days ago | | | 0 | 0.00057619074 | |
| 21255487 | 4 days ago | | | 0 | 0.00040779019 | |
| 21255449 | 4 days ago | | | 0 | 0.00047194642 | |
| 21243386 | 6 days ago | | | 0 | 0.00039074851 | |
| 21243384 | 6 days ago | | | 0 | 0.00062203874 | |
| 21242128 | 6 days ago | | | 0 | 0.00049734029 | |
| 21239241 | 6 days ago | | | 0 | 0.00057519635 |
ABI
ABI objects
Getter at block 21284137
REVEAL_TIMESTAMP() view returns (uint256)
0
baseURI() view returns (string)
https://ipfs.io/ipfs/QmTfVckiaAxjaEwZTa5PmLa1LCoaYgTZbLW38Cobs9xRDv/
currentIteration() view returns (uint256 _value)
0
dogePrice() view returns (uint256)
160000000000000000
ethPayout() view returns (bool)
true
getCurrentWinners() view returns (uint256[])
[]
getSaleStatus() view returns (uint256)
2
maxDogePurchase() view returns (uint256)
100
merkleRoot() view returns (bytes32)
0x41caa9378f9f90c48d30bb2c4d8378313a118b4702d5d70e3169f356aba4e75f
name() view returns (string)
BabyDoge
owner() view returns (address)
0x52a40a9f8245060f5d320dff8e8fec4fd4c19086
prizePool() view returns (uint256)
0
saleStatus() view returns (uint8)
2
symbol() view returns (string)
BabyDoge
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
winners(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimLotto(uint256 _id)
flipEthPayout()
mintDoge(uint256 numberOfTokens) payable
mintWhitelistDoge(uint256 numberOfTokens, bytes32[] _merkleProof) payable
nextRewardNonce() returns (bytes32 requestId)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reserveDoges(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDogePrice(uint256 _price)
setMaxMint(uint256 _maxDogePurchase)
setMerkleRoot(bytes32 _merkleRoot)
setRevealTimestamp(uint256 revealTimeStamp)
setSaleStatus(uint8 _saleStatus)
setSettings(uint16 _devTeamPercent, uint16 _lotoPercent, address _babyDogeToken, string _baseURILink)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAndLock()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FlipEthPayout(bool _ethPayout)
LottoClaimed(uint256 _id, uint256 _prize)
MaxMintSet(uint256 _maxMint)
MerkleRootSet(bytes32 _merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReserveDoges(uint256 _amount)
RevealTimeSet(uint256 _timestamp)
SaleStatusSet(uint256 _saleStatus)
SetSettings(uint256 _devTeamPercent, uint256 _lotoPercent, address _babydoge, string _URI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WinnersPicked(uint256[] _ids)
WithdrawAndLock(bool _withdrawAndLock)
constructor(string name, string symbol, string baseTokenURI, uint256 maxNftSupply)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()