BladeERC1155
Verified contract
Active on
Ethereum with 810 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 "BladeERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150514 | 14 days ago | | | 0 | 0.00064754043 | |
| 21145046 | 14 days ago | | | 0 | 0.00085062508 | |
| 21140803 | 15 days ago | | | 0 | 0.00030269073 | |
| 21140800 | 15 days ago | | | 0 | 0.00029737143 | |
| 21129873 | 17 days ago | | | 0 | 0.00088761014 | |
| 21101792 | 20 days ago | | | 0 | 0.00041592442 | |
| 21101788 | 20 days ago | | | 0 | 0.00040572098 | |
| 21040321 | a month ago | | | 0 | 0.00024380236 | |
| 21018630 | a month ago | | | 0 | 0.00029315132 | |
| 21014973 | a month ago | | | 0 | 0.00059199887 |
ABI
ABI objects
Getter at block 21248253
baseURI() view returns (string)
https://drops.niftyisland.com/sword/
contractURI() view returns (string)
https://drops.niftyisland.com/sword/bladeContract.json
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 burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnTicket()
mint(address to, uint256 nonce, bytes signature)
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)
updateContractURI(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)
TicketRedeemed(address redeemer)
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, address initialBatchTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.