Nifty Island Creations
Verified contract
Active on
Base with 2,342 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.000612 |
$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) |
---|---|---|---|---|---|---|---|
| 22918420 | a day ago | | | 0 | 0.0000025390557 | |
| 22915196 | a day ago | | | 0 | 0.0000027870032 | |
| 22913773 | a day ago | | | 0 | 0.0000027692840 | |
| 22910526 | a day ago | | | 0 | 0.0000027781436 | |
| 22895889 | 2 days ago | | | 0 | 0.0000027448629 | |
| 22662549 | 7 days ago | | | 0 | 0.0000027641583 | |
| 22615241 | 8 days ago | | | 0 | 0.0000027666193 | |
| 22569850 | 9 days ago | | | 0 | 0.0000027643133 | |
| 22566545 | 9 days ago | | | 0 | 0.0000027658765 | |
| 22565310 | 9 days ago | | | 0 | 0.0000027639515 |
ABI
ABI objects
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(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()