Nudie Community
Verified contract
Active on
Ethereum with 14,484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,195.72 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158426 | 9 hours ago | | | 0 | 0.0012276186 | |
| 21147529 | 2 days ago | | | 0 | 0.00032722321 | |
| 21121748 | 5 days ago | | | 0 | 0.00031567504 | |
| 21055224 | 15 days ago | | | 0 | 0.00025771060 | |
| 20996060 | 23 days ago | | | 0 | 0.00040440423 | |
| 20995477 | 23 days ago | | | 0 | 0.00023856869 | |
| 20974328 | a month ago | | | 0 | 0.00053981335 | |
| 20799071 | 2 months ago | | | 0 | 0.00026391476 | |
| 20721990 | 2 months ago | | | 0 | 0.00037676460 | |
| 20714526 | 2 months ago | | | 0 | 0.00059800958 |
ABI
ABI objects
Getter at block 21161030
GIVEAWAY_SUPPLY() view returns (uint256)
200
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_MINT_PER_VIP() view returns (uint256)
5
MAX_MINT_PER_WHALE() view returns (uint256)
20
MAX_MINT_PER_WL() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
10000
MINT_PRICE() view returns (uint256)
70000000000000000
MINT_PRICE_PUBLIC() view returns (uint256)
70000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://nudies.s3.us-west-1.amazonaws.com/Assets/json/
name() view returns (string)
Nudie Community
notRevealedURI() view returns (string)
https://nudiecommunity.mypinata.cloud/ipfs/QmRw7UnkxHvc1BSe3KxF2MDesjTEhpmxW6nYrUV6CSruSj/
owner() view returns (address)
0x086e9d3a1ce350a16c843abaa184b65f810a790c
paused() view returns (bool)
false
preSaleStarted() view returns (bool)
false
revealed() view returns (bool)
true
saleStarted() view returns (bool)
true
symbol() view returns (string)
NCN
totalSupply() view returns (uint256)
10000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
mintAdmin(uint256 _amount, address _to)
mintForGiveaway()
mintWhitelist(uint256 _count, bytes32[] _proof) payable
mintWhitelistForVIP(uint256 _count, bytes32[] _proof) payable
mintWhitelistForWhale(uint256 _count, bytes32[] _proof) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRootValue) returns (bytes32)
setNotRevealedURI(string _notRevealedURI)
setPreSaleStarted(bool _hasStarted)
setSaleStarted(bool _hasStarted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.