Nobody
Verified contract
Active on
Ethereum with 17,423 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 "Nobody"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158609 | 6 hours ago | | | 0 | 0.0011792195 | |
| 21152496 | a day ago | | | 0 | 0.00037308246 | |
| 21150262 | a day ago | | | 0 | 0.00094045104 | |
| 21150204 | a day ago | | | 0 | 0.00095505992 | |
| 21147488 | 2 days ago | | | 0 | 0.00061979426 | |
| 21147485 | 2 days ago | | | 0 | 0.00054756662 | |
| 21147474 | 2 days ago | | | 0 | 0.00066135709 | |
| 21147472 | 2 days ago | | | 0 | 0.00075703307 | |
| 21146873 | 2 days ago | | | 0 | 0.00044724182 | |
| 21140590 | 3 days ago | | | 0 | 0.00039330571 |
ABI
ABI objects
Getter at block 21160487
MAX_SUPPLY() view returns (uint256)
10000
PROVENANCE() view returns (string)
baseURI() view returns (string)
ipfs://QmTbNM7t5yta1fcZNsGJpE6EbUAHwas1eC1Xea127zaC9u/
isRevealed() view returns (bool)
true
name() view returns (string)
Nobody
owner() view returns (address)
0x92241b21eb19e8156ec07254690e09b3778dd37f
symbol() view returns (string)
NOBODY
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, 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 airdrop(address[] addresses, uint256 number)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsRevealed(bool _isRevealed)
setNotRevealedURI(string notRevealedURI_)
setProvenance(string provenance)
setRoyaltyInfo(address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ExceedMaxSupply()