Proxy
Verified contract
Proxy
Active on
Ethereum with 46 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244156 | 4 days ago | | | 0 | 0.0012926376 | |
| 21208654 | 9 days ago | | | 0 | 0.00082764436 | |
| 21206964 | 9 days ago | | | 0 | 0.00057098323 | |
| 20016993 | 6 months ago | | | 0 | 0.00029409459 | |
| 19986729 | 6 months ago | | | 0 | 0.00060924745 | |
| 19986717 | 6 months ago | | | 0 | 0.00046275701 | |
| 19955217 | 6 months ago | | | 0 | 0.00050604727 | |
| 19955189 | 6 months ago | | | 0 | 0.00044854387 | |
| 19950507 | 6 months ago | | | 0 | 0.00017754266 | |
| 19677295 | 7 months ago | | | 0 | 0.00097847091 |
ABI
ABI objects
Getter at block 21272956
admin() view returns (address)
0x1e8e749b2b578e181ca01962e9448006772b24a2
implementation() view returns (address impl)
0xd42d3e76d61f1f614af3620a8b9748ebc52e3cf9
admin() view returns (address)
0x1e8e749b2b578e181ca01962e9448006772b24a2
contractURI() view returns (string)
ipfs://bafyreib7mz5cf2myaxpitxfsyxwq5iex237bldgh4mfp3wlybhzi3noa2y/metadata.json
initialized() view returns (bool)
true
marketplace() view returns (address)
0x55788a8a818e16938d84851b790759c29b337bb2
name() view returns (string)
Stored Memories
owner() view returns (address)
0x1e8e749b2b578e181ca01962e9448006772b24a2
symbol() view returns (string)
STOREDMEM
Read-only
_uri(uint256) view returns (string)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4) pure returns (bool supported)
totalSupply(uint256) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events setImplementation(address newImpl)
initialize(string _name, string _symbol)
mint(uint256 tokenId, uint256 amount, address user)
royaltiesReceived(address _recipient, address _buyer, uint256 amount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesReceivedEvent(address arg0, address arg1, uint256 arg2)
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)
This contract contains no constructor objects.
fallback()
receive()
OperatorNotAllowed(address operator)