DOGE GOBBLERS
Verified contract
Active on
Ethereum with 2,080 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 "DOGE GOBBLERS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289779 | 17 days ago | | | 0 | 0.00016180173 | |
| 21289777 | 17 days ago | | | 0 | 0.00017534660 | |
| 21289777 | 17 days ago | | | 0 | 0.00016224881 | |
| 20982149 | 2 months ago | | | 0 | 0.00023759740 | |
| 20085195 | 6 months ago | | | 0 | 0.00028484417 | |
| 19687237 | 8 months ago | | | 0 | 0.00019608566 | |
| 19033675 | a year ago | | | 0 | 0.0016752832 | |
| 18850147 | a year ago | | | 0 | 0.0010716791 | |
| 18620373 | a year ago | | | 0 | 0.00081870554 | |
| 18529107 | a year ago | | | 0 | 0.0011881485 |
ABI
ABI objects
Getter at block 21414192
baseURI() view returns (string)
ipfs://QmYLCHqahzWN94NUb2gwRZ1dGS4EhFQeUAFhBoUR2m9G3H/
cost() view returns (uint256)
1000000000000000
lead() view returns (address)
0xd3200cf199dee8315ed8712b222b7f2ba3967b6b
maxPerTx() view returns (uint256)
10
maxPerTxFree() view returns (uint256)
1
maxPerWallet() view returns (uint256)
10
maxPerWalletFree() view returns (uint256)
1
maxSupply() view returns (uint256)
2069
name() view returns (string)
DOGE GOBBLERS
owner() view returns (address)
0xd3200cf199dee8315ed8712b222b7f2ba3967b6b
publicPaused() view returns (bool)
false
symbol() view returns (string)
DGOB
totalSupply() view returns (uint256)
2069
Read-only
addressMintedBalance(address) view returns (uint256)
addressMintedBalanceFree(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint256 _quantity) payable
approve(address to, uint256 tokenId)
freeMint(uint256 _quantitty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _cost)
setmaxPerTxPublic(uint256 _MPTx)
setmaxPerWalletPublic(uint256 _MPW)
setmaxSupply(uint256 _maxSupply)
teamMint(uint256 _quanitity)
togglePublic(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _baseURI, address _lead, address _contractV1)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TokenDataQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()