Nifty Island Creations
Verified contract
Active on
Base with 2,296 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001076 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 614.042369 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21986692 | 15 hours ago | | | 0 | 5.1443007e-7 | |
| 21912681 | 2 days ago | | | 0 | 5.1700752e-7 | |
| 21912627 | 2 days ago | | | 0 | 5.1528922e-7 | |
| 21868916 | 3 days ago | | | 0 | 0.000080714000 | |
| 21822747 | 4 days ago | | | 0 | 0.000000408674293920 | |
| 21822736 | 4 days ago | | | 0 | 4.1054180e-7 | |
| 21822539 | 4 days ago | | | 0 | 2.7230096e-7 | |
| 21806428 | 5 days ago | | | 0 | 3.1682268e-7 | |
| 21776873 | 5 days ago | | | 0 | 3.4798848e-7 | |
| 21776827 | 5 days ago | | | 0 | 3.4798848e-7 |
ABI
ABI objects
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(address) view returns (bool)
balanceOf(address _account, uint256 _id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 _id) view returns (bool)
getCreator(uint256 _id) pure returns (address)
getMaxSupply(uint256 _id) pure returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
remainingSupply(uint256 _id) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalBurnedSupply(uint256 _id) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address _from, uint256 _id, uint256 _amount)
burnBatch(address _from, uint256[] _ids, uint256[] _amounts)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes _data)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovedCallerState(address _address, bool _enabled)
setURI(string _newUri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseUriChanged(string uri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _baseUri, string _name, string _symbol, address _seaport, address _conduit)
This contract contains no fallback and receive objects.
ArrayLengthMismatch()
ExceedsSupply()
InsufficientBalance()
InvalidQuantity()
InvalidTokenOwner()
UnapprovedCaller()