Nifty Island Creations
Verified contract
Active on
Ethereum with 1,195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Nifty Island Creations"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212672 | 16 hours ago | | | 0 | 0.00042312862 | |
| 21209096 | a day ago | | | 0 | 0.0010143817 | |
| 21121164 | 13 days ago | | | 0 | 0.00039311521 | |
| 21108877 | 15 days ago | | | 0 | 0.00034110088 | |
| 21108872 | 15 days ago | | | 0 | 0.00033509671 | |
| 21108844 | 15 days ago | | | 0 | 0.00038789672 | |
| 21108841 | 15 days ago | | | 0 | 0.00046444796 | |
| 21108833 | 15 days ago | | | 0 | 0.00042890514 | |
| 21108828 | 15 days ago | | | 0 | 0.00044325328 | |
| 21108822 | 15 days ago | | | 0 | 0.00039234908 |
ABI
ABI objects
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(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()