Crypto Art feat. Otaku Coin NFT Collection
Verified contract
Proxy
Active on
Ethereum with 22 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Crypto Art feat. Otaku Coin NFT Collection"
Transactions
ABI
ABI objects
Getter at block 21125084
customBaseURI() view returns (string)
https://metadata.nft-studio.com/otakucoin2/
defaultBaseURI() view returns (string)
https://factory.chocomint.app/metadata/
name() view returns (string)
Crypto Art feat. Otaku Coin NFT Collection
owner() view returns (address)
0xa004ddb864a1a4332b6f73abaded9eab880f2368
paused() view returns (bool)
false
symbol() view returns (string)
cXOC
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 _tokenId) view returns (uint256[])
getFeeRecipients(uint256 _tokenId) view returns (address[])
ipfsHashMemory(uint256) view returns (bytes32)
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)
burn(uint256 tokenId)
initialize(address _owner, string _name, string _symbol)
mint(address _to, uint256 _tokenId)
mint(address[] _toList, uint256[] _tokenIdList)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCustomBaseURI(string _customBaseURI)
setCustomRoyality(uint256 _tokenId, address[] _royaltyAddress, uint256[] _royalty)
setCustomRoyality(uint256[] _tokenIdList, address[][] _royaltyAddressList, uint256[][] _royaltyList)
setDefaultRoyality(address[] _royaltyAddress, uint256[] _royalty)
setIpfsHash(uint256 _tokenId, bytes32 _ipfsHash)
setIpfsHash(uint256[] _tokenIdList, bytes32[] _ipfsHashList)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.