Nakamidoge
Verified contract
Active on
Ethereum with 1,337 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($58.88)
Native
Value
$58.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.016 | $3,680.21 |
$58.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20684542 | 3 months ago | | | 0 | 0.00015940778 | |
| 19174062 | 10 months ago | | | 0 | 0.0011192467 | |
| 19066206 | 10 months ago | | | 0 | 0.00067673138 | |
| 18910962 | a year ago | | | 0 | 0.00069375219 | |
| 18910954 | a year ago | | | 0 | 0.00071147805 | |
| 18910954 | a year ago | | | 0 | 0.00071147805 | |
| 18910924 | a year ago | | | 0 | 0.00072834195 | |
| 18910924 | a year ago | | | 0 | 0.00072834195 | |
| 18909114 | a year ago | | | 0 | 0.00080657574 | |
| 18777442 | a year ago | | | 0 | 0.0021050227 |
ABI
ABI objects
Getter at block 21282451
cost() view returns (uint256)
4000000000000000
freeSupply() view returns (uint256)
5000
hiddenMetadataUri() view returns (string)
ipfs://bafkreigrdr3vxpk6pctw6cou46hicbj6kqc6ocoeo54owsudlg7tt3masm/
maxMintAmountPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5000
name() view returns (string)
Nakamidoge
owner() view returns (address)
0x4feac669f601b550d796c92c0e6e4819024f621a
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
ND
totalSupply() view returns (uint256)
2007
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint256 amount) payable
approve(address to, uint256 tokenId) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeQty)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxPerWallet(uint256 _maxPerWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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 _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()