The Age of Self Indulgence
Verified contract
Proxy
Active on
Ethereum with 52 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 "The Age of Self Indulgence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280648 | 18 days ago | | | 0 | 0.0020005941 | |
| 21094886 | a month ago | | | 0 | 0.00040958162 | |
| 21094885 | a month ago | | | 0 | 0.00040958162 | |
| 21094883 | a month ago | | | 0 | 0.00055066587 | |
| 20417653 | 5 months ago | | | 0 | 0.00022025190 | |
| 20381411 | 5 months ago | | | 0 | 0.00019619485 | |
| 20225319 | 5 months ago | | | 0 | 0.00036702050 | |
| 19959644 | 7 months ago | | | 0 | 0.00080759030 | |
| 19862740 | 7 months ago | | | 0 | 0.00053683618 | |
| 19837443 | 7 months ago | | | 0 | 0.00031010906 |
ABI
ABI objects
Getter at block 21409086
_baseUri() view returns (string)
ipfs://bafybeicjkmd2iwmfxtckxsppmyzkriovqyurlumhwp465fse4f4unwtyna
_name() view returns (string)
The Age of Self Indulgence
artistName() view returns (string)
creator() view returns (address)
0xbfa7fe04379d3a6de7a23edd76c0315b675737d7
files() view returns (string[])
[]
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
license() view returns (string)
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
The Age of Self Indulgence
owner() view returns (address)
0xbfa7fe04379d3a6de7a23edd76c0315b675737d7
projectDescription() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
80
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()