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

Nifty Island Creations

Verified contract

Active on Base with 2,342 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
--
0x08bc1a6508e9b339240b63e78b2521228fdd3302c471ff4ea6a5cd427c1d8cb9
0x7a635c07ca1677d627515203435127e069891f28da21ec9a1da4decf16662211
0x8381059351128de111fb652822ff24ab8921ec45be68d62ec133f884a7b74ab8
0x600847a186d30a4fcf055dd4f7abf000501f003bbe16c8296eee6e571529cab0
0xe83d130d12f2176333386a8ceb2bdd295b0f3f4b0cd0e1cf501aaef3b0d1da92
0x360c1124c74e2ec747a365ce137b552d13bd105220dd350dacedcaf5244af04b
0x85758e3a0c7fcda4436e7901846d3b9ba4c1c7350fdd9c821d1731b8be65888f
0xbd47bd9c5ad6bc352ea456d252ae63ebe6cf2930b1d7bc968aa2205fb58bbe02
0x299108f72cec1f4b17c7a80cd2f2c77b1f2c15277536c5b9073df6ace992221b
0x92d6796776960fca91c48dbd4f97d9d10b816192bef470a00f71d9636be713c0

Functions
Getter at block 22970022
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(