Ownest 5th Anniversary
Verified contract
Active on
Ethereum with 30 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 "Ownest 5th Anniversary"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16528994 | 2 years ago | | | 0 | 0.0025170249 | |
| 16528864 | 2 years ago | | | 0 | 0.0022846443 | |
| 16341259 | 2 years ago | | | 0 | 0.0012064786 | |
| 16335182 | 2 years ago | | | 0 | 0.0011836616 | |
| 16327095 | 2 years ago | | | 0 | 0.0015974458 | |
| 16327050 | 2 years ago | | | 0 | 0.0018143498 | |
| 16327049 | 2 years ago | | | 0 | 0.0017712337 | |
| 16226443 | 2 years ago | | | 0 | 0.00063949381 | |
| 16226409 | 2 years ago | | | 0 | 0.00076949840 | |
| 16195475 | 2 years ago | | | 0 | 0.0011439410 |
ABI
ABI objects
Getter at block 21388067
getBaseURI() view returns (string)
https://api.onigiri.art/ownest/own5/
name() view returns (string)
Ownest 5th Anniversary
owner() view returns (address)
0x86cd73335113bb8f39a0e83bdd779a13966755d6
symbol() view returns (string)
OWN5
totalSupply() view returns (uint256 currentSupply)
500
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnMultipleTokens(uint256[] tokenIds)
burnToken(uint256 tokenId)
endMinting()
mintNFTs(address wAddress, uint256 number)
renounceOwnership()
safeBatchTransferFrom(address[] fromAddresses, address[] toAddresses, uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
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.
This contract contains no error objects.