WARDOGS NFT
Verified contract
Active on
Ethereum with 854 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x993c…8e17
Balances ($584.53)
Native
Value
$584.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,896.88 |
$584.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19179681 | 10 months ago | | | 0 | 0.00094191664 | |
| 19179424 | 10 months ago | | | 0 | 0.0015441759 | |
| 18968803 | a year ago | | | 0 | 0.00061324441 | |
| 18748144 | a year ago | | | 0 | 0.0016223712 | |
| 18659376 | a year ago | | | 0 | 0.0013083517 | |
| 18373756 | a year ago | | | 0 | 0.00016816718 | |
| 17717681 | a year ago | | | 0 | 0.00093513507 | |
| 17336267 | 2 years ago | | | 0 | 0.0017493801 | |
| 17134434 | 2 years ago | | | 0 | 0.0015377336 | |
| 17098207 | 2 years ago | | | 0 | 0.0015327883 |
ABI
ABI objects
Getter at block 21400219
_tokenIdTracker() view returns (uint256 _value)
762
allowListEnabled() view returns (bool)
true
contractURI() view returns (string)
ipfs://QmcVn7Lcx6c4rfvMhXqist6pFcRsYRuLuQnXdUvpRLLyTh
fee() view returns (uint256)
50000000000000000
maxBatchMint() view returns (uint256)
5
maxPresaleBatchMint() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
WARDOGS NFT
numTokens() view returns (uint256)
762
owner() view returns (address)
0x111e39224197ff645a617c82a8bcabf3f745247e
paused() view returns (bool)
false
payee() view returns (address)
0x993c52e64202ca8033b19037be2ae4fbc6118e17
presaleFee() view returns (uint256)
70000000000000000
symbol() view returns (string)
WDN
totalSupply() view returns (uint256)
762
Read-only
_trustedConsumers(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasUserMinted(address user) view returns (bool)
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)
State-modifying
Events addTrustedConsumer(address addr)
adminMint(address to)
approve(address to, uint256 tokenId)
bulkMint(address to, uint256 numberMinted) payable
bulkMintMerkle(address to, uint256 numberMinted, bytes32[] proofs) payable
burn(uint256 tokenId)
disableAllowList()
enableAllowList()
mint(address to) payable
mintMerkle(address to, bytes32[] proofs) payable
pause()
removeTrustedConsumer(address addr)
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)
setFees(uint256 newNormalFee, uint256 newPresaleFee)
setMerkleRoot(bytes32 newMerkleRoot)
setPayee(address payeeAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawFeesToPayee(uint256 transferAmount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DisableAllowList()
EnabledAllowList()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address payeeAddress, string envBaseURI, string envContractURI, string name_, string symbol_, bytes32 merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.