This contract is being backfilled. You may encounter incomplete storage history.

Nifty Island Creations

Verified contract

Active on Base with 2,296 txns
Deployed by via 0xf61eb682 at 6380501
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x88d66ce685df3d9593137bc57a393f6bcd604b33219f36a8bbf599024a2a26d8
0x280a1edd35cd9cb463120a486d5adcb93fc3cda056330639e3a47a42f90044ef
0xeb57be0d1c1548357f9edca895303420793a61fbdb599c465b74e23d6685fda5
0xf4832a7251ddeeaf85ada5215530b5947c6e4da9ec4fa27d80e507a91ef888cb
0xd37236e5e41aa3c0233bdc067c67fdd8667e7e06d03be615953b1dd35111e59a
0xb9e95e713fe0a83c6a9fde1a64a9bd2bff3cd0570c33b9147f34fd83435903ae
0xb4791fe2b4a3b1f8c52a6455fdb134918e888190f4f623846dc52b4b04cdd976
0xc19c4f2843420f04ebe4154ecb21bc9b23a2ffdd7f0898445f89b6a76a7eaf0d
0xa05162132a8c4950c4fe8f622e271705ace6a17dae2b2477d28167acc6bcf397
0xa139fd3acf2aeb7c14628639eb14bf5d4ed0822b74a93c96ea5389832a84286e

Functions
Getter at block 22013996
name(view returns (string)
Nifty Island Creations
owner(view returns (address)
0xdb2da5f7d7a30b1ea482b7b02ae1da72a65d1f67
symbol(view returns (string)
NI-CREATE
Read-only
approvedCallers(addressview returns (bool)
balanceOf(address _accountuint256 _idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 _idview returns (bool)
getCreator(uint256 _idpure returns (address)
getMaxSupply(uint256 _idpure returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
remainingSupply(uint256 _idview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalBurnedSupply(uint256 _idview returns (uint256)
totalSupply(uint256 _idview returns (uint256)
uri(uint256view returns (string)
State-modifying
burn(address _fromuint256 _iduint256 _amount
burnBatch(address _fromuint256[] _idsuint256[] _amounts
mint(address _touint256 _iduint256 _quantitybytes _data
mintBatch(address touint256[] idsuint256[] amountsbytes _data
renounceOwnership(
safeBatchTransferFrom(address _fromaddress _touint256[] _idsuint256[] _amountsbytes _data
safeTransferFrom(address _fromaddress _touint256 _iduint256 _amountbytes _data
setApprovalForAll(address operatorbool approved
setApprovedCallerState(address _addressbool _enabled
setURI(string _newUri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BaseUriChanged(string uri
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _baseUristring _namestring _symboladdress _seaportaddress _conduit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArrayLengthMismatch(
ExceedsSupply(
InsufficientBalance(
InvalidQuantity(
InvalidTokenOwner(
UnapprovedCaller(