Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($137.41)
Native
Value
$137.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.035 | $3,925.89 |
$137.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18785551 | a year ago | | | 0 | 0.0018707551 | |
| 16903246 | 2 years ago | | | 0 | 0.0012383074 | |
| 16168257 | 2 years ago | | | 0 | 0.00062514493 | |
| 15974281 | 2 years ago | | | 0 | 0.0013982076 | |
| 15607525 | 2 years ago | | | 0 | 0.00035664897 | |
| 15358044 | 2 years ago | | | 0 | 0.00042262776 | |
| 14833750 | 3 years ago | | | 0 | 0.0011128843 | |
| 14824445 | 3 years ago | | | 0 | 0.00072196616 | |
| 14492259 | 3 years ago | | | 0 | 0.0032254639 | |
| 14453850 | 3 years ago | | | 0 | 0.0012827203 |
ABI
ABI objects
Getter at block 21414858
MAX_FREE_MINT() view returns (uint256)
900
MAX_NFT_PUBLIC() view returns (uint256)
6962
MAX_PUBLIC_ONE_WALLET() view returns (uint256)
10
freeMintCount() view returns (uint256)
284
isActive() view returns (bool)
true
name() view returns (string)
DoodShib
owner() view returns (address)
0x822ac2b48461fb85c192284630f41608e03d922f
price() view returns (uint256)
35000000000000000
reveal() view returns (bool)
true
symbol() view returns (string)
DOOD
totalSupply() view returns (uint256)
616
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)
random(uint256 salt) view returns (uint256)
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 approve(address to, uint256 tokenId)
mint(uint256 _numOfTokens) payable
mintByOwner(address _to, uint256 _tokenId)
mintMultipleByOwner(address[] _to, uint256[] _tokenId)
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setURIs(string _blindURI, string _URI)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.