Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf657…af8f
Balances ($412.57)
Native
Value
$412.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.13 | $3,173.62 |
$412.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852483 | 2 months ago | | | 0 | 0.00029193596 | |
| 20753553 | 2 months ago | | | 0 | 0.000054116397 | |
| 20475378 | 3 months ago | | | 0 | 0.000099540257 | |
| 20313555 | 4 months ago | | | 0 | 0.0011708477 | |
| 20083343 | 5 months ago | | | 0 | 0.0015847935 | |
| 20083311 | 5 months ago | | | 0 | 0.0014707657 | |
| 20072504 | 5 months ago | | | 0 | 0.00035268831 | |
| 19980082 | 6 months ago | | | 0 | 0.00018826605 | |
| 19082569 | 10 months ago | | | 0 | 0.00076082691 | |
| 19082451 | 10 months ago | | | 0 | 0.00058295258 |
ABI
ABI objects
Getter at block 21200743
_minAmount() view returns (uint256)
50000000000000000
_paused() view returns (bool)
false
getMinAmount() view returns (uint256)
50000000000000000
getPrice() view returns (uint256)
30000000000000000
name() view returns (string)
NooneNFT
owner() view returns (address)
0x3f955cda88ab1de002451766138857c123867bff
symbol() view returns (string)
NOONENFT
totalSupply() view returns (uint256)
499
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buyNoone(uint256 num) payable
pause(bool val)
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)
setMinAmount(uint256 _newMinAmount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
This contract contains no error objects.