Niftyriots
Verified contract
Active on
Ethereum with 3,408 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Niftyriots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227662 | 2 hours ago | | | 0 | 0.00038590987 | |
| 20760397 | 2 months ago | | | 0 | 0.000077138421 | |
| 20581724 | 3 months ago | | | 0 | 0.000060420486 | |
| 20336971 | 4 months ago | | | 0 | 0.00017336042 | |
| 20336970 | 4 months ago | | | 0 | 0.00031260715 | |
| 20202385 | 5 months ago | | | 0 | 0.000098877985 | |
| 20199540 | 5 months ago | | | 0 | 0.000099915346 | |
| 20003082 | 6 months ago | | | 0 | 0.00024368475 | |
| 19886047 | 6 months ago | | | 0 | 0.000089348002 | |
| 19886047 | 6 months ago | | | 0 | 0.000089800759 |
ABI
ABI objects
Getter at block 21228243
MAX_NFT_ATONCE() view returns (uint256)
20
MAX_NFT_SUPPLY() view returns (uint256)
7635
NEKOS_PROVENANCE() view returns (string)
eeeeee
NiftyPrice() view returns (uint256)
50000000000000000
SaleOk() view returns (bool)
false
baseURI() view returns (string)
https://www.niftyriots.com/api/v1/artworks/
name() view returns (string)
Niftyriots
owner() view returns (address)
0x57f668118309dd2a74748dc258bc26a6f60959ed
symbol() view returns (string)
NRIOTS
totalSupply() view returns (uint256)
5532
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)
State-modifying
Events MigrateGeneral(address to, uint256 msize)
approve(address to, uint256 tokenId)
pauseSale()
renounceOwnership()
reserveGiveaway()
restartSale()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newprice)
setProvenanceHash(string _hash)
superMint(uint256 numberOfNfts) payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.