Dumbass Foxes
Verified contract
Active on
Ethereum with 115 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 "Dumbass Foxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15662837 | 2 years ago | | | 0 | 0.00037320179 | |
| 15621165 | 2 years ago | | | 0 | 0.00054147533 | |
| 15618605 | 2 years ago | | | 0 | 0.0014842979 | |
| 15617710 | 2 years ago | | | 0 | 0.00039506979 | |
| 15617590 | 2 years ago | | | 0.001 | 0.00052789200 | |
| 15617568 | 2 years ago | | | 0 | 0.00030290463 | |
| 15617562 | 2 years ago | | | 0.001 | 0.00061056272 | |
| 15617551 | 2 years ago | | | 0.003 | 0.00052138500 | |
| 15617539 | 2 years ago | | | 0.003 | 0.00064547517 | |
| 15617441 | 2 years ago | | | 0.017 | 0.00059161008 |
ABI
ABI objects
Getter at block 21330738
MaxperWallet() view returns (uint256)
100
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://dumbass.ams3.digitaloceanspaces.com/df/public/metadata/
cost() view returns (uint256)
1000000000000000
maxSupply() view returns (uint256)
2222
name() view returns (string)
Dumbass Foxes
notRevealedUri() view returns (string)
https://dumbass.ams3.digitaloceanspaces.com/df/public/metadata/
owner() view returns (address)
0x9864ba5a444fe5da155962c9547f268f21a07a34
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
DF
totalSupply() view returns (uint256)
1242
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxPerWallet(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()