Tales of parallels
Unverified contract
Proxy
Active on
Base with 121 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
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Tales of parallels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20411823 | a month ago | | | 0 | 3.2048659e-7 | |
| 18475505 | 3 months ago | | | 0 | 3.8504703e-7 | |
| 18251432 | 3 months ago | | | 0 | 2.7655386e-7 | |
| 18251429 | 3 months ago | | | 0 | 0.000000301163715550 | |
| 18251426 | 3 months ago | | | 0 | 0.000000301497239810 | |
| 18251423 | 3 months ago | | | 0 | 0.000000301568680716 | |
| 18251421 | 3 months ago | | | 0 | 0.000000301166702900 | |
| 18251418 | 3 months ago | | | 0 | 0.000000301259669232 | |
| 18251415 | 3 months ago | | | 0 | 0.000000300637344480 | |
| 18251413 | 3 months ago | | | 0 | 0.000000301466991322 |
ABI
ABI objects
Getter at block 22012381
name() view returns (string)
Tales of parallels
owner() view returns (address)
0xf66e03a98432035668c975eb597e00678073a122
symbol() view returns (string)
Tales
totalSupply() view returns (uint256)
282
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events blacklistExtension(address extension)
initialize(address initialOwner, string _name, string _symbol, string contractURI, uint96 _royalty, address _royaltyReceiver)
mintExtensionExisting(address[] to, uint256[] tokenIds, uint256[] amounts)
mintExtensionNew(address[] to, uint256[] amounts) returns (uint256[] tokenIds)
registerExtension(address extension)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
updateRoyalty(address _receiver, uint96 _royalty)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ExtensionBlacklisted(address indexed extension, address indexed sender)
ExtensionRegistered(address indexed extension, address indexed sender)
ExtensionUnregistered(address indexed extension, address indexed sender)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesUpdated(address receivers, uint256 basisPoints)
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.
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ExtensionIsBlacklisted()
ExtensionNotRegistered()
InvalidInitialization()
InvalidInput()
MintExtensionExisting_InvalidExtension()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
RegisterExtension_ExtensionInvalid()
RoyaltyTooHigh()