IslandERC1155
Verified contract
Active on
Ethereum with 4,029 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 "IslandERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101997 | 8 minutes ago | | | 0 | 0.00036385932 | |
| 21101780 | an hour ago | | | 0 | 0.00038690219 | |
| 21098096 | 13 hours ago | | | 0 | 0.00018044672 | |
| 21096485 | 19 hours ago | | | 0 | 0.00021411808 | |
| 21094314 | a day ago | | | 0 | 0.00074473627 | |
| 21094304 | a day ago | | | 0 | 0.00070065513 | |
| 21094205 | a day ago | | | 0 | 0.00081804684 | |
| 21094141 | a day ago | | | 0 | 0.0011392066 | |
| 21093936 | a day ago | | | 0 | 0.00070011767 | |
| 21093722 | a day ago | | | 0 | 0.00079704599 |
ABI
ABI objects
Getter at block 21102037
baseURI() view returns (string)
https://drops.niftyisland.com/palm/
owner() view returns (address)
0x587c4f17ff3492a1cc360eca8cb6617ce5b8997c
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMetadata(uint256) view returns (string)
uri(uint256 id) view returns (string)
State-modifying
Events mint(address to, uint256 id, uint256 amount, uint256 nonce, string metadata, uint8 v, bytes32 r, bytes32 s)
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)
transferOwnership(address newOwner)
updateBaseURI(string newURI)
updateMetadata(uint256 tokenId, string metadata)
updateSigner(address newSigner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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(address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.