CryptoNijigenGirlsUpgradeable
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "CryptoNijigenGirlsUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CryptoNijigenGirlsUpgradeable"
ABI
ABI objects
Getter at block 21208483
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
adminMap(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerTokenIds(address account) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdOfIndex(uint256 _index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
withdrawnTokens(uint256) view returns (bool)
State-modifying
Events addAdmin(address newAddress)
approve(address to, uint256 tokenId)
banCNG(uint256 _tokenId)
buyCNG(uint256 _tokenId)
deposit(address user, bytes depositData)
initialize()
mint(address user, uint256 _tokenId)
mint(address user, uint256 _tokenId, bytes metaData)
release(address account)
renounceOwnership()
safeBatchMintCNG(uint256[] ids) payable
safeMintCNG(uint256 _tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sellCNG(uint256 _tokenId, uint256 _price, uint256 _days)
setApprovalForAll(address operator, bool approved)
setBaseSellPrice(uint256 baseSellPrice)
setErc20TokenAddress(address newErc20TokenAddress)
setURI(string newuri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NftBan(address _seller, uint256 _tokenId)
NftBatchBought(address _seller, address _buyer, uint256 _price, uint256[] _tokenIds)
NftBought(address _seller, address _buyer, uint256 _price, uint256 _tokenId)
NftSell(address _seller, uint256 _price, uint256 _tokenId, uint256 _days)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.