Nifty Island Creations

Verified contract

Active on Ethereum with 1,195 txns
Deployed by via 0x8e8c0ceb at 17971896
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Nifty Island Creations"

0xe1a47f4e24b12a9e39943f446fae045c523810acbc20ef50e982bc5d6170ef0c
0x39b21ea9bcffb89cfe4ef7d9dbd920cf9523ad3a7782cbd115dfcc5437ccd1e1
0x06d5309997519a0c2c075e9764ad8d8ef57778937f5d4d9549eac9210e0f1cda
0x8b64147050cd4886772f7375ab799123529d0402fbfe329984c88a23ed2e3dc2
0x3df41198c5e9b50df5fcec23579d05ba75d19690597fbff6b30b9b65047fd111
0x96ce61c429528fc6070f4e1558a4ad03192fa52fe9ac58553e909e4c54f443fc
0x1f656095747855d2033afd03c82e4a11027fcc0735b08d96a44afa09638fe24f
0x676af405788feb9cab5862c2e30bc4f59437c0e8955d0a0985a5532f08d74487
0xc10ed85ecd3156dd894b80d50c40f01f185ba8200e08cc7365a96da14f8f7a4d
0xa9c861776a233e8fc042da5b8d6de609230aca977f220d83d3b0fa00fd3e75f6

Functions
Getter at block 21217518
name(view returns (string)
Nifty Island Creations
owner(view returns (address)
0x587c4f17ff3492a1cc360eca8cb6617ce5b8997c
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(