Nifty Nation Key 2020-2021
Verified contract
Active on
Ethereum with 15 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 "Nifty Nation Key 2020-2021"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15048964 | 2 years ago | | | 0 | 0.0020071993 | |
| 15036611 | 2 years ago | | | 0 | 0.0019896993 | |
| 14264052 | 3 years ago | | | 0 | 0.0030892677 | |
| 14231900 | 3 years ago | | | 0 | 0.0044917038 | |
| 14157352 | 3 years ago | | | 0 | 0.0037909016 | |
| 13919416 | 3 years ago | | | 0 | 0.0026596557 | |
| 13845572 | 3 years ago | | | 0.3 | 0.013536884 | |
| 13581439 | 3 years ago | | | 0 | 0.0060390825 | |
| 13575957 | 3 years ago | | | 0 | 0.0047382373 | |
| 13572323 | 3 years ago | | | 0.3 | 0.027439598 |
ABI
ABI objects
Getter at block 21327505
artistWallet() view returns (address)
0x02cacf18f1da270f29c450ad7e6285c60105858a
baseURI() view returns (string)
https://metadata.niftynation.io/
name() view returns (string)
Nifty Nation Key 2020-2021
owner() view returns (address)
0xa7e43a08cb3af445e0df22aa7cc0d68f17703d10
price() view returns (uint256)
300000000000000000
symbol() view returns (string)
NFTY
totalCount() view returns (uint256)
7
totalMax() view returns (uint256)
1200
totalSupply() view returns (uint256)
7
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 approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setPrice(uint256 _newPrice)
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(string name_, string symbol_, string baseURI_, address _artistWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.