NOBODIES
Verified contract
Active on
Ethereum with 3,685 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,564.68)
Native
Value
$10,564.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.23 | $2,497.56 |
$10,564.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20698483 | 2 months ago | | | 0 | 0.000050878344 | |
| 20150932 | 4 months ago | | | 0 | 0.000050101702 | |
| 19852955 | 6 months ago | | | 0 | 0.00016242699 | |
| 18956277 | 10 months ago | | | 0 | 0.00076009931 | |
| 18594282 | a year ago | | | 0 | 0.0013218053 | |
| 18578472 | a year ago | | | 0 | 0.0024351315 | |
| 18503425 | a year ago | | | 0 | 0.00062916836 | |
| 18300782 | a year ago | | | 0 | 0.00015131698 | |
| 18296619 | a year ago | | | 0 | 0.00015175244 | |
| 18268570 | a year ago | | | 0 | 0.00032716664 |
ABI
ABI objects
Getter at block 21100237
PER_TX_LIMIT_PUBLIC() view returns (uint256)
15
PER_WALLET_FREE_IN_WL() view returns (uint256)
1
baseURI() view returns (string)
https://nobodies.mypinata.cloud/ipfs/Qmaf9Xt236mEfkpDX6ckBPUQ7erLd7JdLJgRmkTbBYe85C/
deployer() view returns (address)
0xe1432944a2fe49451131803646518022a2aa21fc
maxSupply() view returns (uint256)
5555
metadataFrozen() view returns (bool)
false
mintPaused() view returns (bool)
true
mintState() view returns (uint8)
2
name() view returns (string)
NOBODIES
owner() view returns (address)
0xe1432944a2fe49451131803646518022a2aa21fc
price() view returns (uint256)
15000000000000000
symbol() view returns (string)
NOBODY
totalSupply() view returns (uint256)
3858
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events advanceToPublicSale()
advanceToWL2()
airdropOwner(address addr, uint256 count)
airdropOwnerArray(address[] addr, uint256[] count)
approve(address to, uint256 tokenId)
freezeMetadata()
mint(uint256 count, bytes signature) 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 _uri)
setDeployerAddress(address deployerAddress)
setMaxSupply(uint256 newMaxSupply)
setPrice(uint256 newPrice)
togglePauseMinting()
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(address deployerAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()