History of Me by Estelle Flores
Unverified contract
Proxy
Active on
Ethereum with 3 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 "History of Me by Estelle Flores"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097378 | 17 days ago | | | 0 | 0.00021430414 | |
| 20893668 | a month ago | | | 0 | 0.0011763006 | |
| 20893668 | a month ago | | | 0 | 0.0019967347 |
ABI
ABI objects
Getter at block 21221160
_baseUri() view returns (string)
ipfs://bafybeiaqu6xhpwi4cvkm66afd2gyebis5irsicb6kl55mkp5etw2io655y
_name() view returns (string)
History of Me by Estelle Flores
artistName() view returns (string)
creator() view returns (address)
0xcb152b356c3952756c1be82f0b265946dd447ba5
files() view returns (string[])
[]
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
license() view returns (string)
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
History of Me by Estelle Flores
owner() view returns (address)
0xcb152b356c3952756c1be82f0b265946dd447ba5
projectDescription() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
3
year() view returns (string)
Read-only
_balances(address) view returns (uint256)
_owners(uint256) view returns (address)
_payloads(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
fileContents(string fileName) view returns (bytes)
fileStorage(string fileName) view returns (address[])
getApproved(uint256 tokenId) view returns (address)
getPayload(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFile(string fileName, address[] fileStorageAddresses)
approve(address to, uint256 tokenId)
initialize(string uri_, address minter_, address gatewayManager_, string contractName_, uint256 royaltyValue_, address owner_)
mint(address to, uint256 tokenId)
mintBatch(address[] to, uint256[] tokenIds)
mintBatchWithPayload(address[] to, uint256[] tokenIds, string[] payloads)
mintWithPayload(address to, uint256 tokenId, string payload)
removeFile(string fileName)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setArtistName(string artistName_)
setCollectionName(string name_)
setDescription(string description_)
setGatewayManager(address gatewayManager_)
setLicense(string license_)
setMintingManager(address minter_)
setPayload(uint256 tokenId, string payload)
setRoyalties(address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
setYear(string year_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
FileAlreadyRegistered()
FileNotRegistered()