Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38.57)
Native
Value
$38.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012 | $3,213.88 |
$38.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18218166 | a year ago | | | 0 | 0.00034634806 | |
| 17598330 | a year ago | | | 0 | 0.00035170846 | |
| 16985182 | 2 years ago | | | 0 | 0.00091170807 | |
| 16746961 | 2 years ago | | | 0 | 0.0011899014 | |
| 16384377 | 2 years ago | | | 0 | 0.0011992576 | |
| 16377766 | 2 years ago | | | 0 | 0.0042418293 | |
| 16195272 | 2 years ago | | | 0 | 0.0012479523 | |
| 16180452 | 2 years ago | | | 0 | 0.0014527573 | |
| 15616947 | 2 years ago | | | 0 | 0.00013279245 | |
| 15551788 | 2 years ago | | | 0 | 0.00021633180 |
ABI
ABI objects
Getter at block 21184236
baseURI() view returns (string)
ipfs://QmTAURaJmKviLKU4thBHef5GxwV8o7drNS1mBEGaKBqkuX/
freeNFTPublic() view returns (uint256)
5
freeNFTWhitelist() view returns (uint256)
5
maxPerTx() view returns (uint256)
9
maxPerWallet() view returns (uint256)
9
maxSupply() view returns (uint256)
6969
merkleRoot() view returns (bytes32)
0x9c3cef11ab2b8274077bd1400e2964dd68f5473edcb6a1dae60adea355f89862
mintPublicEnabled() view returns (bool)
true
mintWhitelistEnabled() view returns (bool)
true
name() view returns (string)
REKTWife
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xdc379f177cc6d84a6173682e78da75d5a9408369
pricePublic() view returns (uint256)
1500000000000000
priceWhitelist() view returns (uint256)
1500000000000000
symbol() view returns (string)
REKTWife
totalSupply() view returns (uint256)
3026
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletPublic(address) view returns (uint256)
walletWhitelist(address) view returns (uint256)
State-modifying
Events DevhMint(uint256 qty)
airdrop(address to, uint256 qty)
approve(address to, uint256 tokenId)
publicMint(uint256 qty) 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_)
setFreeForPublic(uint256 qty)
setFreeForWhitelist(uint256 qty)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxPerWallet_)
setMerkleRoot(bytes32 root)
setPublicPrice(uint256 price_)
setWhitelistPrice(uint256 price_)
setmaxSupply(uint256 maxSupply_)
togglePublicMinting()
toggleWhitelistMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 qty, bytes32[] _merkleProof) payable
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.