DegenWaifus
Verified contract
Active on
Ethereum with 765 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 "DegenWaifus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19639339 | 8 months ago | | | 0 | 0.00070494048 | |
| 19302814 | 9 months ago | | | 0 | 0.00057243752 | |
| 18720882 | a year ago | | | 0 | 0.0016340308 | |
| 18362127 | a year ago | | | 0 | 0.00028265287 | |
| 17966947 | a year ago | | | 0 | 0.00039696477 | |
| 17854786 | a year ago | | | 0 | 0.00071411354 | |
| 17600755 | a year ago | | | 0 | 0.00041937787 | |
| 17600718 | a year ago | | | 0 | 0.00073146865 | |
| 17529473 | a year ago | | | 0 | 0.0018049567 | |
| 17529472 | a year ago | | | 0 | 0.0018661839 |
ABI
ABI objects
Getter at block 21324871
DEV_ADDRESS() view returns (address)
0xe3cc957c3a1ac0eb137b50a855e30fed80ccd30c
FREE_NFT() view returns (uint256)
1111
MAX_NFT() view returns (uint256)
4444
MAX_NFT_PER_BUYER() view returns (uint256)
11
MAX_NFT_PER_TX() view returns (uint256)
11
OWNER_ADDRESS() view returns (address)
0xeeee451963d5a81c9d94776c9519abb6b6342ad5
TOKEN_PRICE() view returns (uint256)
20000000000000000
baseURI() view returns (string)
ipfs://QmWbz5xr1Gf5EYNQjT5HeDm3j3DDUm2GasFRwyURiZvQxr/
baseUriSuffix() view returns (string)
.json
final_provenance() view returns (string)
name() view returns (string)
DegenWaifus
owner() view returns (address)
0xeeee451963d5a81c9d94776c9519abb6b6342ad5
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DW
totalSupply() view returns (uint256)
2261
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)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipProxyState(address proxyAddress)
flipSaleState()
freeMint(uint256 numberOfTokens)
mintToken(uint256 numberOfTokens) 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)
setProvenanceHash(string provenanceHash)
setProxyRegistryAddress(address _proxyRegistryAddress)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.