DooGods
Verified contract
Active on
Ethereum with 2,334 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 "DooGods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20148678 | 5 months ago | | | 0 | 0.00029629357 | |
| 18821126 | a year ago | | | 0 | 0.0016568436 | |
| 16893915 | 2 years ago | | | 0 | 0.00076863213 | |
| 16741495 | 2 years ago | | | 0 | 0.0012921327 | |
| 16706067 | 2 years ago | | | 0 | 0.0019207646 | |
| 16323015 | 2 years ago | | | 0 | 0.0010411034 | |
| 16306361 | 2 years ago | | | 0 | 0.00073825310 | |
| 16224786 | 2 years ago | | | 0 | 0.00060767514 | |
| 16159914 | 2 years ago | | | 0 | 0.00037011936 | |
| 16102144 | 2 years ago | | | 0 | 0.00058796349 |
ABI
ABI objects
Getter at block 21205494
MAX_FREE_MINTS_PER_WALLET() view returns (uint16)
3
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
5555
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
4200000000000000
SALE_IS_ACTIVE() view returns (bool)
true
name() view returns (string)
DooGods
owner() view returns (address)
0xea7e049c3db1bfeafe8d801334ce770f8426c0e8
paused() view returns (bool)
false
symbol() view returns (string)
DOOGODS
totalFreeMinted() view returns (uint256)
4762
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getFreeMints(address addy) view returns (uint64)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
drop(address _to, uint256 _mintAmount)
freezeMetadata()
mint(uint32 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet)
setMaxMintPerTx(uint256 maxMint)
setPrice(uint256 price)
setSaleState(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 price, uint256 maxSupply, uint256 maxMintPerTx, uint16 maxFreeMintsPerWallet, string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()