NobodyNxt
Verified contract
Active on
Ethereum with 1,915 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 "NobodyNxt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20538150 | 3 months ago | | | 0 | 0.000068357955 | |
| 20317155 | 4 months ago | | | 0 | 0.00023877047 | |
| 20092860 | 5 months ago | | | 0 | 0.00036930446 | |
| 19866778 | 6 months ago | | | 0 | 0.00018578731 | |
| 19825584 | 6 months ago | | | 0 | 0.00031012072 | |
| 19745641 | 7 months ago | | | 0 | 0.00013770004 | |
| 19599299 | 7 months ago | | | 0 | 0.00024938928 | |
| 19555071 | 7 months ago | | | 0 | 0.00097519407 | |
| 19555067 | 7 months ago | | | 0 | 0.0011315346 | |
| 19555043 | 7 months ago | | | 0 | 0.0015609189 |
ABI
ABI objects
Getter at block 21193337
baseURI() view returns (string)
https://ipfs.io/ipfs/QmPq4hVhdTs2zjCwxhciLtraaXUJGpsMG5VPeSoz4oJ5Sz
creator() view returns (address)
0x7ddd43c63aa73cde4c5aa6b5de5d9681882d88f8
isPreSaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
maxNobody() view returns (uint256)
3210
maxNobodyPerPurchase() view returns (uint256)
10
name() view returns (string)
NobodyNxt
nobodyaddress() view returns (address)
0x219463d0675c3fa01c1edf537ec5dc693b6410ae
owner() view returns (address)
0x7ddd43c63aa73cde4c5aa6b5de5d9681882d88f8
price() view returns (uint256)
0
symbol() view returns (string)
NobodyNxt
totalSupply() view returns (uint256)
3210
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNobodyDNA(uint256 _tokenId) view returns (string)
getWhitelistAllowance(address _to) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _account) view returns (bool)
isWhitelisted(address _account, uint256 _count) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdropNobody(address[] _to, uint256 _count)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mint(uint256 _count) payable
presalemint(uint256 _count) 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 _newBaseURI)
setPrice(uint256 _newPrice)
setWhitelistAllowance(address[] _to, uint256 _allowance)
setWhitelistAllowance(address[] _to, uint256[] _allowance)
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(uint256 _maxNobody, uint256 _maxNobodyPerPurchase)
This contract contains no fallback and receive objects.
This contract contains no error objects.