parallel
Verified contract
Active on
Ethereum with 126,442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.010315 | $3,293.03 |
$33.97 | |
MTO | ERC-20 | 273.575 | $0.048414 |
$13.24 | |
USDC | ERC-20 | 0.11 | $0.998475 |
$0.11 | |
xPUNK | ERC-721 | 1 | -- | -- | |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242463 | 5 hours ago | | | 0 | 0.00048477415 | |
| 21242052 | 6 hours ago | | | 0 | 0.00042018223 | |
| 21241737 | 7 hours ago | | | 0 | 0.00034929444 | |
| 21241620 | 8 hours ago | | | 0 | 0.00022275190 | |
| 21239782 | 14 hours ago | | | 0 | 0.00066070004 | |
| 21237292 | a day ago | | | 0 | 0.00083238294 | |
| 21232757 | 2 days ago | | | 0 | 0.00038305077 | |
| 21232346 | 2 days ago | | | 0 | 0.00047507955 | |
| 21229935 | 2 days ago | | | 0 | 0.00078827300 | |
| 21228251 | 2 days ago | | | 0 | 0.00046631701 |
ABI
ABI objects
Getter at block 21243934
contractURI() view returns (string)
https://api-mainnet.rarible.com/contractMetadata/{address}
isOwner() view returns (bool)
false
name() view returns (string)
parallel
owner() view returns (address)
0x74db0bbfde94aa80a135c5f8b60c0ca3d17332f2
symbol() view returns (string)
LL
tokenURIPrefix() view returns (string)
https://nftdata.parallelnft.com/api/parallel-alpha
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
fees(uint256, uint256) view returns (address recipient, uint256 value)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
isApprovedForAll(address _owner, address _operator) view returns (bool)
isSigner(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events addSigner(address account)
burn(address _owner, uint256 _id, uint256 _value)
mint(uint256 id, uint8 v, bytes32 r, bytes32 s, struct ERC1155BaseFee[] fees, uint256 supply, string uri)
removeSigner(address account)
renounceOwnership()
renounceSigner()
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)
setContractURI(string contractURI)
setTokenURIPrefix(string tokenURIPrefix)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
CreateERC1155_v1(address indexed creator, string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
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)
constructor(string name, string symbol, string contractURI, string tokenURIPrefix, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.