MemoryBankNFT
Verified contract
Active on
Ethereum with 14 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 "MemoryBankNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16533500 | 2 years ago | | | 0 | 0.0019734940 | |
| 16529541 | 2 years ago | | | 0 | 0.0011311490 | |
| 16472571 | 2 years ago | | | 0 | 0.0011311490 | |
| 16378621 | 2 years ago | | | 0 | 0.0023938670 | |
| 16082019 | 2 years ago | | | 0 | 0.0021970670 | |
| 16074799 | 2 years ago | | | 0 | 0.0048932680 | |
| 16074795 | 2 years ago | | | 0 | 0.0048932680 | |
| 16069687 | 2 years ago | | | 0 | 0.0048932680 | |
| 16069678 | 2 years ago | | | 0 | 0.0048932680 | |
| 16025163 | 2 years ago | | | 0 | 0.0023938670 |
ABI
ABI objects
Getter at block 21230369
owner() view returns (address)
0x1f72ad1512ac47459f354af6dee6298fd7c292ba
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)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events mintNFT(uint256 concertId, uint256 quantity, string tokenURI)
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.