onono slot
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($81.38)
Native
Value
$81.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024 | $3,390.92 |
$81.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20458783 | 4 months ago | | | 0.001 | 0.0014492445 | |
| 20458759 | 4 months ago | | | 0.001 | 0.0017399820 | |
| 20458501 | 4 months ago | | | 0.001 | 0.00090341490 | |
| 20455260 | 4 months ago | | | 0.001 | 0.00088077220 | |
| 20455260 | 4 months ago | | | 0.001 | 0.00089142683 | |
| 20455255 | 4 months ago | | | 0.001 | 0.00088992515 | |
| 20455207 | 4 months ago | | | 0.001 | 0.00084578637 | |
| 20454723 | 4 months ago | | | 0.001 | 0.00082180686 | |
| 20452820 | 4 months ago | | | 0.001 | 0.00080230967 | |
| 20452815 | 4 months ago | | | 0.001 | 0.00083632762 |
ABI
ABI objects
Getter at block 21270979
name() view returns (string)
onono slot
onSale() view returns (bool)
true
owner() view returns (address)
0xf257abd1081c50a136eb1e586109a3da30394be8
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
onono
totalSupply() view returns (uint256)
24
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedTokenIds(uint32 date) view returns (uint256[])
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(string _name) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setOnSale(bool newState)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address toAddress, uint256 amountWei)
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.
AddressInsufficientBalance(address account)
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()