NyanNFT
Verified contract
Proxy
Active on
Ethereum with 442 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.001448 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18830017 | a year ago | | | 0 | 0.0027666192 | |
| 17228368 | 2 years ago | | | 0 | 0.0026651279 | |
| 17228288 | 2 years ago | | | 0 | 0.0061105808 | |
| 14972762 | 2 years ago | | | 0 | 0.0011859771 | |
| 14711473 | 3 years ago | | | 0 | 0.0022189111 | |
| 14248954 | 3 years ago | | | 0 | 0.0010104899 | |
| 13802389 | 3 years ago | | | 0 | 0.0031342160 | |
| 13780821 | 3 years ago | | | 0 | 0.011820763 | |
| 13780804 | 3 years ago | | | 0 | 0.011104770 | |
| 13780798 | 3 years ago | | | 0 | 0.0071518931 |
ABI
ABI objects
Getter at block 21282182
baseURI() view returns (string)
catnipV2() view returns (address)
0x7935affc4ac2448199c46a490ced31f0edcb3b33
dNyanV2() view returns (address)
0x5b84b9f4c58e8be6390a97e9fde0ae1bc083caee
initialized() view returns (bool)
true
name() view returns (string)
NyanNFT
nyanContract() view returns (address)
0xbf4a9a37ecfc21825011285222c36ab35de51f14
nyanV2() view returns (address)
0xbf4a9a37ecfc21825011285222c36ab35de51f14
owner() view returns (address)
0x47848b0e4936d37c59481021a378d3a75e0170d1
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol() view returns (string)
NYANKO
totalSupply() view returns (uint256)
225
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTDetails(uint256 id) view returns (address, string, uint112, bool)
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 NFTConstructor(address _nyanV2, address _catnipV2, address _dNyanV2)
approve(address to, uint256 tokenId)
constructor1(string name, string symbol)
createNFT(address _claimer, string _tier) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCatnipV2(address _addr)
setDNyanV2(address _addr)
setNyanV2(address _addr)
setOwner(address _owner)
stakeNFT(uint256 _id)
syncNFTs(uint256 id)
syncNFTsLoop(uint256 start, uint256 end)
transferFrom(address from, address to, uint256 tokenId)
unstakeNFT(uint256 _id)
updateCode(address newCode)
myEvent(bytes arg0)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTsSynched(uint256 blockSynched)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes constructData, address contractLogic)
fallback()
This contract contains no error objects.