Proxy

Verified contract

Proxy

Active on Ethereum with 46 txns
Deployed by via 0x01fe3867 at 17671566
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Proxy"

0x99148578d61ddcfadf047aad864a90eafa227070d1f0f40d245f904cd2942887
0xe46200cb999c7ccdae6457671d2423ad9814deef34ea696fa288c02d7edcda89
0x2e924ef539fbdfb78b4d39945ea7b60d1364b94f1468a98f4db4dd0c09bbfdb3
0xecbacb33d3b7407e083c9988d0af153b82def6ac50041bf6750e34d756a8ed23
0x8e04e52cd99c30279eb5a4335c5862177078f6cee0a5f0c2b4447d0d225432d6
0x475c88874a86c65ac9189567adae28867fb0f4742afc6cc33df24a2ccabbcae9
0x195d3a4e04b6128b44bfdd972aa0881cfca1b94f69a1a2e1f550622015c7fc66
0x9b5ff7cb0b19e0df219acea2e29462909752782fdbfe02f3522228378f551759
0xb39c0b03efdcafd9c588c15a820ed96c794802bd038b766626f251d5d5eb281b
0xf0f17c1f5de97d0752889f5895d809cf7ec217437a2bb0be162f55225dfa2ebf

Functions
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(uint256view returns (string)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
royaltyInfo(uint256 tokenIduint256 valueview returns (addressuint256)
supportsInterface(bytes4pure returns (bool supported)
totalSupply(uint256view returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
setImplementation(address newImpl
initialize(string _namestring _symbol
mint(uint256 tokenIduint256 amountaddress user
royaltiesReceived(address _recipientaddress _buyeruint256 amount
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesReceivedEvent(address arg0address arg1uint256 arg2
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator